Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Christopher Ng
OpenLDAP
Commits
e5fc7845
Commit
e5fc7845
authored
18 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
clarify the required access to add the suffix of a database (consequence of ITS#4552)
parent
fa242500
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man5/slapd.access.5
+12
-0
12 additions, 0 deletions
doc/man/man5/slapd.access.5
with
12 additions
and
0 deletions
doc/man/man5/slapd.access.5
+
12
−
0
View file @
e5fc7845
...
...
@@ -860,11 +860,13 @@ as the first access rule.
As a consequence, unless the operation is performed with the
.B updatedn
identity, control is passed straight to the subsequent rules.
.SH OPERATION REQUIREMENTS
Operations require different privileges on different portions of entries.
The following summary applies to primary database backends such as
the BDB and HDB backends. Requirements for other backends may
(and often do) differ.
.LP
The
.B add
...
...
@@ -877,6 +879,10 @@ of the entry being added, and
privileges on the pseudo-attribute
.B children
of the entry's parent.
When adding the suffix entry of a database, write access to
.B children
of the empty DN ("") is required.
.LP
The
.B bind
...
...
@@ -884,12 +890,14 @@ operation, when credentials are stored in the directory, requires
.B auth (=x)
privileges on the attribute the credentials are stored in (usually
.BR userPassword ).
.LP
The
.B compare
operation requires
.B compare (=c)
privileges on the attribute that is being compared.
.LP
The
.B delete
...
...
@@ -902,12 +910,14 @@ of the entry being deleted, and
privileges on the
.B children
pseudo-attribute of the entry's parent.
.LP
The
.B modify
operation requires
.B write (=w)
privileges on the attributes being modified.
.LP
The
.B modrdn
...
...
@@ -927,6 +937,7 @@ privileges are also required on the attributes that are present
in the old relative DN if
.B deleteoldrdn
is set to 1.
.LP
The
.B search
...
...
@@ -959,6 +970,7 @@ access to the attribute holding the referral information
(generally the
.B ref
attribute).
.LP
Some internal operations and some
.B controls
...
...
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