aboutsummaryrefslogtreecommitdiffstats
path: root/modules/pam/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-24 02:08:32 +0000
committerMichael Scherer <misc@mageia.org>2010-11-24 02:08:32 +0000
commitec4823b29d7792c9ca96d6e1a76bb43a111dfaac (patch)
tree0a19843252766e2bf06638f0f84760c6ecd1e30c /modules/pam/templates
parent625b66668ae93c99a1736cdf63d4aa62cba4aec2 (diff)
downloadpuppet-ec4823b29d7792c9ca96d6e1a76bb43a111dfaac.tar
puppet-ec4823b29d7792c9ca96d6e1a76bb43a111dfaac.tar.gz
puppet-ec4823b29d7792c9ca96d6e1a76bb43a111dfaac.tar.bz2
puppet-ec4823b29d7792c9ca96d6e1a76bb43a111dfaac.tar.xz
puppet-ec4823b29d7792c9ca96d6e1a76bb43a111dfaac.zip
s/commiters/committers/, to be in sync with the ldap group name and the dictionnary
Diffstat (limited to 'modules/pam/templates')
-rw-r--r--modules/pam/templates/system-auth4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pam/templates/system-auth b/modules/pam/templates/system-auth
index 9ae45fb7..7dc3a47f 100644
--- a/modules/pam/templates/system-auth
+++ b/modules/pam/templates/system-auth
@@ -2,8 +2,8 @@ auth required pam_env.so
<%- if access_class = 'admin' -%>
auth required pam_succeed_if.so quiet user ingroup mga-sysadmin
<%- end -%>
-<%- if access_class = 'commiters' -%>
-auth required pam_succeed_if.so quiet user ingroup mga-commiters
+<%- if access_class = 'committers' -%>
+auth required pam_succeed_if.so quiet user ingroup mga-committers
<%- end -%>
# this part is here if the module don't exist
# basically, the idea is to copy the exact detail of sufficient,