Hi,

In my radiusd.conf, I have configured the ldap module with this config :

ldap ldap-cisco {
                server = "192.168.1.53"
                identity = "cn=Root,dc=e-qual,dc=fr"
                password = "poiuyt"
                basedn = "ou=Users,dc=e-qual,dc=fr"
                filter =
"(&(description=*CISCO-Access*)(uid=%{Stripped-User-Name:-%{User-Name}})
)"


But I would want that an user contains in
ou=toto,ou=Users,dc=e-qual,dc=fr and another user contains in
ou=titi,ou=Users,dc=e-qual,dc=fr can be authenticate with the module
ldap-cisco

It's possible to specify in basedn that the scope is "subtree" ? Does it
exist another method to resolve this problem ?

If possible, I wouldn't like create a module ldap for each directory
under ou=Users,dc=e-qual,dc=fr...


Thanks


Philippe




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

Reply via email to