feat(auth,roundcube): members of sp.admins group become admins

This commit is contained in:
Alexander Tomokhov
2024-12-27 07:49:31 +04:00
parent 69c69dfb46
commit c127145425
3 changed files with 133 additions and 105 deletions

View File

@@ -67,7 +67,8 @@ in
};
provision = {
enable = true;
autoRemove = false;
autoRemove = true; # if false, obsolete oauth2 scopeMaps remain
groups."sp.admins".present = true;
};
enableClient = true;
clientSettings = {