From: Quanah Gibson-Mount Date: Fri, 6 Apr 2007 06:01:50 +0000 (+0000) Subject: More attr= to attrs= fixes X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~539 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ce58d69810ece116f32912e6003f1f2b201cd7b3;p=openldap More attr= to attrs= fixes --- diff --git a/doc/guide/admin/slapdconf2.sdf b/doc/guide/admin/slapdconf2.sdf index 9b30ce8983..9e8d40a2d9 100644 --- a/doc/guide/admin/slapdconf2.sdf +++ b/doc/guide/admin/slapdconf2.sdf @@ -1325,7 +1325,7 @@ the access directives and the {{EX:by }} clauses. It also shows the use of an attribute selector to grant access to a specific attribute and various {{EX:}} selectors. -> olcAccess: to dn.subtree="dc=example,dc=com" attr=homePhone +> olcAccess: to dn.subtree="dc=example,dc=com" attrs=homePhone > by self write > by dn.children=dc=example,dc=com" search > by peername.regex=IP:10\..+ read diff --git a/doc/guide/admin/slapdconfig.sdf b/doc/guide/admin/slapdconfig.sdf index b44ceee570..646505e301 100644 --- a/doc/guide/admin/slapdconfig.sdf +++ b/doc/guide/admin/slapdconfig.sdf @@ -871,7 +871,7 @@ the access directives and the {{EX:by }} clauses. It also shows the use of an attribute selector to grant access to a specific attribute and various {{EX:}} selectors. -> access to dn.subtree="dc=example,dc=com" attr=homePhone +> access to dn.subtree="dc=example,dc=com" attrs=homePhone > by self write > by dn.children="dc=example,dc=com" search > by peername.regex=IP:10\..+ read