Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
hpc-team
HPCasCode
Commits
59d9297a
Commit
59d9297a
authored
7 years ago
by
Chris Hines
Browse files
Options
Downloads
Patches
Plain Diff
allow use of a ldap readonly server for failover (but don't mandate it)
parent
c59547d9
No related branches found
No related tags found
1 merge request
!158
allow use of a ldap readonly server for failover (but don't mandate it)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/ldapclient/templates/sssd.j2
+5
-0
5 additions, 0 deletions
roles/ldapclient/templates/sssd.j2
with
5 additions
and
0 deletions
roles/ldapclient/templates/sssd.j2
+
5
−
0
View file @
59d9297a
...
@@ -22,7 +22,12 @@ auth_provider = ldap
...
@@ -22,7 +22,12 @@ auth_provider = ldap
chpass_provider = ldap
chpass_provider = ldap
access_provider = ldap
access_provider = ldap
{% if ldapROURI is defined %}
ldap_uri = {{ ldapURI }}, {{ ldapROURI }}
ldap_chpass_uri = {{ ldapURI }}
{% else %}
ldap_uri = {{ ldapURI }}
ldap_uri = {{ ldapURI }}
{% endif %}
ldap_id_use_start_tls = True
ldap_id_use_start_tls = True
ldap_tls_reqcert = allow
ldap_tls_reqcert = allow
ldap_tls_cacert = {{ ldapCaCertFile }}
ldap_tls_cacert = {{ ldapCaCertFile }}
...
...
This diff is collapsed.
Click to expand it.
Chris Hines
@chines
mentioned in commit
6108584f
·
4 years ago
mentioned in commit
6108584f
mentioned in commit 6108584f0f30ef888c5df4961051ef2c180435f7
Toggle commit list
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