mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
selftest: Do not include system krb5.conf in selftest
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>
This commit is contained in:
parent
1283710120
commit
e29784e76e
@ -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()
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user