summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-09-18 08:08:57 +0200
committerKarolin Seeger <kseeger@samba.org>2019-09-25 23:37:36 +0000
commitfe13bfcdfdcb3590df1da5fd592c6c2e15935d53 (patch)
treee80ab3a77e28924b443e927d1738c98bda0dd383
parent9bb73edc69c1b8d58f56ce7ad0f55c3373fd5d4c (diff)
downloadsamba-fe13bfcdfdcb3590df1da5fd592c6c2e15935d53.tar.gz
selftest/tests.py: test pam_winbind with krb5_auth
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> (cherry picked from commit 36e95e42ea8a7e5a4091a647215d06d2ab47fab6)
-rw-r--r--selftest/tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 3224de493f9..c2d94262c3c 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -168,6 +168,10 @@ if with_pam:
env = "ad_member"
options = [
{
+ "description": "krb5",
+ "pam_options": "krb5_auth krb5_ccache_type=FILE",
+ },
+ {
"description": "default",
"pam_options": "",
},