]> git.sur5r.net Git - openldap/commit
Fix crashes for SASL/EXTERNAL binds:
authorHoward Chu <hyc@openldap.org>
Tue, 18 Sep 2001 03:10:05 +0000 (03:10 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 18 Sep 2001 03:10:05 +0000 (03:10 +0000)
commitbb06fd8d6b9df6d07787bdbb950abe1841c73cd1
treebec5bd1b5f6a734d57f117f8cd6c5a926f0c4805
parent6a594656865f199a074934ab6b45289d75ffe2ff
Fix crashes for SASL/EXTERNAL binds:
  in slap_sasl_getdn, test id, not dn. dn is still NULL
  also, don't check for trailing slash
  in slap_sasl_bind, initialize reslen to 0
servers/slapd/sasl.c