forked from CMS/memberPlumbing
ucsAccounts: Change "Admin" group to "Database Admin"
This commit is contained in:
parent
6b7194c15a
commit
a5a787e0f7
@ -12,7 +12,7 @@ from .config import Config
|
||||
USER_BASE = "cn=users,dc=sawtooth,dc=claremontmakerspace,dc=org"
|
||||
GROUP_BASE = "cn=groups,dc=sawtooth,dc=claremontmakerspace,dc=org"
|
||||
GROUPS_REGEX = "|".join(
|
||||
["Certified: .*", "Access .*\?", "CMS .*", "Volunteer: .*", "Admin"]
|
||||
["Certified: .*", "Access .*\?", "CMS .*", "Volunteer: .*", "Database Admin"]
|
||||
)
|
||||
RAND_PW_LEN = 20
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user