Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_ldap_authentication
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
sti-cluster
ansible_ldap_authentication
Commits
82a9aee8
Commit
82a9aee8
authored
3 years ago
by
Fabio Santaniello
Browse files
Options
Downloads
Patches
Plain Diff
fixing sssd ldap auth with centos7
parent
4d973a89
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/centos.yml
+2
-2
2 additions, 2 deletions
tasks/centos.yml
templates/centos_ldap.conf
+16
-0
16 additions, 0 deletions
templates/centos_ldap.conf
with
18 additions
and
2 deletions
tasks/centos.yml
+
2
−
2
View file @
82a9aee8
...
...
@@ -77,7 +77,7 @@
-
name
:
generate ldap.conf for Centos
template
:
src
:
ldap.conf
src
:
centos_
ldap.conf
dest
:
/etc/openldap/ldap.conf
owner
:
root
group
:
root
...
...
@@ -92,4 +92,4 @@
shell
:
authconfig --enablemkhomedir --update
-
name
:
join Ldap Centos
shell
:
authconfig --
kickstart --enableshadow --enablemd5 --passalgo=sha512 --enableldap --ldapserver=ldap.epfl.ch --ldapbasedn=o=epfl,c=ch --enableldapauth --enableforcelegacy --enableldaptls --disablefingerprint
--updateall
shell
:
authconfig --
enablesssdauth --enablesssd
--updateall
This diff is collapsed.
Click to expand it.
templates/centos_ldap.conf
0 → 100644
+
16
−
0
View file @
82a9aee8
#
# LDAP Defaults
#
# See ldap.conf(5) for details
# This file should be world readable but not world writable.
BASE
o
=
epfl
,
c
=
ch
URI
ldap
://
scoldap
.
epfl
.
ch
#SIZELIMIT 12
#TIMELIMIT 15
#DEREF never
# TLS certificates (needed for GnuTLS)
TLS_CACERT
/
etc
/
openldap
/
cacerts
/
digicert
.
pem
\ No newline at end of file
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