FreeRadius error LDAP Authentication
Hi All, i am new about FreeRadius. I am moving from Cisco ACS Tacacs to FreeRadius. During LDAP configuration i am getting the follow error : [ldap] bind as cn="User",ou=people,dc="domain",dc=it/"Password" to "ldapserver":636 [ldap] waiting for bind result ... [ldap] cn="user",ou=people,dc="domain",dc=it bind to "ldapServer":636 failed No such object [ldap] (re)connection attempt failed Any idea about the error? Below the ldap configuration server = "ldapserver" port = 636 identity = "cn="user",ou=people,dc="domain",dc=it" password = "password" basedn = "dc="domain",dc=it" filter = "(uid=%{Stripped-User-Name:-%{User-Name}})" base_filter = "(objectclass=groupofuniquenames)" Thanks Marco Aresu
You shouldn't have quotes around your username or domain. You should use identity = "cn=user,ou=people,dc=domain,dc=it" On 19/07/2013 7:05 PM, "Marco Aresu" <marcoaresu@gmail.com> wrote:
Hi All, i am new about FreeRadius. I am moving from Cisco ACS Tacacs to FreeRadius. During LDAP configuration i am getting the follow error :
[ldap] bind as cn="User",ou=people,dc="domain",dc=it/"Password" to "ldapserver":636 [ldap] waiting for bind result ... [ldap] cn="user",ou=people,dc="domain",dc=it bind to "ldapServer":636 failed No such object [ldap] (re)connection attempt failed
Any idea about the error?
Below the ldap configuration
server = "ldapserver" port = 636 identity = "cn="user",ou=people,dc="domain",dc=it" password = "password" basedn = "dc="domain",dc=it" filter = "(uid=%{Stripped-User-Name:-%{User-Name}})" base_filter = "(objectclass=groupofuniquenames)"
Thanks
Marco Aresu
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Marco Aresu -
Peter Lambrechtsen