Skip to content
Snippets Groups Projects
Commit ec345504 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent a9cf0f5c
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment