Add Database Access group

This commit is contained in:
Adam Goldsmith 2022-07-28 20:46:37 -04:00
parent f40844263e
commit 9682799064

View File

@ -35,6 +35,9 @@ AUTH_LDAP_USER_FLAGS_BY_GROUP = {
| LDAPGroupQuery(
"cn=MW_Database Admin,cn=groups,dc=sawtooth,dc=claremontmakerspace,dc=org"
)
| LDAPGroupQuery(
"cn=MW_Database Access,cn=groups,dc=sawtooth,dc=claremontmakerspace,dc=org"
)
)
}