]> git.sur5r.net Git - openldap/commitdiff
ITS#3077 fix from Ando's comments
authorKurt Zeilenga <kurt@openldap.org>
Wed, 14 Apr 2004 00:35:20 +0000 (00:35 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 14 Apr 2004 00:35:20 +0000 (00:35 +0000)
servers/slapd/saslauthz.c

index 6aed39bb435593e5182c8a77be80037054141eee..912ede87b127d5eb93f2384b85a48dc14037f410 100644 (file)
@@ -663,6 +663,7 @@ exact_match:
 
                        if ( bv.bv_val[ -1 ] == ',' && dn_match( &op.o_req_ndn, &bv ) ) {
                                switch ( op.oq_search.rs_scope ) {
+                               case LDAP_X_SCOPE_SUBTREE:
                                case LDAP_X_SCOPE_CHILDREN:
                                        rc = LDAP_SUCCESS;
                                        break;