mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Note that we likely need to make some of this conditional.
This commit is contained in:
parent
a9cf0f5c08
commit
ec34550487
@ -306,6 +306,8 @@ slap_sasl_checkpass(
|
||||
cred.bv_val = (char *)pass;
|
||||
cred.bv_len = passlen;
|
||||
|
||||
/* XXX do we need to check sasldb as well? */
|
||||
|
||||
/* XXX can we do both steps at once? */
|
||||
rc = slap_sasl_getdn( conn, (char *)username, NULL, &dn,
|
||||
FLAG_GETDN_AUTHCID | FLAG_GETDN_FINAL );
|
||||
|
Loading…
Reference in New Issue
Block a user