]> git.sur5r.net Git - openldap/commitdiff
Bug fix submitted by Anthony Brock (ITS#637)
authorMark Valence <mrv@openldap.org>
Tue, 25 Jul 2000 02:16:59 +0000 (02:16 +0000)
committerMark Valence <mrv@openldap.org>
Tue, 25 Jul 2000 02:16:59 +0000 (02:16 +0000)
servers/slapd/aclparse.c

index f41c702ca6f9e3efe76ce6fc861fada46f6a4b3f..ce8641d93c1dd9fdabaf04f6ab742c3f2016d6ce 100644 (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,