commit:     e02ba8ca7e1eb5f776cc892e780ec716fff728bb
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 06:52:15 2022 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 07:05:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02ba8ca

sys-auth/pam_krb5: restrict tests as they require /etc/krb5.conf

alternative would be having app-crypt/mit-krb5 and app-crypt/heimdal
install a default krb5.conf file. however, providing realm defaults for
a network authentication protocol is dubious at best. make the sysadmin
configure the protocol before use by not installing one.

Closes: https://bugs.gentoo.org/836819
Signed-off-by: Eray Aslan <eras <AT> gentoo.org>

 sys-auth/pam_krb5/pam_krb5-4.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_krb5/pam_krb5-4.11.ebuild 
b/sys-auth/pam_krb5/pam_krb5-4.11.ebuild
index cffe652ada4e..799d9a161341 100644
--- a/sys-auth/pam_krb5/pam_krb5-4.11.ebuild
+++ b/sys-auth/pam_krb5/pam_krb5-4.11.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE=""
 # tests fail without a /etc/krb5.conf
-#RESTRICT="test"
+RESTRICT="test"
 
 DEPEND="virtual/krb5
        virtual/libcrypt:=

Reply via email to