]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest/tests.py: test pam_winbind with krb5_auth
authorStefan Metzmacher <metze@samba.org>
Wed, 18 Sep 2019 06:08:57 +0000 (08:08 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 24 Sep 2019 18:30:37 +0000 (18:30 +0000)
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>
selftest/tests.py

index e9b14cc1bb4520f85b486430367e94cc6e2f3b59..bb21c5a0c488fc9456fe99306854852d92d83a7c 100644 (file)
@@ -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": "",