Simultaneous Use is not working for me.  The checkrad script works fine when
I call it manually, but it is never executed by radius.  I have turned
debugging on in checkrad - but the script is never executed.  running
radiusd -xx does not give any indication that it is trying to call checkrad
or that it is doing anything about the Simultaneous Use.  I am using
Freeradius 0.3 (had such a time getting it running smoothly with my
PostgreSQL database, other than simultaneous use, that i'm too scared to try
0.4).  I have read all of the doc's about simultaneous use, as well as
followed the instructions given in one of the archived posts.  However in
that post, it doesn't look like the person having the problem got it sorted
out either.  What am I doing wrong?

In my users file I have:

DEFAULT Auth-Type := System, Simultaneous-Use :=1
        Fall-Through = 1

in radiusd.conf I have
authorize {
        preprocess
#       counter
#       attr_filter
        suffix
        sql
        files
}
authenticate {
        unix
}
preacct {
        suffix
        files
        preprocess
}

accounting {
#       acct_unique
        detail
#       counter
        unix
        sql
        radutmp
#       sradutmp
}

session {
        radutmp
}



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to