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
28b67541
Commit
28b67541
authored
Aug 14, 2021
by
Howard Chu
Committed by
Ondřej Kuzník
Sep 08, 2021
Browse files
ITS
#9633
fix test030 - turn off referral chasing in back-ldap
parent
51eb703f
Pipeline
#3469
passed with stage
in 56 minutes and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
tests/data/slapd-relay.conf
View file @
28b67541
...
...
@@ -56,6 +56,7 @@ suffix "o=Example,c=US"
#relay-relay#rwm-map attribute uid dc
### back-ldap needs explicit instantiation of the rwm overlay
#relay-ldap#uri "@URI1@"
#relay-ldap#chase-referrals no
#relay-ldap#overlay rwm
#relay-ldap#rwm-suffixmassage "dc=example,dc=com"
#relay-ldap#rwm-map objectClass groupOfNames groupOfUniqueNames
...
...
@@ -77,6 +78,7 @@ suffix "o=Esempio,c=IT"
#relay-relay#rwm-suffixmassage "dc=example,dc=com"
### back-ldap needs URI
#relay-ldap#uri "@URI1@"
#relay-ldap#chase-referrals no
#relay-ldap#overlay rwm
#relay-ldap#rwm-suffixmassage "dc=example,dc=com"
#relay-meta#uri "@URI1@o=Esempio,c=IT"
...
...
@@ -90,6 +92,7 @@ suffix "o=Beispiel,c=DE"
#relay-relay#rwm-suffixmassage "dc=example,dc=com"
### back-ldap needs explicit instantiation of the rwm overlay
#relay-ldap#uri "@URI1@"
#relay-ldap#chase-referrals no
#relay-ldap#overlay rwm
#relay-ldap#rwm-suffixmassage "dc=example,dc=com"
#relay-meta#uri "@URI1@o=Beispiel,c=DE"
...
...
Write
Preview
Markdown
is supported
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