From c1430e2f9a53c36ffc04b95fabe6a1ce23407585 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 28 Jul 2022 20:49:36 -0400 Subject: [PATCH] Sync all "Database .*" groups --- memberPlumbing/ucsAccounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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