Change LDAP CA cert path.
This commit is contained in:
parent
0c72c8f8ba
commit
cb2147d9c1
@ -8,7 +8,7 @@
|
|||||||
notify: restart nslcd
|
notify: restart nslcd
|
||||||
|
|
||||||
- name: Copy LDAP CA
|
- name: Copy LDAP CA
|
||||||
copy: src=ldap.crt dest=/etc/ssl/ldap.crt mode=0644
|
copy: src=ldap.crt dest=/etc/ldap/ldap.crt mode=0644
|
||||||
notify: restart nslcd
|
notify: restart nslcd
|
||||||
|
|
||||||
- name: Configure PAM mkhomedir
|
- name: Configure PAM mkhomedir
|
||||||
|
@ -32,4 +32,4 @@ base shadow {{ nslcd_base_shadow }}
|
|||||||
|
|
||||||
# SSL options
|
# SSL options
|
||||||
tls_reqcert demand
|
tls_reqcert demand
|
||||||
tls_cacertfile /etc/ssl/ldap.crt
|
tls_cacertfile /etc/ldap/ldap.crt
|
||||||
|
Loading…
Reference in New Issue
Block a user