Skip to content
Snippets Groups Projects
Commit e79580d2 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

disallow invalid per-syntax shortcuts

parent 7741e1ee
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment