]> git.sur5r.net Git - openldap/commitdiff
ITS#4863 s/access to attr/access to attrs/
authorHoward Chu <hyc@openldap.org>
Thu, 5 Apr 2007 01:07:41 +0000 (01:07 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 5 Apr 2007 01:07:41 +0000 (01:07 +0000)
doc/guide/admin/slapdconf2.sdf
doc/guide/admin/slapdconfig.sdf

index cbf61398d2f29a8803b588f04985bf09b9fbb0eb..67b3378d349eff0fbc4f68958341ae07d18bbc4f 100644 (file)
@@ -1351,7 +1351,7 @@ create a group and allow people to add and remove only
 their own DN from the member attribute, you could accomplish
 it with an access directive like this:
 
->      olcAccess: to attr=member,entry
+>      olcAccess: to attrs=member,entry
 >              by dnattr=member selfwrite
 
 The dnattr {{EX:<who>}} selector says that the access applies to
@@ -1375,7 +1375,7 @@ tags are maintained automatically by slapd and do not need to be specified
 when originally defining the values. For example, when you create the
 settings
 
->      olcAccess: to attr=member,entry
+>      olcAccess: to attrs=member,entry
 >              by dnattr=member selfwrite
 >      olcAccess: to dn.children="dc=example,dc=com"
 >              by * search
@@ -1513,7 +1513,7 @@ E: 29.    olcRootPW: secret
 E: 30. olcDbIndex: uid pres,eq
 E: 31. olcDbIndex: cn,sn,uid pres,eq,approx,sub
 E: 32. olcDbIndex: objectClass eq
-E: 33. olcAccess: to attr=userPassword
+E: 33. olcAccess: to attrs=userPassword
 E: 34.   by self write
 E: 35.   by anonymous auth
 E: 36.   by dn.base="cn=Admin,dc=example,dc=com" write
index 64f5493e210b4b54af318743da120bf8e2a04e2b..b44ceee5703ff829af513769140df3dc48b08212 100644 (file)
@@ -897,7 +897,7 @@ create a group and allow people to add and remove only
 their own DN from the member attribute, you could accomplish
 it with an access directive like this:
 
->      access to attr=member,entry
+>      access to attrs=member,entry
 >              by dnattr=member selfwrite
 
 The dnattr {{EX:<who>}} selector says that the access applies to
@@ -965,7 +965,7 @@ E: 20.      index uid pres,eq
 E: 21. index cn,sn,uid pres,eq,approx,sub
 E: 22. index objectClass eq
 E: 23. # database access control definitions
-E: 24. access to attr=userPassword
+E: 24. access to attrs=userPassword
 E: 25.         by self write
 E: 26.         by anonymous auth
 E: 27.         by dn.base="cn=Admin,dc=example,dc=com" write