From: Stefan Metzmacher Date: Wed, 18 Sep 2019 06:08:57 +0000 (+0200) Subject: selftest/tests.py: test pam_winbind with krb5_auth X-Git-Tag: talloc-2.3.1~695 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e95e42ea8a7e5a4091a647215d06d2ab47fab6;p=thirdparty%2Fsamba.git selftest/tests.py: test pam_winbind with krb5_auth BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by: Stefan Metzmacher Reviewed-by: Guenther Deschner --- diff --git a/selftest/tests.py b/selftest/tests.py index e9b14cc1bb4..bb21c5a0c48 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -215,6 +215,10 @@ planpythontestsuite("none", "samba.tests.samdb_api") if with_pam: env = "ad_member" options = [ + { + "description": "krb5", + "pam_options": "krb5_auth krb5_ccache_type=FILE", + }, { "description": "default", "pam_options": "",