aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex/templates
diff options
context:
space:
mode:
Diffstat (limited to 'modules/transifex/templates')
-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 %>"
}