Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Lowden
OpenLDAP
Commits
050c453d
Commit
050c453d
authored
7 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
ITS#7700 - Update documentation about the "limits" configuration option
parent
a9ee0a54
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/guide/admin/limits.sdf
+13
-9
13 additions, 9 deletions
doc/guide/admin/limits.sdf
doc/guide/admin/slapdconfig.sdf
+3
-2
3 additions, 2 deletions
doc/guide/admin/slapdconfig.sdf
with
16 additions
and
11 deletions
doc/guide/admin/limits.sdf
+
13
−
9
View file @
050c453d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
doc/guide/admin/slapdconfig.sdf
+
3
−
2
View file @
050c453d
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment