common: don't install unneeded ldap.conf anymore
This commit is contained in:
parent
7ac10f0e7d
commit
869a84dc3d
@ -34,9 +34,6 @@
|
|||||||
- name: Set shell for root user
|
- name: Set shell for root user
|
||||||
user: name=root shell=/bin/zsh
|
user: name=root shell=/bin/zsh
|
||||||
|
|
||||||
- name: Create LDAP client config
|
|
||||||
template: src=ldap.conf.j2 dest=/etc/ldap/ldap.conf mode=0644
|
|
||||||
|
|
||||||
- name: Disable hibernation/resume
|
- name: Disable hibernation/resume
|
||||||
copy: src=resume dest=/etc/initramfs-tools/conf.d/resume
|
copy: src=resume dest=/etc/initramfs-tools/conf.d/resume
|
||||||
notify: update-initramfs
|
notify: update-initramfs
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
#
|
|
||||||
# LDAP Defaults
|
|
||||||
#
|
|
||||||
|
|
||||||
# See ldap.conf(5) for details
|
|
||||||
# This file should be world readable but not world writable.
|
|
||||||
|
|
||||||
BASE {{ ldap_base }}
|
|
||||||
URI {{ ldap_uri }}
|
|
||||||
|
|
||||||
#SIZELIMIT 12
|
|
||||||
#TIMELIMIT 15
|
|
||||||
#DEREF never
|
|
||||||
|
|
||||||
# TLS certificates (needed for GnuTLS)
|
|
||||||
TLS_REQCERT demand
|
|
||||||
TLS_CACERTDIR /etc/ssl/certs
|
|
||||||
TLS_CACERT /etc/ssl/certs/ca-certificates.crt
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user