Merge branch 'bugfix/128-set_acis_on_users' of kosmos/chef into master

This commit is contained in:
gregkare 2020-02-14 15:47:16 +00:00 committed by Gitea
commit 585041e36c
2 changed files with 3 additions and 1 deletions

View File

@ -2,3 +2,5 @@ dn: ou=users,dc=kosmos,dc=org
objectClass: top
objectClass: organizationalUnit
ou: users
aci: (target="ldap:///dc=kosmos,dc=org") (version 3.0; acl "user-deny-all"; deny (all) userdn="ldap:///dc=kosmos,dc=org";)
aci: (target="ldap:///dc=kosmos,dc=org")(targetattr="userPassword") (version 3.0; acl "user-write-own-password"; allow (write) userdn="ldap:///self";)

View File

@ -4,7 +4,7 @@ maintainer_email 'mail@kosmos.org'
license 'MIT'
description 'Installs/Configures 389 Directory Server'
long_description 'Installs/Configures 389 Directory Server'
version '0.1.1'
version '0.1.2'
chef_version '>= 14.0'
depends "firewall"