mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
disallow invalid per-syntax shortcuts
This commit is contained in:
parent
7741e1eeff
commit
e79580d203
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user