summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Schild <henning@hennsch.de>2021-10-15 19:31:08 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-10-25 10:58:49 +0300
commit9f30818120d8d4b59cae1403d12a1affcf7a4b1a (patch)
treeead34dcc5c0d44805151bb30f48ce10609fae28c /sys-auth
parentapp-crypt/adcli: new package (diff)
downloadgentoo-9f30818120d8d4b59cae1403d12a1affcf7a4b1a.tar.gz
gentoo-9f30818120d8d4b59cae1403d12a1affcf7a4b1a.tar.bz2
gentoo-9f30818120d8d4b59cae1403d12a1affcf7a4b1a.zip
sys-auth/sssd: point out optional runtime dep to adcli
Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/20624 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/sssd/sssd-2.5.2-r2.ebuild (renamed from sys-auth/sssd/sssd-2.5.2-r1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-auth/sssd/sssd-2.5.2-r1.ebuild b/sys-auth/sssd/sssd-2.5.2-r2.ebuild
index 7cc4fa32625f..8a2687f20563 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
}