]> git.sur5r.net Git - openldap/commitdiff
handle "dn=*" <what> clause
authorPierangelo Masarati <ando@openldap.org>
Mon, 23 May 2005 20:29:01 +0000 (20:29 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 23 May 2005 20:29:01 +0000 (20:29 +0000)
servers/slapd/aclparse.c

index 62f7dad9fb9f6dae05388efc5e1b24a4a5a7d053..01688dcb8d635096c58fff5d4587de19c62baebe 100644 (file)
@@ -539,6 +539,7 @@ parse_acl(
                        {
                                free( a->acl_dn_pat.bv_val );
                                BER_BVZERO( &a->acl_dn_pat );
+                               a->acl_dn_style = ACL_STYLE_REGEX;
                        }
                        
                        if ( !BER_BVISEMPTY( &a->acl_dn_pat ) ||