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
fdf1e5b9
Commit
fdf1e5b9
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Auth on entry not required
parent
5a4f5e5c
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/guide/admin/slapdconfig.sdf
+8
-11
8 additions, 11 deletions
doc/guide/admin/slapdconfig.sdf
with
8 additions
and
11 deletions
doc/guide/admin/slapdconfig.sdf
+
8
−
11
View file @
fdf1e5b9
...
...
@@ -849,9 +849,8 @@ E: 27. by dn="cn=Admin,dc=example,dc=com" write
E: 28. by * none
E: 29. access to *
E: 30. by self write
E: 31. by anonymous auth
E: 32. by dn="cn=Admin,dc=example,dc=com" write
E: 33. by * read
E: 31. by dn="cn=Admin,dc=example,dc=com" write
E: 32. by * read
Line 5 is a comment. The start of the database definition is
marked by the database keyword on line 6. Line 7 specifies
...
...
@@ -875,14 +874,12 @@ information on these directives.
Lines 20 through 22 indicate the indexes to maintain for
various attributes.
Lines 24 through 33 specify access control for entries in the
database. For all entries, the {{EX:userPassword}} attribute
is writable by the entry itself and by the "admin" entry. It
may be used for authentication/authorization purposes, but is
otherwise not readable. All other attributes are writable by
the entry and the "admin" entry, may be used for
authentication/authorization purposes, but may be read by
authenticated users.
Lines 24 through 32 specify access control for entries in the
database. For all entries, the {{EX:userPassword}} attribute is
writable by the entry itself and by the "admin" entry. It may be
used for authentication/authorization purposes, but is otherwise
not readable. All other attributes are writable by the entry and
the "admin" entry, but may be read by authenticated users.
The next section of the example configuration file defines
another LDBM database. This one handles queries involving
...
...
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