mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
disallow invalid per-syntax shortcuts
This commit is contained in:
parent
7741e1eeff
commit
e79580d203
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue