[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Constant invalid credentials error (49)
- To: openldap-technical@openldap.org
- Subject: Constant invalid credentials error (49)
- From: gael therond <gael.therond@gmail.com>
- Date: Fri, 17 Dec 2010 16:10:52 +0100 (CET)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:message-id :in-reply-to:subject:mime-version:content-type :content-transfer-encoding; bh=wwHl3vzu0cAKbukLPmZn4F1OH4fUiTBFlY075kXwyM0=; b=M81eYNJIllLsWXuxjOA+N5GTuECL3WSGJsu1A6Rpjn4QACKiiG9qJ07W74j35O7gpf NbrhZbDxD+4aBt8n75bw4eycddzoBVZh9ieFs97gv7Wea1YCV7QoctqjhY/LJ6tVN2Am z9AhTeJ7s6TRfyOyWNHRYYBV2TPmYMDMNgCdo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:message-id:in-reply-to:subject:mime-version :content-type:content-transfer-encoding; b=AAt4INJK+lgE3QPtAQgE8lUQsh/cg+Apv/Z7iYhj/IsqIsicbGbdVTSa5amyKJ47NG A5UBfnWJC6XC36KKOBRhIk/pSsEyM0vOm1ray0dCqzl69ZcEAkG0mU2t53bsh6WOfFZY LonnXbkaaHkaU1y8gzQG7dq8DELBsYofkVgHw=
- In-reply-to: <8068434.2.1292597175736.JavaMail.GTHEROND@Gtherond>
Dear members,
I installing/configuring a new OpenLDAP server with compiled sources today.
But unfortunatly I got a serious issue with this server.
Here are the specs:
OpenLDAP Slapd 2.4.23.
Configure Commands:
./configure --prefix=/usr/local/ldap/ --sysconfdir=/etc/ldap/ --enable-ipv6=no --enable-dynacl --enable-cleartext=no --enable-crypt --enable-lmpasswd --enable-rlookups --enable-backends=no --enable-bdb --enable-dnssrv --enable-ldap --with-tls --enable-kerberos
"Make" commands have been correctly and without errors tested.
But now, if I launch my slapd, and if I want to access it throught a LDAP Browser, for exemple JXplorer, I can't.
I've got an Invalid Credentials error = 49 message.
Here is link my slapd.conf and ACL file.(Pastebin):
slapd.conf:
http://pastebin.com/3bfu5exy
acl file:
http://pastebin.com/wJUjJAT0
If I try to pass the following command to change the password and connect me with the new one but it failed:
ldappasswd -x -v -D "cn=manager,dc=lab,dc=geka" -A -S -W
Then when it ask me the old password I type "test" without the ", then I confirm it.
The following message ask me to a new password, that I type (123123 for informations) and confirm again.
Then it ask me for the LDAP Password, and so I test with 123123 without success.
Same way if I test with the following command and test as password:
ldappasswd -v -D "cn=manager,dc=lab,dc=geka" -W
Here is the error message:
ldap_bind: Invalid credentials (49)
I now my password, 'cause it's simply write on the slapd.conf file, but it seems that the LDAP server refuse any connections.