From: Quanah Gibson-Mount Date: Wed, 29 Mar 2017 21:29:25 +0000 (-0700) Subject: ITS#7700 - Update documentation about the "limits" configuration option X-Git-Url: https://git.sur5r.net/?p=openldap;a=commitdiff_plain;h=207fde15ebedbf273aa2e339366ee23b44402376 ITS#7700 - Update documentation about the "limits" configuration option --- diff --git a/doc/guide/admin/limits.sdf b/doc/guide/admin/limits.sdf index 31f91e0dca..083dc42b94 100644 --- a/doc/guide/admin/limits.sdf +++ b/doc/guide/admin/limits.sdf @@ -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 [ [...]] +> limits [ [...]] 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:}} part of the {{limits}} clause can take any of these values: +The {{EX:}} 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[.]=|Users matching a regular expression -dn.=|Users within scope of a DN +dn[.][.