It sets up 389 Directory Server, including a TLS cert acquired using Let's Encrypt in production (that requires ldap.kosmos.org pointing to the server's IP)
10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
<%
|
|
node.run_state[:ulimit][@domain].each do |item, entries|
|
|
entries.each do |type, value|
|
|
-%>
|
|
<%= @domain %> <%= type %> <%= item %> <%= value %>
|
|
<%
|
|
end
|
|
end
|
|
-%>
|