Checking ldap-group in post-auth instead of users file ?
Alan DeKok
aland at deployingradius.com
Tue Jun 1 16:03:18 CEST 2010
Fred MAISON wrote:
> I surely misunderstand something : in my test :
> User is found on ldap in group wireless, but (Ldap-Group != "wireless")
> evaluates to TRUE ...
Err.... that's fairly broken right now. Try:
if (!(LDAP-Group == "wireless")) {
...
The reasons for this nonsense are buried inside of the rlm_ldap module.
As always, patches are welcome. :)
Alan DeKok.
More information about the Freeradius-Users
mailing list