I want to use ldap for authentication.
What I want tot do is
first
do ldapsearch with (basedn: ou=part1,ou=users,o=mycom) (filter: 'uid=%{User-Name})
if this fails then
do ldapsearch with (basedn: ou=part2,ou=users,o=mycom)(filters: 'uid=%{Stripped-User-Name:-%{User-Name})
if this fails then
do ldapsearch with (basedn: ou=part3,ou=users,o=mycom) (filter: 'uid=%{User-Name})
Is there a way to configure this?
Kevin
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

