From 078f84bda2e55d3a006eeef6041287e3c677d379 Mon Sep 17 00:00:00 2001 From: Kientz Arnaud <10401079+kiarn@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:15:19 +0200 Subject: [PATCH] Remove deprecated syslog command Since Ubuntu 26.04 uses `sudo-rs` instead of the legacy `sudo`, the parameter to avoid logging into `syslog` is not valid anymore. We must find another solution for this. --- share/templates/webui-sudoers | 3 --- 1 file changed, 3 deletions(-) diff --git a/share/templates/webui-sudoers b/share/templates/webui-sudoers index ec30e29..45c4404 100644 --- a/share/templates/webui-sudoers +++ b/share/templates/webui-sudoers @@ -10,6 +10,3 @@ %@@sambadomain@@\\role-teacher ALL=(ALL:ALL) NOPASSWD:ALL %@@sambadomain@@\\role-globaladministrator ALL=(ALL:ALL) NOPASSWD:ALL %@@sambadomain@@\\role-schooladministrator ALL=(ALL:ALL) NOPASSWD:ALL - -Cmnd_Alias SOPHPASS = /usr/sbin/sophomorix-passwd -Defaults!SOPHPASS !syslog