Move dirsrv (LDAP) primary node to new VM #401

Merged
raucao merged 29 commits from new_ldap_server into master 2022-05-11 14:55:06 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 48c3fef1a1 - Show all commits

View File

@ -15,7 +15,6 @@ host_config:
ldap_rootdn: "<%= @ldap_rootdn %>"
ldap_password: "<%= @host[:ldap_password] %>"
ldap_encrypt: <%= @ldap_encryption_type %>
ldap_tls_verify: hard # when TLS is enabled, don't proceed if a cert is invalid
ldap_base: "ou=<%= @host[:name] %>,<%= @ldap_base %>"
ldap_filter: "(objectClass=person)"
<% end -%>