I must be missing this in the documentation. If I authenticate via the users file/LDAP/SQL , is there a way to add replies from the radcheck table in sql? -Bob
Sorry, this would be the radreply table, not the radcheck table, as the radcheck is for checking attributes. :) My bad. :) -Bob Robert Myers wrote:
I must be missing this in the documentation.
If I authenticate via the users file/LDAP/SQL , is there a way to add replies from the radcheck table in sql?
-Bob
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Well, I sorted my mistake. What I was trying to do was, have a user in the 'users' file with a password set. Then check the sql radreply table. I'm guessing this won't work, as the sql tables mimic the users file, and are mutually exclusive. And there really wouldn't be a need to have a user in the 'users' file, as you could just put them in the radcheck table with the appropriate local password.... I was able to authenticate via EAP, then from the radcheck table, find my user, then from the radreply table get the appropriate attributes. -Bob Robert Myers wrote:
I must be missing this in the documentation.
If I authenticate via the users file/LDAP/SQL , is there a way to add replies from the radcheck table in sql?
-Bob
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (1)
-
Robert Myers