Skip to content
Snippets Groups Projects
Commit 56f13559 authored by Howard Chu's avatar Howard Chu
Browse files

Added comment for future reference re: in-directory secrets

parent 2ca4b0eb
Branches
Tags
No related merge requests found
......@@ -369,6 +369,11 @@ void slap_sasl2dn( struct berval *saslname, struct berval *dn )
goto FINISHED;
}
/* FIXME: move this check to after select_backend, and set
* the selected backend in conn->c_authz_backend, to allow
* passwd_extop to be used on in-directory SASL secrets.
* ... when all of that gets implemented...
*/
/* Massive shortcut: search scope == base */
if( scope == LDAP_SCOPE_BASE ) {
*dn = searchbase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment