Add name and uid support to dnaddr

This commit is contained in:
Kurt Zeilenga 2001-03-15 04:48:29 +00:00
parent 3ea33ebd12
commit a5ea7aefd6

View File

@ -393,7 +393,9 @@ parse_acl(
if( !is_at_syntax( b->a_dn_at->ad_type,
SLAPD_DN_SYNTAX ) )
SLAPD_DN_SYNTAX ) &&
!is_at_syntax( b->a_dn_at->ad_type,
SLAPD_NAMEUID_SYNTAX ))
{
fprintf( stderr,
"%s: line %d: dnattr \"%s\": "