Hi,<br><div class="gmail_quote">I've just configured my new freeradius installation with mysql,<br>but the output of my test command is Rejected.<br>radtest home home 127.0.0.1 1812 testing123<br><br>radius -x  output is:<br>
<br>Starting - reading configuration files ...<br>
Using deprecated naslist file.  Support for this will go away soon.<br>Module: Loaded exec<br>rlm_exec: Wait=yes but no output defined. Did you mean output=none?<br>Module: Instantiated exec (exec)<br>Module: Loaded expr<br>

Module: Instantiated expr (expr)<br>Module: Loaded PAP<br>Module: Instantiated pap (pap)<br>Module: Loaded CHAP<br>Module: Instantiated chap (chap)<br>Module: Loaded MS-CHAP<br>Module: Instantiated mschap (mschap)<br>Module: Loaded System<br>

Module: Instantiated unix (unix)<br>Module: Loaded eap<br>rlm_eap: Loaded and initialized type md5<br>rlm_eap: Loaded and initialized type leap<br>rlm_eap: Loaded and initialized type gtc<br>rlm_eap: Loaded and initialized type mschapv2<br>

Module: Instantiated eap (eap)<br>Module: Loaded preprocess<br>Module: Instantiated preprocess (preprocess)<br>Module: Loaded realm<br>Module: Instantiated realm (suffix)<br>Module: Loaded files<br>Module: Instantiated files (files)<br>

Module: Loaded SQL<br>rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked<br>rlm_sql (sql): Attempting to connect to root@127.0.0.1:/radius<br>rlm_sql (sql): starting 0<br>rlm_sql (sql): Attempting to connect rlm_sql_mysql #0<br>

rlm_sql_mysql: Starting connect to MySQL server for #0<br>rlm_sql (sql): Connected new DB handle, #0<br>rlm_sql (sql): starting 1<br>rlm_sql (sql): Attempting to connect rlm_sql_mysql #1<br>rlm_sql_mysql: Starting connect to MySQL server for #1<br>

rlm_sql (sql): Connected new DB handle, #1<br>rlm_sql (sql): starting 2<br>rlm_sql (sql): Attempting to connect rlm_sql_mysql #2<br>rlm_sql_mysql: Starting connect to MySQL server for #2<br>rlm_sql (sql): Connected new DB handle, #2<br>

rlm_sql (sql): starting 3<br>rlm_sql (sql): Attempting to connect rlm_sql_mysql #3<br>rlm_sql_mysql: Starting connect to MySQL server for #3<br>rlm_sql (sql): Connected new DB handle, #3<br>rlm_sql (sql): starting 4<br>rlm_sql (sql): Attempting to connect rlm_sql_mysql #4<br>

rlm_sql_mysql: Starting connect to MySQL server for #4<br>rlm_sql (sql): Connected new DB handle, #4<br>Module: Instantiated sql (sql)<br>Module: Loaded Acct-Unique-Session-Id<br>Module: Instantiated acct_unique (acct_unique)<br>

Module: Loaded detail<br>Module: Instantiated detail (detail)<br>Module: Loaded radutmp<br>Module: Instantiated radutmp (radutmp)<br>Initializing the thread pool...<br>Listening on authentication *:1812<br>Listening on accounting *:1813<br>

Ready to process requests.<br>rad_recv: Access-Request packet from host <a href="http://127.0.0.1:32866" target="_blank">127.0.0.1:32866</a>, id=176, length=56<br>        User-Name = "home"<br>        User-Password = "home"<br>

        NAS-IP-Address = 255.255.255.255<br>        NAS-Port = 1812<br>rlm_sql (sql): Reserving sql socket id: 4<br>rlm_sql (sql): Released sql socket id: 4<br>rad_recv: Access-Request packet from host <a href="http://127.0.0.1:32866" target="_blank">127.0.0.1:32866</a>, id=176, length=56<br>

Sending Access-Reject of id 176 to 127.0.0.1 port 32866<br>------------------------------------------------------------<br><br>I've found out nothing from this output, why it's not sending any sql command to mysql?<br>

</div><br>