Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
06da0f5e
Commit
06da0f5e
authored
Apr 15, 2003
by
Kurt Zeilenga
Browse files
Clarify "users" terminology
parent
d28bdf9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd.access.5
View file @
06da0f5e
...
...
@@ -177,14 +177,14 @@ refers to everybody.
.LP
The keyword
.B anonymous
means access is granted to unauthenticated
user
s; it is mos
l
ty used
means access is granted to unauthenticated
client
s; it is most
l
y used
to limit access to authentication resources (e.g. the
.B userPassword
attribute) to unauthenticated
user
s for authentication purposes.
attribute) to unauthenticated
client
s for authentication purposes.
.LP
The keyword
.B users
means access is granted to authenticated
user
s.
means access is granted to authenticated
client
s.
.LP
The keyword
.B self
...
...
@@ -346,7 +346,7 @@ access means that one is allowed access to an attribute to perform
authentication/authorization operations (e.g.
.BR bind )
with no other access.
This is useful to grant unauthenticated
user
s the least possible
This is useful to grant unauthenticated
client
s the least possible
access level to critical resources, like passwords.
.LP
The
...
...
@@ -424,7 +424,7 @@ or the (even more silly) example
.fi
.LP
which grants everybody search and compare privileges, and adds read
privileges to authenticated
user
s.
privileges to authenticated
client
s.
.SH FILES
.TP
ETCDIR/slapd.conf
...
...
doc/man/man5/slapd.conf.5
View file @
06da0f5e
...
...
@@ -279,10 +279,12 @@ with
<style> ::= exact | base | one | subtree | children | regex | anonymous
.RE
.B Anonymous
is hit when a search is performed without prior binding;
The term
.B anonymous
matches all unauthenticated clients.
the term
.B users
is hit w
he
n
a
search is performed by a successfully bound user
;
matc
he
s
a
ll authenticated clients
;
otherwise a
.B regex
dn pattern is assumed unless otherwise specified by qualifying
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment