talking to some other folks, i don't believe this meets the level
warranted for an SRU

1. `sysvinit` is no longer available or installable on Ubuntu in a standard 
fashion
2. on an Ubuntu system, `sysv/sssd.in` does not appear to be used. came to that 
because of the `debian/rules:override_dh_auto_configure` which specifies systemd

override_dh_auto_configure:
        dh_auto_configure -- --enable-krb5-locator-plugin \
        --datadir=/usr/share/ \
        --with-environment-file=/etc/default/sssd \
        
--with-krb5-plugin-path=/usr/lib/$(DEB_HOST_MULTIARCH)/krb5/plugins/libkrb5 \
        --enable-nsslibdir=/lib/$(DEB_HOST_MULTIARCH) \
        --enable-pammoddir=/lib/$(DEB_HOST_MULTIARCH)/security \
        --enable-systemtap \
        --disable-static \
        --disable-rpath \
        --with-autofs \
        --with-crypto=libcrypto \
        --with-ssh \
        --with-initscript=systemd \
        --with-systemdunitdir=/$(systemdsystemunitdir) \
        --with-files-provider \
        --with-smb-idmap-interface-version=6 \
        --without-python2-bindings \
        --with-syslog=journald \
        --with-pid-path=/run \
        --with-sssd-user=root \
        --with-sudo \
        --with-subid \
        --with-passkey

This means we'd be making a change unused on an Ubuntu system. I did
notice that the /etc/default/sssd file has the same older daemon
options, but it's overridden in the systemd unit to the correct options.

For now, I'm setting to "Won't Fix" due to being a non-functional change
on Ubuntu

** Changed in: sssd (Ubuntu)
       Status: New => Won't Fix

** Changed in: sssd (Ubuntu Jammy)
       Status: New => Won't Fix

** Changed in: sssd (Ubuntu Noble)
       Status: New => Won't Fix

** Changed in: sssd (Ubuntu Oracular)
       Status: New => Won't Fix

-- 
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

Reply via email to