diff options
author | Dan Fandrich <danf@mageia.org> | 2024-08-15 09:32:37 -0700 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-08-15 10:52:40 -0700 |
commit | e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 (patch) | |
tree | e364f93f700dcea7508ac9854560ebe35b74caa0 /modules/openldap | |
parent | d17b7032f2065a0c82681fecbbe250eb8e036995 (diff) | |
download | puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.gz puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.bz2 puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.xz puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.zip |
Fix typos in comments
This should result in no difference in configuration.
Diffstat (limited to 'modules/openldap')
-rw-r--r-- | modules/openldap/manifests/slave_instance.pp | 2 | ||||
-rw-r--r-- | modules/openldap/templates/mandriva-dit-access.conf | 2 | ||||
-rw-r--r-- | modules/openldap/templates/slapd.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/openldap/manifests/slave_instance.pp b/modules/openldap/manifests/slave_instance.pp index 0d66d607..fbf998c6 100644 --- a/modules/openldap/manifests/slave_instance.pp +++ b/modules/openldap/manifests/slave_instance.pp @@ -1,5 +1,5 @@ # TODO create the user for sync in ldap -# this define is mainly syntaxic sugar +# this define is mainly syntactic sugar define openldap::slave_instance($rid) { include openldap class { 'openldap::slave': diff --git a/modules/openldap/templates/mandriva-dit-access.conf b/modules/openldap/templates/mandriva-dit-access.conf index f9b7a98d..361d956b 100644 --- a/modules/openldap/templates/mandriva-dit-access.conf +++ b/modules/openldap/templates/mandriva-dit-access.conf @@ -66,7 +66,7 @@ access to dn.subtree="<%= dc_suffix %>" by self write by * none # password history attribute -# pwdHistory is read-only, but ACL is simplier with it here +# pwdHistory is read-only, but ACL is simpler with it here access to dn.subtree="<%= dc_suffix %>" attrs=sambaPasswordHistory,pwdHistory by self read diff --git a/modules/openldap/templates/slapd.conf b/modules/openldap/templates/slapd.conf index 20ecc944..d82fe088 100644 --- a/modules/openldap/templates/slapd.conf +++ b/modules/openldap/templates/slapd.conf @@ -68,7 +68,7 @@ access to dn.subtree="cn=Monitor" database bdb <% else %> database mdb -# mdb defaults to 10MB max DB, so we need to hardocde some better value :( +# mdb defaults to 10MB max DB, so we need to hardcode some better value :( maxsize 500000000 <% end %> suffix "<%= dc_suffix %>" |