]> git.sur5r.net Git - openldap/commitdiff
ITS#7700 - Update documentation about the "limits" configuration option
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 29 Mar 2017 21:29:25 +0000 (14:29 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 29 Mar 2017 21:29:25 +0000 (14:29 -0700)
doc/guide/admin/limits.sdf
doc/guide/admin/slapdconfig.sdf

index 31f91e0dcaaed91a79fc0009a2a7f4c4ee66c6c0..083dc42b94b6dce4693d337b12d35b05fdd98655 100644 (file)
@@ -97,31 +97,35 @@ When using the {{slapd config}} backend, the corresponding
 attribute is {{EX:olcLimits}}. The syntax of
 the values is the same in both cases.
 
->   limits <who> <limit> [<limit> [...]]
+>   limits <selector> <limit> [<limit> [...]]
 
 The {{limits}} clause can be specified multiple times to apply different
 limits to different initiators. The server examines each clause in turn
-until it finds one that matches the ID that requested the operation.
+until it finds one that matches the operation's initiator or base DN.
 If no match is found, the global limits will be used.
 
 H3: Specify who the limits apply to
 
-The {{EX:<who>}} part of the {{limits}} clause can take any of these values:
+The {{EX:<selector>}} part of the {{limits}} clause can take any of these values:
 
 !block table; align=Center; coltags="EX,N"; \
-    title="Table ZZZ.ZZZ: Entity Specifiers"
+    title="Table 9.1: Limits Entity Specifiers"
 Specifier|Entities
 *|All, including anonymous and authenticated users
 anonymous|Anonymous (non-authenticated) users
 users|Authenticated users
-self|User associated with target entry
-dn[.<basic-style>]=<regex>|Users matching a regular expression
-dn.<scope-style>=<DN>|Users within scope of a DN
+dn[.<type>][.<style>]=<pattern>]|Entry or entries within a scope that match <pattern>
 group[/oc[/at]]=<pattern>|Members of a group
 !endblock
 
-The rules for specifying {{EX:<who>}} are the same as those used in
-access-control rules.
+Where
+
+{{type}} can be one of self or this and
+
+{{style}} can be one of exact, base, onelevel, subtree, children, regex, or anonymous
+
+More information can be found in the {{slapd.conf}}(5) or {{slapd-config}}(5) manual
+pages.
 
 H3: Specify time limits
 
index 9f468f96e989a47e15411aadbcad103ce70e3d38..98adfb6d2c9b36ea6ede038c4e7bfb97bf2c981b 100644 (file)
@@ -305,9 +305,10 @@ This marks the beginning of a new {{TERM:BDB}} database instance
 declaration.
 
 
-H4: limits <who> <limit> [<limit> [...]]
+H4: limits <selector> <limit> [<limit> [...]]
 
-Specify time and size limits based on who initiated an operation.
+Specify time and size limits based on the operation's initiator or base
+DN.
 
 See the {{SECT:Limits}} section of this guide and {{slapd.conf}}(5)
 for more details.