initial version of ldap client

This commit is contained in:
Timo Makinen 2019-05-27 21:10:50 +03:00
parent 81a3becc55
commit a69e66bbac
3 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,5 @@
BASE dc=foo,dc=sh
URI ldaps://ldap01.home.foo.sh
TLS_CACERT {{ tls_certs }}/ca.crt

View file

@ -0,0 +1,2 @@
TLS_KEY {{ tls_private }}/{{ inventory_hostname }}.key
TLS_CERT {{ tls_certs }}/{{ inventory_hostname }}.crt