fix: pam_wheel order

collabora-admin
Pyjacpp 2025-12-22 00:02:28 +01:00
parent e2cd45a7c3
commit bb3add0960
No known key found for this signature in database
GPG Key ID: ED479A5A26930939
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,10 @@
security.pam.services.coolwsd = {
unixAuth = true;
requireWheel = true;
rules.auth.wheel.settings.group = "_nounou";
rules.auth.wheel = {
order = config.security.pam.services.login.rules.auth.ldap.order + 10;
settings.group = "_nounou";
};
};
services.nginx = {