Skip to content

Commit

Permalink
removed iam bit that does not belong
Browse files Browse the repository at this point in the history
  • Loading branch information
djentangle committed Jul 31, 2024
1 parent 60cb017 commit f590739
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions templates/default/slapd.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f590739

Please sign in to comment.