From b7b38b07f4ae9a7ce89b7a25846b7088e86bf935 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sun, 5 Oct 2008 21:28:28 +0000 Subject: [PATCH] give appropriate write permissions for add (ITS#5723) --- tests/data/slapd-dds.conf | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tests/data/slapd-dds.conf b/tests/data/slapd-dds.conf index eacc2ec8ad..bb9ebbf10d 100644 --- a/tests/data/slapd-dds.conf +++ b/tests/data/slapd-dds.conf @@ -66,19 +66,21 @@ access to dn.base="ou=Groups,dc=example,dc=com" by users write access to dn.onelevel="ou=Groups,dc=example,dc=com" - attrs=entry - by dnattr=creatorsName write + attrs=entryTtl + by dnattr=member manage by * read access to dn.onelevel="ou=Groups,dc=example,dc=com" - attrs=member by dnattr=creatorsName write - by users selfwrite + by * break + +access to dn.onelevel="ou=Groups,dc=example,dc=com" + attrs=entry by * read access to dn.onelevel="ou=Groups,dc=example,dc=com" - attrs=entryTtl - by dnattr=member manage + attrs=member + by users selfwrite by * read access to * -- 2.39.5