Add "Admin" to UCS group regex
This commit is contained in:
parent
ce2a0f4c1d
commit
af6ecb2864
@ -11,7 +11,9 @@ 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: .*"])
|
||||
GROUPS_REGEX = "|".join(
|
||||
["Certified: .*", "Access .*\?", "CMS .*", "Volunteer: .*", "Admin"]
|
||||
)
|
||||
RAND_PW_LEN = 20
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user