If i'm reading and understanding `sssd` daemon configuration properly 1. `sysv/sssd.in` becomes the default on non-systemd provided Ubuntu systems 2. the `start()` function on `jammy` to `oracular` has
``` start() { [ -x $SSSD ] || exit 5 echo -n $"Starting $prog: " daemon $SSSD -f -D RETVAL=$? echo ``` 3. from `jammy` to `oracular` Ubuntu has > 2.5.0, so past the deprecation point 4. upstream github made the change in default 2024-07-04 : https://github.com/SSSD/sssd/commit/4e48601851ffc8e25ee2e92a0feeb9b87b7ef326 This should be affecting `debian:stable` `sysvinit` based systems as well, but i don't see a bug there yet. added server-todo for next steps. ** Tags added: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100025 Title: sssd sysvinit defaults file contains deprecated option -f To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/2100025/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs