[Date Prev][Date Next] [Chronological] [Thread] [Top]

slapd crashes on bind (bad password format) (ITS#2869)



Full_Name: Marc-Andre Gaudreau
Version: 2.1.22
OS: redhat 7.3
URL: http://www.openldap.org/lists/openldap-software/200311/msg00323.html
Submission from: (NULL) (132.210.12.103)


I asked a question on the openldap-software mailing list reporting this bug
(http://www.openldap.org/lists/openldap-software/200311/msg00323.html) :

---

Here is how we were able to reproduce the problem :

1- Running "slappasswd", we get "{SSHA}qCODA0Z4EKzxxEa3IgkjU1tKLtdBDq4S"
2- We put all but the last character of this string in the password field of an
account ({SSHA}qCODA0Z4EKzxxEa3IgkjU1tKLtdBDq4).
3- Perform a bind operation for this account

This crashes slapd.  I tried to get more output in the logs by setting loglevel
to 4095.  After crashing slapd again and looking at the logfiles, everything
seems to go well and just stops after the acl verification (which returns
"access granted" on the last line of the logfile).

---

I'd be happy to provide more informations that could help solve this issue.