It looks like you're using incorrect credentials (login/password) to connect to your LDAP server since OpenLDAP returns en error code 49 to your BIND operation.
Make sure "cn=Manager" is the correct bind DN (it is typically "cn=Directory Manager") and check your password. -- Rapha�l Luta - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ > -----Message d'origine----- > De : Qaiser Bakhtiari [mailto:[EMAIL PROTECTED]] > Envoy� : lundi 26 ao�t 2002 20:39 > � : Jetspeed Users List > Objet : Error in Authentication with LDAP > > > > Hi > > Im tyring to use openLdap for authentication with jetspeed. > Jetspeed is > able to talk to the communicate with Ldap but fails to complete the > connection process and i get the following on the ldap > server. If anyone > knows why im getting this error then please inform me what im > doing wrong > here. > > Thanks > > Qaiser Bakhtiari > > > (the following is the connection messages that appear on the openldap > console, Notice the error that i get at the end of this > connection setup) > > connection_get(9) > connection_get(9): got connid=4 > connection_read(9): checking for input on id=4 > ber_get_next > ldap_read: want=1, got=1 > 0000: 30 0 > ldap_read: want=1, got=1 > 0000: 39 9 > ldap_read: want=57, got=57 > 0000: 02 01 01 60 17 02 01 03 04 0a 63 6e 3d 4d 61 6e ... > `......cn=Man > 0010: 61 67 65 72 80 06 73 65 63 72 65 74 a0 1b 30 19 > ager..secret..0. > 0020: 04 17 32 2e 31 36 2e 38 34 30 2e 31 2e 31 31 33 > ..2.16.840.1.113 > 0030: 37 33 30 2e 33 2e 34 2e 32 730.3.4.2 > ber_get_next: tag 0x30 len 57 contents: > do_bind > ber_get_next > ldap_read: want=1 error=Resource temporarily unavailable > ber_get_next on fd 9 failed errno=11 (Resource temporarily > unavailable) > ber_scanf fmt ({iat) ber: > ber_scanf fmt (o}) ber: > => get_ctrls > ber_scanf fmt ({a) ber: > => get_ctrls: oid="2.16.840.1.113730.3.4.2" (noncritical) > <= get_ctrls: 1 0 > do_bind: version=3 dn="cn=Manager" method=128 > send_ldap_result: conn=4 op=0 p=3 > send_ldap_result: 49:: > send_ldap_response: msgid=1 tag=97 err=49 > ber_flush: 14 bytes to sd 9 > 0000: 30 0c 02 01 01 61 07 0a 01 31 04 00 04 00 > 0....a...1.... > ldap_write: want=14, written=14 > 0000: 30 0c 02 01 01 61 07 0a 01 31 04 00 04 00 > 0....a...1.... > connection_get(9) > connection_get(9): got connid=4 > connection_read(9): checking for input on id=4 > ber_get_next > ldap_read: want=1, got=0 > > ber_get_next on fd 9 failed errno=0 (Success) > connection_read(9): input error=-2 id=4, closing. > connection_closing: readying conn=4 sd=9 for close > connection_close: conn=4 sd=9 > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
