diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf
index 8c11c148979527532ad939face7f96369d150104..9e9db59baf92dc6999c0ffec6148a6fd7985bfcf 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