summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/samba/tests/docs.py3
-rwxr-xr-xselftest/selftest.pl1
-rwxr-xr-xselftest/target/Samba3.pm1
3 files changed, 4 insertions, 1 deletions
diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py
index 238b5c7e7d6..22e022583f6 100644
--- a/python/samba/tests/docs.py
+++ b/python/samba/tests/docs.py
@@ -107,7 +107,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()
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 015a684ccd9..7d71013f7a4 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -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);
}
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 3746d53bcc4..f94494be6e8 100755
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -1467,6 +1467,7 @@ sub provision($$$$$$$$)
winbind enum users = yes
winbind enum groups = yes
winbind separator = /
+ include system krb5 conf = no
# min receivefile size = 4000