ucsAccounts: Change "Admin" group to "Database Admin"

This commit is contained in:
Adam Goldsmith 2022-07-21 19:29:41 -04:00
parent 6b7194c15a
commit a5a787e0f7

View File

@ -12,7 +12,7 @@ from .config import Config
USER_BASE = "cn=users,dc=sawtooth,dc=claremontmakerspace,dc=org" USER_BASE = "cn=users,dc=sawtooth,dc=claremontmakerspace,dc=org"
GROUP_BASE = "cn=groups,dc=sawtooth,dc=claremontmakerspace,dc=org" GROUP_BASE = "cn=groups,dc=sawtooth,dc=claremontmakerspace,dc=org"
GROUPS_REGEX = "|".join( GROUPS_REGEX = "|".join(
["Certified: .*", "Access .*\?", "CMS .*", "Volunteer: .*", "Admin"] ["Certified: .*", "Access .*\?", "CMS .*", "Volunteer: .*", "Database Admin"]
) )
RAND_PW_LEN = 20 RAND_PW_LEN = 20