mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Add name and uid support to dnaddr
This commit is contained in:
parent
3ea33ebd12
commit
a5ea7aefd6
@ -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\": "
|
||||
|
Loading…
Reference in New Issue
Block a user