mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
wintest Force krb5.conf for BIND so we use the one generated for this test
This avoids needing to set the krb5.conf for the whole host to match the test environment. Andrew Bartlett
This commit is contained in:
parent
568a2377cc
commit
c251c45e7f
@ -12,7 +12,7 @@ def check_prerequesites(t):
|
||||
if os.getuid() != 0:
|
||||
raise Exception("You must run this script as root")
|
||||
t.cmd_contains("grep 127.0.0.1 /etc/resolv.conf", ["nameserver 127.0.0.1"])
|
||||
|
||||
t.putenv("KRB5_CONFIG", '${PREFIX}/private/krb5.conf')
|
||||
|
||||
def build_s4(t):
|
||||
'''build samba4'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user