From 63807861698e1913c54d8ed760cc1982082ccea9 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 15 Jun 1999 19:41:42 +0000 Subject: [PATCH] Add '^' and '$' to ACLs RE's. --- tests/data/slapd-acl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf index 8b40c713ab..21b3b67b2c 100644 --- a/tests/data/slapd-acl.conf +++ b/tests/data/slapd-acl.conf @@ -26,8 +26,8 @@ access to attr=objectclass access to attr=userpassword by self write by * compare -access to dn=".*,ou=Alumni Association,ou=People,o=University of Michigan,c=US" - by dn=".*,o=University of Michigan,c=US" +access to dn="^.*,ou=Alumni Association,ou=People,o=University of Michigan,c=US$" + by dn="^.*,o=University of Michigan,c=US$" read by * none access to attr=member -- 2.39.5