From: Howard Chu Date: Thu, 5 Apr 2007 01:07:41 +0000 (+0000) Subject: ITS#4863 s/access to attr/access to attrs/ X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~553 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d9e5a0dcbfdc958a23b4ea32b200da9c124c14dc;p=openldap ITS#4863 s/access to attr/access to attrs/ --- diff --git a/doc/guide/admin/slapdconf2.sdf b/doc/guide/admin/slapdconf2.sdf index cbf61398d2..67b3378d34 100644 --- a/doc/guide/admin/slapdconf2.sdf +++ b/doc/guide/admin/slapdconf2.sdf @@ -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:}} 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 diff --git a/doc/guide/admin/slapdconfig.sdf b/doc/guide/admin/slapdconfig.sdf index 64f5493e21..b44ceee570 100644 --- a/doc/guide/admin/slapdconfig.sdf +++ b/doc/guide/admin/slapdconfig.sdf @@ -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:}} 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