diff --git a/memberPlumbing/ucsAccounts.py b/memberPlumbing/ucsAccounts.py index 4028b9f..310ea64 100755 --- a/memberPlumbing/ucsAccounts.py +++ b/memberPlumbing/ucsAccounts.py @@ -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