"ENABLE_LDAP_GROUP_SYNC":(True,_("Enable ldap group sync"),bool),
"LDAP_GROUP_SYNC_FIELD_SHORT_NAME":("cn",_("Field for short name of group"),str),
"LDAP_GROUP_SYNC_FIELD_SHORT_NAME_RE":("",_("Regular expression to match LDAP value for group short name against, e.g. class_(?P<class>.*); separate multiple patterns by |"),str),
"LDAP_GROUP_SYNC_FIELD_SHORT_NAME_REPLACE":("",_("Replacement template to apply to group short name, e.g. \\g<class>; separate multiple templates by |"),str),
"LDAP_GROUP_SYNC_FIELD_NAME":("cn",_("Field for name of group"),str),
"LDAP_GROUP_SYNC_FIELD_NAME_RE":("",_("Regular expression to match LDAP value for group name against, e.g. class_(?P<class>.*); separate multiple patterns by |"),str),
"LDAP_GROUP_SYNC_FIELD_NAME_REPLACE":("",_("Replacement template to apply to group name, e.g. \\g<class>; separate multiple templates by |"),str),