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
1bf816e4
Commit
1bf816e4
authored
19 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
don't use deprecated directives
parent
a1830a3c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/data/slapd-chain1.conf
+4
-3
4 additions, 3 deletions
tests/data/slapd-chain1.conf
tests/data/slapd-chain2.conf
+3
-2
3 additions, 2 deletions
tests/data/slapd-chain2.conf
with
7 additions
and
5 deletions
tests/data/slapd-chain1.conf
+
4
−
3
View file @
1bf816e4
...
...
@@ -32,9 +32,10 @@ argsfile @TESTDIR@/slapd.1.args
#
# uses the chain overlay as global;
# no chain-URI is configured, so the URI is parsed out of the referral
overlay
chain
chain
-
acl
-
authcDN
"cn=Manager,dc=example,dc=com"
chain
-
acl
-
passwd
secret
overlay
chain
chain
-
acl
-
bind
bindmethod
=
simple
binddn
=
"cn=Manager,dc=example,dc=com"
credentials
=
secret
#######################################################################
# database definitions
...
...
This diff is collapsed.
Click to expand it.
tests/data/slapd-chain2.conf
+
3
−
2
View file @
1bf816e4
...
...
@@ -56,7 +56,8 @@ rootpw secret
# the chain-URI is configured, so only that URI is chained
overlay
chain
chain
-
uri
@
URI1
@
chain
-
acl
-
authcDN
"cn=Manager,dc=example,dc=com"
chain
-
acl
-
passwd
secret
chain
-
acl
-
bind
bindmethod
=
simple
binddn
=
"cn=Manager,dc=example,dc=com"
credentials
=
secret
#monitor#database monitor
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