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
75b9f8ac
Commit
75b9f8ac
authored
21 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Make a few OPERATIONAL REQUIREMENT clarifications
Clean up formating
parent
bc972e06
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man5/slapd.access.5
+46
-35
46 additions, 35 deletions
doc/man/man5/slapd.access.5
with
46 additions
and
35 deletions
doc/man/man5/slapd.access.5
+
46
−
35
View file @
75b9f8ac
...
...
@@ -474,87 +474,98 @@ which grants everybody search and compare privileges, and adds read
privileges to authenticated clients.
.SH OPERATION REQUIREMENTS
Operations require different privileges on different portions of entries.
.TP
The following summary applies to primary database backends such as
the LDBM, BDB, and HDB backends. Requirements for other backends may
(and often do) differ.
.LP
The
.B add
operation requires
.B write
privileges on the
meta
-attribute
operation requires
.B write
(=w)
privileges on the
pseudo
-attribute
.B entry
of the entry being added, and
.B write
privileges on the
meta
-attribute
.B write
(=w)
privileges on the
pseudo
-attribute
.B children
of the entry's parent.
.
T
P
.
L
P
The
.B bind
operation, when credentials are stored in the directory, requires
.B auth
.B auth
(=x)
privileges on the attribute the credentials are stored in (usually
.BR userPassword ).
.
T
P
.
L
P
The
.B compare
operation requires
.B compare
.B compare
(=c)
privileges on the attribute that is being compared.
.B FIXME: should it require also compare privileges on the entry's meta-attribute?
.TP
.LP
The
.B delete
operation requires
.B write
privileges on the
meta
-attribute
.B write
(=w)
privileges on the
pseudo
-attribute
.B entry
of the entry being deleted, and
.B write
.B write
(=w)
privileges on the
.B children
meta
-attribute of the entry's parent.
.
T
P
pseudo
-attribute of the entry's parent.
.
L
P
The
.B modify
operation requires
.B write
.B write
(=w)
privileges on the attibutes being modified.
.
T
P
.
L
P
The
.B modrdn
operation requires
.B write
privileges on the
meta
-attribute
.B write
(=w)
privileges on the
pseudo
-attribute
.B entry
of the entry whose relative DN is being modified,
.B write
privileges on the
meta
-attribute
.B write
(=w)
privileges on the
pseudo
-attribute
.B children
of the old and new entry's parents, and
.B write
.B write
(=w)
privileges on the attributes that are present in the new relative DN.
.B Write
.B Write
(=w)
privileges are also required on the attributes that are present
in the old relative DN if
.B deleteoldrdn
is set to 1.
.
T
P
.
L
P
The
.B search
operation, for each entry, requires
.B search
.B search
(=s)
privileges on the attributes that are defined in the filter.
Then, the resulting entries are tested for
.B read
privileges on the
meta
-attribute
.B read
(=r)
privileges on the
pseudo
-attribute
.B entry
(for read access to the entry itself)
and for
.B read
.B read
(=r)
access on each value of each attribute that is requested.
.B Referrals
are also checked for
.B read
access on the meta-attribute
.BR entry .
Also, for each
.B referral
object used in generating continuation references, the operation requires
.B read (=r)
access on the pseudo-attribute
.B entry
(for read access to the referral object itself),
as well as
.B read (=r)
access to the attribute holding the referral information
(generally the
.B ref
attribute).
.SH CAVEATS
It is strongly recommended to explicitly use the most appropriate
DN
...
...
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