Sync all "Database .*" groups
This commit is contained in:
parent
a5a787e0f7
commit
c1430e2f9a
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user