mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Bug fix submitted by Anthony Brock (ITS#637)
This commit is contained in:
parent
b0a01cfbc2
commit
45fdcb7163
@ -487,7 +487,7 @@ parse_acl(
|
||||
}
|
||||
|
||||
if (name && *name) {
|
||||
rc = slap_str2ad( right, &b->a_group_at, &text );
|
||||
rc = slap_str2ad( name, &b->a_group_at, &text );
|
||||
|
||||
if( rc != LDAP_SUCCESS ) {
|
||||
fprintf( stderr,
|
||||
|
Loading…
Reference in New Issue
Block a user