summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-09-18 08:08:57 +0200
committerGünther Deschner <gd@samba.org>2019-09-24 18:30:37 +0000
commit36e95e42ea8a7e5a4091a647215d06d2ab47fab6 (patch)
treeac90fa676b1bf06484180eae3019fa81690e930c /selftest
parent72daf99fd1ffd8269fce25d69458de35e2ae32cc (diff)
downloadsamba-36e95e42ea8a7e5a4091a647215d06d2ab47fab6.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>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index e9b14cc1bb4..bb21c5a0c48 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -216,6 +216,10 @@ if with_pam:
env = "ad_member"
options = [
{
+ "description": "krb5",
+ "pam_options": "krb5_auth krb5_ccache_type=FILE",
+ },
+ {
"description": "default",
"pam_options": "",
},