From f59073944a9983f7d63d87e0211d1743d4f989fa Mon Sep 17 00:00:00 2001 From: Steve Yun Date: Tue, 30 Jul 2024 23:01:19 -0400 Subject: [PATCH] removed iam bit that does not belong --- templates/default/slapd.conf.erb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/templates/default/slapd.conf.erb b/templates/default/slapd.conf.erb index 4f1d153..b3b1f45 100644 --- a/templates/default/slapd.conf.erb +++ b/templates/default/slapd.conf.erb @@ -146,16 +146,6 @@ access to * <% end -%> by * read - - -# added method to add custom admin acls. -<% node['openldap']['iam'].uniq.each do |acl| %> -access to <%= acl['what'] %> -<% acl['type'].uniq.each do |type| %> - by <%= type['who'] %> <%= type['access'] %> -<% end %> -<% end %> - <% if node['openldap']['accesslog']['enabled'] == true -%> # enable the accesslog overlay so that we can audit LDAP updates overlay accesslog