aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-24 11:22:03 +0000
committerMichael Scherer <misc@mageia.org>2011-02-24 11:22:03 +0000
commit5c3af02b677cf07a88bdb4241725e5c5b53ee3f9 (patch)
tree66ecc1791a4ac74ec16089b284fc53a36cf4f6a3 /modules/transifex
parentc114313fc56a84bb223ba9498b64ddebbc20484d (diff)
downloadpuppet-5c3af02b677cf07a88bdb4241725e5c5b53ee3f9.tar
puppet-5c3af02b677cf07a88bdb4241725e5c5b53ee3f9.tar.gz
puppet-5c3af02b677cf07a88bdb4241725e5c5b53ee3f9.tar.bz2
puppet-5c3af02b677cf07a88bdb4241725e5c5b53ee3f9.tar.xz
puppet-5c3af02b677cf07a88bdb4241725e5c5b53ee3f9.zip
- use the new group for tx access
Diffstat (limited to 'modules/transifex')
-rw-r--r--modules/transifex/templates/45-ldap.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/transifex/templates/45-ldap.conf b/modules/transifex/templates/45-ldap.conf
index 55ab113c..9ee198ca 100644
--- a/modules/transifex/templates/45-ldap.conf
+++ b/modules/transifex/templates/45-ldap.conf
@@ -42,7 +42,7 @@ AUTH_LDAP_USER_ATTR_MAP = {
}
AUTH_LDAP_USER_FLAGS_BY_GROUP = {
- "is_active": "cn=mga-committers,ou=Group,<%= dc_suffix %>",
- "is_staff": "cn=mga-sysadmin,ou=Group,<%= dc_suffix %>",
+ "is_active": "cn=mga-i18n,ou=Group,<%= dc_suffix %>",
+ "is_staff": "cn=mga-i18n-committers,ou=Group,<%= dc_suffix %>",
"is_superuser": "cn=mga-sysadmin,ou=Group,<%= dc_suffix %>"
}