From 466b281426df8fa057eacd394ba7d16ca2a8057b Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Tue, 13 Jun 2000 17:35:30 +0000
Subject: [PATCH] Additional use of new ACL styles

---
 tests/data/slapd-acl.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf
index 8c11c14897..9e9db59baf 100644
--- a/tests/data/slapd-acl.conf
+++ b/tests/data/slapd-acl.conf
@@ -37,7 +37,7 @@ access		to filter="objectclass=person" attr=userpassword
 		by anonymous auth
 		by self write
 
-access		to dn=".*,ou=Alumni Association,ou=People,o=University of Michigan,c=US$"
+access		to dn.children="ou=Alumni Association, ou=People, o=University of Michigan, c=US"
 		by dn="^$" +x continue
 		by dn.regex=".+,o=University of Michigan,c=US" +c continue
 		by dn.subtree="o=University of Michigan, c=US" +rs continue
-- 
GitLab