Hello, freeradius-users,
Following the doc in radius,I have change the file radiusd.conf in
/usr/local/etc/raddb/
In Radiusd.conf:
$INCLUDE ${confdir}/mssql.conf
I also change mssql.conf.
In mssql.conf:
sql {
# Database type
# Current supported are: rlm_sql_mysql, rlm_sql_postgresql,
# rlm_sql_iodbc, rlm_sql_oracle, rlm_sql_unixodbc, rlm_sql_freetds
driver = "rlm_sql_mysql"
# Connect info
server = "localhost"
login = "itdept"
password = "1234567"
# Database table configuration
radius_db = "radius"
When I type radiusd -X,It shows
................
Config: including file: /usr/local/etc/raddb/mssql.conf
.............
....
Module: Instantiated radutmp (radutmp)
Listening on IP address *, ports 1812/udp and 1813/udp, with proxy on 1814/udp.
Ready to process requests.
But It never say "Module:sql loaded".,and any other warning message.
I have make sure that the mysql server runs smoothly
and the radius server check the system user successfully.
I trace so long,but still can't find any hints.
I try to change the user file,set the default auth-type to "Local",it doesn't work too.
Any idea?
Best regards.
MaFai
[EMAIL PROTECTED]
2004-02-17
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html