From f24bafd55aa89b5a257b74b8c6999a8afca761ec Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Wed, 3 Dec 2003 18:56:39 +0000 Subject: [PATCH] editorial fix for access control section --- doc/guide/admin/slapdconfig.sdf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/guide/admin/slapdconfig.sdf b/doc/guide/admin/slapdconfig.sdf index 0af5298b8e..1a7595f68c 100644 --- a/doc/guide/admin/slapdconfig.sdf +++ b/doc/guide/admin/slapdconfig.sdf @@ -758,9 +758,9 @@ and attributes to which the access control applies. Entries are commonly selected in two ways: by DN and by filter. The following qualifiers select entries by DN: -> by * -> by dn[.]= -> by dn.= +> to * +> to dn[.]= +> to dn.= The first form is used to select all entries. The second form may be used to select entries by matching a regular expression against @@ -795,17 +795,17 @@ For example, if the directory contained entries named: Entries may also be selected using a filter: -> by filter= +> to filter= where is a string representation of an LDAP search filter, as described in {{REF:RFC2254}}. For example: -> by filter=(objectClass=person) +> to filter=(objectClass=person) Note that entries may be selected by both DN and filter by including both qualifiers in the clause. -> by dn.one="ou=people,o=suffix" filter=(objectClass=person) +> to dn.one="ou=people,o=suffix" filter=(objectClass=person) Attributes within an entry are selected by including a comma-separated list of attribute names in the selector: -- 2.39.5