Hello,
 
I am trying to implement Freeradius 0.8 with Active Directory (LDAP).
 
Here is the LDAP part of the radiusd.conf file:
.
.
.
identity = "CN=radiustest,CN=Users,DC=mycompany,DC=w2k"
password = radius
basedn = "CN=Users,DC=mycompany,DC=w2k"
filter = "(sAMAccountName=%u)"
.
.
.
When I try to authenticate a user which is under the OU "Users", it works correctly, but as soon as the to be authenticated user is under another OU, the radius server does not succed in finding it, even if I update the basedn as
basedn = "DC=mycompany,DC=w2k"
 
Is there a way to tell the radius server that it should search under all the OU of the  "DC=mycompany,DC=w2k"?
 
Thank you in advance,
 
Best Regards,
 
Simpel
 
 


Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!

Reply via email to