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>
This commit is contained in:
Henning Schild 2021-10-15 19:31:08 +02:00 committed by Joonas Niilola
parent 0ecef0755e
commit 9f30818120
No known key found for this signature in database
GPG Key ID: 7383942B8DC06962
1 changed files with 2 additions and 1 deletions

View File

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