Evaluate condition against LDAP with ulang

Dave Macias davama at gmail.com
Fri Oct 26 21:37:20 CEST 2018


You could look into your ldap module and edit your base/users

Tried that?
On Oct 26, 2018, 3:10 PM -0400, Tom Yard <tomyyard at gmail.com>, wrote:
> Hi people,
>
> I have implemented a Freeradius sever running OK that authenticate against
> LDAP.
>
> Firstly, I have a LDAP tree with users under groups, such as:
>
> CN=Network,OU=Employess,DC=company,DC=com
>
> and my evaluating condition wit ulang was:
>
> if (LDAP-Group == Network)
>
> And the authentication was OK.
>
> But now, the LDAP administrators has modify the LDAP tree and now the users
> are under the OU as below:
>
> OU=Employess,DC=company,DC=com
>
> How can I evaluate the condition "if the user is under OU=Employees" ???
>
> Because if I use if (LDAP-Group == Employees), it doesn't authneticate.
>
> Thanks a lot, regards !!!
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


More information about the Freeradius-Users mailing list