Note that we likely need to make some of this conditional.

This commit is contained in:
Kurt Zeilenga 2002-02-11 20:33:27 +00:00
parent a9cf0f5c08
commit ec34550487

View File

@ -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 );