mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
Added comment for future reference re: in-directory secrets
This commit is contained in:
parent
2ca4b0ebfc
commit
56f1355968
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue