Bug fix submitted by Anthony Brock (ITS#637)

This commit is contained in:
Mark Valence 2000-07-25 02:16:59 +00:00
parent b0a01cfbc2
commit 45fdcb7163

View File

@ -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,