]> git.sur5r.net Git - openldap/commitdiff
disallow invalid per-syntax shortcuts
authorPierangelo Masarati <ando@openldap.org>
Tue, 9 Jan 2007 15:33:54 +0000 (15:33 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 9 Jan 2007 15:33:54 +0000 (15:33 +0000)
servers/slapd/back-ldap/config.c

index 5e0763bce739c1eba6031f218b737c216e735c48..2408592898cbfb3b8f349fccc1e87e4ea99c6b6f 100644 (file)
@@ -552,7 +552,6 @@ slap_idassert_authzfrom_parse( ConfigArgs *c, slap_idassert_t *si )
        int             rc;
 
        if ( strcmp( c->argv[ 1 ], "*" ) == 0
-               || strcmp( c->argv[ 1 ], ".*" ) == 0
                || strcmp( c->argv[ 1 ], "dn:*" ) == 0
                || strcasecmp( c->argv[ 1 ], "dn.regex:.*" ) == 0 )
        {