Cookbook to deploy a LDAP server (389 Directory Server) #115

Merged
greg merged 14 commits from feature/107-ldap_server into master 2019-12-23 17:50:23 +00:00
Showing only changes of commit 0dbf350540 - Show all commits

View File

@ -109,6 +109,7 @@ action :create do
command "ldapadd -x -w #{new_resource.admin_password} -D '#{new_resource.bind_dn}' -f '#{Chef::Config[:file_cache_path]}/tls.ldif' -p #{new_resource.port} -h localhost"
sensitive true
action :nothing
notifies :restart, "service[#{service_name}]", :immediately
end
end
end