Hello i configured freeradius (rlm_pap + rlm_mysql + rlm_sqlcounter) successfuly and it authenticate perfectfully but i dont see any stop message in radius.log. when trying to run freeradius in debugging mode (radiusd -X) then try to test, freeradius debugging show it accept and when i try to disconnect then stop message appear also. But when i tried to run freeradius and tail radius.log, Only Auth: Login OK message appear and not Disconnect or Stop.
 
 
Sun Jun 13 23:36:40 2004 : Auth: Login OK: [apellido] (from client portmaster.mactan.ph port 0)
Sun Jun 13 23:38:05 2004 : Auth: Login incorrect: [gunday/molendijk] (from client portmaster.mactan.ph port 13)
Sun Jun 13 23:38:40 2004 : Auth: Login OK: [gunday] (from client portmaster.mactan.ph port 13)
Sun Jun 13 23:38:47 2004 : Auth: Login incorrect: [lmharm/literock] (from client portmaster.mactan.ph port 27)
Sun Jun 13 23:40:19 2004 : Auth: Login OK: [apellido] (from client portmaster.mactan.ph port 1)
Sun Jun 13 23:41:00 2004 : Auth: Login OK: [gunday] (from client portmaster.mactan.ph port 13)
Sun Jun 13 23:42:17 2004 : Auth: Login OK: [mim] (from client portmaster.mactan.ph port 27)
 
here's part of radius.conf
 
prefix = /usr/local
exec_prefix = ${prefix}
sysconfdir = /etc
localstatedir = /var
sbindir = ${exec_prefix}/sbin
logdir = ${localstatedir}/log/radius
raddbdir = ${sysconfdir}/raddb
radacctdir = ${logdir}/radacct
 
#  Location of config and logfiles.
confdir = ${raddbdir}
run_dir = ${localstatedir}/run/radiusd
log_file = ${logdir}/radius.log
libdir = ${exec_prefix}/lib
pidfile = ${run_dir}/radiusd.pid
#user = nobody
#group = nobody
max_request_time = 30
delete_blocked_requests = no
cleanup_delay = 5
max_requests = 1024
bind_address = *
port = 0
#listen {
#       ipaddr = *
#       port = 0
#       type = auth
#}
hostname_lookups = no
allow_core_dumps = no
regular_expressions     = yes
extended_expressions    = yes
log_stripped_names = no
log_auth = yes
log_auth_badpass = yes
log_auth_goodpass = yes
usercollide = no
lower_user = no
lower_pass = no
nospace_user = no
nospace_pass = no
checkrad = ${sbindir}/checkrad
security {
        max_attributes = 200
        reject_delay = 1
        status_server = no
}
 
thanks in advance
 

Reply via email to