Sync all "Database .*" groups

This commit is contained in:
Adam Goldsmith 2022-07-28 20:49:36 -04:00
parent a5a787e0f7
commit c1430e2f9a

View File

@ -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: .*", "Database Admin"]
["Certified: .*", "Access .*\?", "CMS .*", "Volunteer: .*", "Database .*"]
)
RAND_PW_LEN = 20