[Pkg-sssd-devel] [Git][sssd-team/sssd][master] 3 commits: Enable files provider.
Timo Aaltonen (@tjaalton)
gitlab at salsa.debian.org
Tue Jul 25 12:58:59 BST 2023
Timo Aaltonen pushed to branch master at Debian SSSD packaging / sssd
Commits:
e8c9f3df by Sergio Durigan Junior at 2023-07-18T18:40:11-04:00
Enable files provider.
SSSD 2.9.0 has deprecated "id_provider = files", but that's still
needed for smartcard authentication of local users.
- d/rules: Build with "--with-files-provider".
- d/sssd-common.install: Install libsss_files.so and sssd-files.5.
Closes: #1041438
LP: #2028084
- - - - -
6d4e3ef0 by Sergio Durigan Junior at 2023-07-18T18:40:18-04:00
d/rules: Remove deprecated options "--disable-files-domain".
- - - - -
437d3514 by Sergio Durigan Junior at 2023-07-18T18:40:57-04:00
Update changelog for 2.9.1-2 release
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/sssd-common.install
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+sssd (2.9.1-2) unstable; urgency=medium
+
+ * Enable files provider.
+ SSSD 2.9.0 has deprecated "id_provider = files", but that's still
+ needed for smartcard authentication of local users.
+ - d/rules: Build with "--with-files-provider".
+ - d/sssd-common.install: Install libsss_files.so and sssd-files.5.
+ (Closes: #1041438) (LP: #2028084)
+ * d/rules: Remove deprecated options "--disable-files-domain".
+
+ -- Sergio Durigan Junior <sergiodj at debian.org> Tue, 18 Jul 2023 18:40:50 -0400
+
sssd (2.9.1-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/rules
=====================================
@@ -40,7 +40,7 @@ override_dh_auto_configure:
--with-ssh \
--with-initscript=systemd \
--with-systemdunitdir=/lib/systemd/system \
- --disable-files-domain \
+ --with-files-provider \
--with-smb-idmap-interface-version=6 \
--without-python2-bindings \
--with-syslog=journald \
=====================================
debian/sssd-common.install
=====================================
@@ -27,6 +27,7 @@ usr/lib/*/sssd/libsss_cert.so
usr/lib/*/sssd/libsss_child.so
usr/lib/*/sssd/libsss_crypt.so
usr/lib/*/sssd/libsss_debug.so
+usr/lib/*/sssd/libsss_files.so
usr/lib/*/sssd/libsss_iface.so
usr/lib/*/sssd/libsss_iface_sync.so
usr/lib/*/sssd/libsss_krb5_common.so
@@ -52,6 +53,7 @@ usr/share/locale/*/LC_MESSAGES/*
usr/share/man/man1/sss_ssh_authorizedkeys.1*
usr/share/man/man1/sss_ssh_knownhostsproxy.1*
usr/share/man/man5/sss_rpcidmapd.5*
+usr/share/man/man5/sssd-files.5*
usr/share/man/man5/sssd-session-recording.5*
usr/share/man/man5/sssd-simple.5*
usr/share/man/man5/sssd-sudo.5*
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/compare/3a4ebcd2f673b74ad2f8b2cf78bbfe9361f3157f...437d3514c55921595c804e0635f3551e7aaac666
--
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/compare/3a4ebcd2f673b74ad2f8b2cf78bbfe9361f3157f...437d3514c55921595c804e0635f3551e7aaac666
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-sssd-devel/attachments/20230725/344c5c41/attachment-0001.htm>
More information about the Pkg-sssd-devel
mailing list