]> git.sur5r.net Git - openldap/commitdiff
Added comment for future reference re: in-directory secrets
authorHoward Chu <hyc@openldap.org>
Tue, 7 May 2002 02:17:34 +0000 (02:17 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 7 May 2002 02:17:34 +0000 (02:17 +0000)
servers/slapd/saslauthz.c

index c13726b0b1a4613f805d84eea7e6c1546c372408..55e756b53e59db8906a7fc49ae04d71bf6a7880e 100644 (file)
@@ -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;