Re: ldap authenticate object not found

2010-03-12 Thread omega bk
thank u both, i folowed your advices. i changed the basedn to *basedn = dc=example,dc=com* i can* successfully* perform a * ldapsearch -x -b dc=example,dc=com uid=bernard* but i got the same result in debug output file it could be a trivial question but i'im really stuck, don't know why

Re: ldap authenticate object not found

2010-03-12 Thread Peter Lambrechtsen
On Fri, Mar 12, 2010 at 10:26 PM, omega bk omeg...@gmail.com wrote: thank u both, i folowed your advices. i changed the basedn to *basedn = dc=example,dc=com* i can* successfully* perform a * ldapsearch -x -b dc=example,dc=com uid=bernard* I beg to differ, you can successfully connect to

Re: ldap authenticate object not found

2010-03-12 Thread omega bk
yep you're right. i fixed it thanks u so much 2010/3/12 Peter Lambrechtsen plambrecht...@gmail.com On Fri, Mar 12, 2010 at 10:26 PM, omega bk omeg...@gmail.com wrote: thank u both, i folowed your advices. i changed the basedn to *basedn = dc=example,dc=com* i can* successfully* perform a

Re: ldap authenticate object not found

2010-03-12 Thread omega bk
hi, i just want to understand. why [ldap] Added User-Password = test in check items , and how to replace it by Cleartext-Password. Is ldap returns password non crypted? is ldap use 'Auth-Type = Local' ? cause in my users files i just use this. DEFAULT Huntgroup-Name == labtest8021x,

Re: ldap authenticate object not found

2010-03-12 Thread omega bk
hello, i'm trying to work around but i'm stuck. just want to understand this: the ldap add *User-Password* = test in check items where to change this attribute to* Cleartext-Password* to perform pap ? i tried the password_radius_attribute but nothing thank you for your help. - List

Re: ldap authenticate object not found

2010-03-12 Thread John Dennis
On 03/12/2010 06:44 AM, omega bk wrote: i just want to understand. why [ldap] Added User-Password = test in check items , and how to replace it by Cleartext-Password. Is ldap returns password non crypted? is ldap use 'Auth-Type = Local' ? In the raddb directory is a file called ldap.attrmap.

Re: ldap authenticate object not found

2010-03-12 Thread John Dennis
On 03/12/2010 09:41 AM, omega bk wrote: hello, i'm trying to work around but i'm stuck. just want to understand this: the ldap add *User-Password* = test in check items where to change this attribute to* Cleartext-Password* to perform pap ? You really only need to ask your questions once.

ldap authenticate object not found

2010-03-11 Thread omega bk
hello i got my user bernard on my openldap database. see my ldapserch: radtest:# ldapsearch -x -b dc=example,dc=com uid=bernard # extended LDIF # # LDAPv3 # base dc=example,dc=com with scope subtree # filter: uid=bernard # requesting: ALL # # search result search: 2 result: 0 Success #

Re: ldap authenticate object not found

2010-03-11 Thread John Dennis
On 03/11/2010 12:02 PM, omega bk wrote: hello i got my user bernard on my openldap database. see my ldapserch: radtest:# ldapsearch -x -b dc=example,dc=com uid=bernard ... [ldap] performing search in ou=users,ou=radius,dc=example,dc=com, with filter (uid=bernard) [ldap] object not found

Re: ldap authenticate object not found

2010-03-11 Thread Alan DeKok
You really need to *READ* the messages you're posting. omega bk wrote: i got my user bernard on my openldap database. see my ldapserch: radtest:# ldapsearch -x -b dc=example,dc=com uid=bernard ... # numResponses: 1 ... [ldap] performing search in ou=users,ou=radius,dc=example,dc=com,