{{ 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"