commit: 9f30818120d8d4b59cae1403d12a1affcf7a4b1a Author: Henning Schild <henning <AT> hennsch <DOT> de> AuthorDate: Fri Oct 15 17:31:08 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Oct 25 07:58:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f308181
sys-auth/sssd: point out optional runtime dep to adcli Signed-off-by: Henning Schild <henning <AT> hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/20624 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-auth/sssd/{sssd-2.5.2-r1.ebuild => sssd-2.5.2-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-auth/sssd/sssd-2.5.2-r1.ebuild b/sys-auth/sssd/sssd-2.5.2-r2.ebuild similarity index 98% rename from sys-auth/sssd/sssd-2.5.2-r1.ebuild rename to sys-auth/sssd/sssd-2.5.2-r2.ebuild index 7cc4fa32625..8a2687f2056 100644 --- a/sys-auth/sssd/sssd-2.5.2-r1.ebuild +++ b/sys-auth/sssd/sssd-2.5.2-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -inherit autotools linux-info multilib-minimal python-single-r1 pam systemd toolchain-funcs +inherit autotools linux-info multilib-minimal python-single-r1 pam systemd toolchain-funcs optfeature DESCRIPTION="System Security Services Daemon provides access to identity and authentication" HOMEPAGE="https://github.com/SSSD/sssd" @@ -299,4 +299,5 @@ pkg_postinst() { elog "You must set up sssd.conf (default installed into /etc/sssd)" elog "and (optionally) configuration in /etc/pam.d in order to use SSSD" elog "features. Please see howto in https://sssd.io/docs/design_pages/smartcard_authentication_require.html" + optfeature "Kerberos keytab renew (see krb5_renew_interval)" app-crypt/adcli }
