]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Do not include system krb5.conf in selftest
authorAndreas Schneider <asn@samba.org>
Thu, 1 Dec 2016 07:18:58 +0000 (08:18 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 9 Jan 2017 09:44:38 +0000 (10:44 +0100)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12441

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
python/samba/tests/docs.py
selftest/selftest.pl
selftest/target/Samba3.pm

index e7123b6d9ad00fdf008df76c25bfa5f23c7d0fb4..405b84469e2a22b63d574f4935ee1ec7e23ae716 100644 (file)
@@ -165,7 +165,8 @@ class SmbDotConfTests(TestCase):
                          'queuepause command','lpresume command', 'lppause command',
                          'lprm command', 'lpq command', 'print command', 'template homedir',
                          'spoolss: os_major', 'spoolss: os_minor', 'spoolss: os_build',
-                         'max open files', 'fss: prune stale', 'fss: sequence timeout'])
+                         'max open files', 'fss: prune stale', 'fss: sequence timeout',
+                         'include system krb5 conf'])
 
     def setUp(self):
         super(SmbDotConfTests, self).setUp()
index ff5f27d08555c5177721ab504e63daa615b1efd6..d743136f0f312c3d9eafd98e95cc79aa195994f3 100755 (executable)
@@ -595,6 +595,7 @@ sub write_clientconf($$$)
        tls cafile = ${cacert}
        tls crlfile = ${cacrl_pem}
        tls verify peer = no_check
+       include system krb5 conf = no
 ";
        close(CF);
 }
index aef3fd7c5807dd6187919710d590b7ca3b3e1031..5e62cf12fd65ca5ca65f6288ac9c8e7e78ee0220 100755 (executable)
@@ -1414,6 +1414,7 @@ sub provision($$$$$$$$)
        winbind enum users = yes
        winbind enum groups = yes
        winbind separator = /
+       include system krb5 conf = no
 
 #      min receivefile size = 4000