From 54174d3072b35adcbbaf4437a45f122a53b0966c Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Mon, 24 Apr 2006 22:53:22 +0000 Subject: [PATCH] "access to attr=" => "... attrs=" --- tests/data/slapd-ldapglue.conf | 2 +- tests/data/slapd-ldapgluegroups.conf | 2 +- tests/data/slapd-ldapgluepeople.conf | 2 +- tests/data/slapd-ppolicy.conf | 2 +- tests/data/slapd-pw.conf | 2 +- tests/data/slapd-whoami.conf | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/data/slapd-ldapglue.conf b/tests/data/slapd-ldapglue.conf index 26d7d2b562..c05a0a317f 100644 --- a/tests/data/slapd-ldapglue.conf +++ b/tests/data/slapd-ldapglue.conf @@ -41,7 +41,7 @@ authz-regexp "^uid=([^,]+),.*" "uid=$1,ou=People,dc=example,dc=com" # cn=monitor, cn=schema, and cn=config # -access to attr=userpassword +access to attrs=userpassword by self =wx by anonymous =x diff --git a/tests/data/slapd-ldapgluegroups.conf b/tests/data/slapd-ldapgluegroups.conf index 3037624c0b..a44d7aabb1 100644 --- a/tests/data/slapd-ldapgluegroups.conf +++ b/tests/data/slapd-ldapgluegroups.conf @@ -40,7 +40,7 @@ authz-regexp "^uid=([^,]+),.*" "uid=$1,ou=Groups,dc=example,dc=com" # cn=monitor, cn=schema, and cn=config # -access to attr=userpassword +access to attrs=userpassword by self =wx by anonymous =x diff --git a/tests/data/slapd-ldapgluepeople.conf b/tests/data/slapd-ldapgluepeople.conf index 0798eeddb8..92c8488e0d 100644 --- a/tests/data/slapd-ldapgluepeople.conf +++ b/tests/data/slapd-ldapgluepeople.conf @@ -40,7 +40,7 @@ authz-regexp "^uid=([^,]+),.*" "uid=$1,ou=People,dc=example,dc=com" # cn=monitor, cn=schema, and cn=config # -access to attr=userpassword +access to attrs=userpassword by dn.exact="uid=proxy,ou=People,dc=example,dc=com" read by self =wx by anonymous =x diff --git a/tests/data/slapd-ppolicy.conf b/tests/data/slapd-ppolicy.conf index 6a31bc4dd9..a87d5803be 100644 --- a/tests/data/slapd-ppolicy.conf +++ b/tests/data/slapd-ppolicy.conf @@ -45,7 +45,7 @@ overlay ppolicy ppolicy_default "cn=Standard Policy,ou=Policies,dc=example,dc=com" ppolicy_use_lockout -access to attr=userpassword +access to attrs=userpassword by self write by * auth diff --git a/tests/data/slapd-pw.conf b/tests/data/slapd-pw.conf index 05fd80a99e..d56bdcb421 100644 --- a/tests/data/slapd-pw.conf +++ b/tests/data/slapd-pw.conf @@ -49,7 +49,7 @@ rootpw secret # cn=monitor, cn=schema, and cn=config # -access to attr=userpassword +access to attrs=userpassword by anonymous auth by self write diff --git a/tests/data/slapd-whoami.conf b/tests/data/slapd-whoami.conf index 4be27d5079..89ae3b4102 100644 --- a/tests/data/slapd-whoami.conf +++ b/tests/data/slapd-whoami.conf @@ -40,10 +40,10 @@ authz-regexp "^uid=([^,]+),.*" "ldap:///dc=example,dc=com??sub?uid=$1" # cn=monitor, cn=schema, and cn=config # -access to attr=authzFrom,authzTo +access to attrs=authzFrom,authzTo by * auth -access to attr=userpassword +access to attrs=userpassword by anonymous auth by self write -- 2.39.5