[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
what makes client use mech=SIMPLE?
- To: openldap-technical@openldap.org
- Subject: what makes client use mech=SIMPLE?
- From: Klavs Klavsen <kl@vsen.dk>
- Date: Wed, 04 Aug 2010 10:41:35 +0200
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6
Hi,
I have many ubuntu 8.04 clients which all work fine with my ldap server.
I am now trying to connect a 10.04 client to the server - but login
fails - and the only difference in output (in the debug file on the
server) is the mech=SIMPLE line in the client that works.
The one that works:
Aug 4 10:21:36 ldap01 slapd[3077]: conn=1439319 op=1 SEARCH RESULT
tag=101 err=0 nentries=1 text=
Aug 4 10:21:36 ldap01 slapd[3077]: conn=1439319 op=2 BIND anonymous
mech=implicit ssf=0
Aug 4 10:21:36 ldap01 slapd[3077]: conn=1439319 op=2 BIND dn="cn=Klavs
Klavsen,ou=People,dc=example,dc=net" method=128
Aug 4 10:21:36 ldap01 slapd[3077]: conn=1439319 op=2 BIND dn="cn=Klavs
Klavsen,ou=People,dc=example,dc=net" mech=SIMPLE ssf=0
Aug 4 10:21:36 ldap01 slapd[3077]: conn=1439319 op=2 RESULT tag=97
err=0 text=
The one that fails:
Aug 4 10:19:20 ldap01 slapd[3077]: conn=1439273 op=1 SEARCH RESULT
tag=101 err=0 nentries=1 text=
Aug 4 10:19:20 ldap01 slapd[3077]: conn=1439273 op=2 BIND anonymous
mech=implicit ssf=0
Aug 4 10:19:20 ldap01 slapd[3077]: conn=1439273 op=2 BIND dn="cn=Klavs
Klavsen,ou=People,dc=example,dc=net" method=128
Aug 4 10:19:20 ldap01 slapd[3077]: conn=1439273 op=2 RESULT tag=97
err=49 text=
Any idea what makes the client try binding with mech=SIMPLE? or perhaps
a hint as to why the first "method=128" doesn't work?
I hope you have ideas :)
Thank you in advance
--
Regards,
Klavs Klavsen, GSEC - kl@vsen.dk - http://www.vsen.dk
"Those who do not understand Unix are condemned to reinvent it, poorly."
--Henry Spencer