5 Mar
2014
5 Mar
'14
8:18 a.m.
Adam Seed wrote:
I have two users:
cn=adamjseed,ou=users,dc=adamjseed,dc=co,dc=uk cn=guest,ou=users,dc=adamjseed,dc=co,dc=uk
what's important is that the uid=cn in both cases
guest works where adamjseed doesnt, if I change the uid (not cn) of adamjseed to adamjseed1 it then does work.
im guessing its conflicting with the dn?
I don't see how. FreeRADIUS just queries LDAP for a password. FreeRADIUs doesn't care about cn, dn, or anything else. LDAP returns the password, and FreeRADIUS uses it. Run the queries manually. Be sure that LDAP is returning the correct password in both cases. Alan DeKok.