]> git.sur5r.net Git - openldap/commitdiff
Note that we likely need to make some of this conditional.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 11 Feb 2002 20:33:27 +0000 (20:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 11 Feb 2002 20:33:27 +0000 (20:33 +0000)
servers/slapd/sasl.c

index f42a13de13586c11b5f7f5bedfe3a8d84dca733f..a5362fc737fcd5d43a6b7e66a07a4949edd62aa2 100644 (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 );