From 3dd50b29228994c8dd5162cb300d234316126586 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 27 Apr 2010 19:45:49 +1000 Subject: s4-test: make spnupdate work without make install thanks to metze for noticing this --- selftest/target/Samba4.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'selftest') diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index c5b6d77362..5680dd8e73 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -586,6 +586,7 @@ sub provision_raw_step1($$) lanman auth = Yes rndc command = true dns update command = $ENV{SRCDIR_ABS}/scripting/bin/samba_dnsupdate --all-interfaces --use-file=$ctx->{dns_host_file} + spn update command = $ENV{SRCDIR_ABS}/scripting/bin/samba_spnupdate resolv:host file = $ctx->{dns_host_file} "; -- cgit