Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
Nounous
Ansible
Merge requests
!265
Home
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Home
home
into
main
Overview
0
Commits
4
Changes
12
Closed
ynerant
requested to merge
home
into
main
3 years ago
Overview
0
Commits
4
Changes
12
Expand
Move /home to /home_nounou Support double LDAP authentication with SSSD
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
bd2315e6
4 commits,
3 years ago
12 files
+
245
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
group_vars/sssd.yml
0 → 100644
+
16
−
0
Options
glob_sssd
:
primary
:
domain
:
tealc.adm.crans.org
servers
:
-
"
{{
query('ldap','ip','tealc','adm')
|
ipv4
|
first
}}"
-
"
{{
query('ldap','ip','sam','adm')
|
ipv4
|
first
}}"
-
"
{{
query('ldap','ip','daniel','adm')
|
ipv4
|
first
}}"
-
"
{{
query('ldap','ip','jack','adm')
|
ipv4
|
first
}}"
base
:
"
dc=crans,dc=org"
secondary
:
domain
:
re2o-ldap.adm.crans.org
base
:
"
dc=crans,dc=org"
bind
:
dn
:
"
cn=nslcd,ou=service-users,dc=crans,dc=org"
passwd
:
"
{{
vault.ldap_nslcd_passwd
}}"
Loading