xoxys.ldap_proxy/templates/etc/sysconfig/slapd.j2
Robert Kaussow f6f3178c8c
Some checks failed
continuous-integration/drone/push Build is failing
enable molecule
2019-09-18 17:23:35 +02:00

13 lines
372 B
Django/Jinja

{{ ansible_managed | comment }}
# OpenLDAP server configuration
# see 'man slapd' for additional information
# Where the server will run (-h option)
SLAPD_URLS="{{ ldap_proxy_urls | join(' ') }}"
# Any custom options
SLAPD_OPTIONS="{{ ldap_proxy_options | join(' ') }}"
# Keytab location for GSSAPI Kerberos authentication
#KRB5_KTNAME="FILE:/etc/openldap/ldap.keytab"