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
a0fa7f79
Commit
a0fa7f79
authored
20 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Document partially implemented "disclose" level.
"manage" remains undocumented (and unimplemented).
parent
5d0f80c4
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
+18
-8
18 additions, 8 deletions
doc/man/man5/slapd.access.5
with
18 additions
and
8 deletions
doc/man/man5/slapd.access.5
+
18
−
8
View file @
a0fa7f79
...
...
@@ -603,8 +603,8 @@ field will have.
Its component are defined as
.LP
.nf
<level> ::= none|auth|compare|search|read|write
<priv> ::= {=|+|-}{w|r|s|c|x|0}+
<level> ::= none|
disclose|
auth|compare|search|read|write
<priv> ::= {=|+|-}{w|r|s|c|x|
d|
0}+
.fi
.LP
The modifier
...
...
@@ -624,6 +624,7 @@ access model relies on an incremental interpretation of the access
privileges.
The possible levels are
.BR none ,
.BR disclose ,
.BR auth ,
.BR compare ,
.BR search ,
...
...
@@ -633,11 +634,18 @@ and
Each access level implies all the preceding ones, thus
.B write
access will imply all accesses.
While
.B none
is trivial,
.LP
The
.B none
access level disallows all access including disclosure on error.
.LP
The
.B disclose
access level allows disclorure of information on error.
.LP
The
.B auth
access means that one is allowed access to an attribute to perform
access
level
means that one is allowed access to an attribute to perform
authentication/authorization operations (e.g.
.BR bind )
with no other access.
...
...
@@ -665,9 +673,11 @@ for read,
.B s
for search,
.B c
for compare,
and
for compare,
.B x
for authentication.
for authentication, and
.B d
for disclose.
More than one of the above privileges can be added in one statement.
.B 0
indicates no privileges and is used only by itself (e.g., +0).
...
...
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