mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Bug fix submitted by Anthony Brock (ITS#637)
This commit is contained in:
parent
b0a01cfbc2
commit
45fdcb7163
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue