diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-27 19:45:49 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-27 19:47:23 +1000 |
commit | 3dd50b29228994c8dd5162cb300d234316126586 (patch) | |
tree | 87e02cd67024135d4582651cd30abd64ed272e1b /selftest | |
parent | ef1326412573777b0a5457c06d130c6455932af7 (diff) | |
download | samba-3dd50b29228994c8dd5162cb300d234316126586.tar.gz samba-3dd50b29228994c8dd5162cb300d234316126586.tar.bz2 samba-3dd50b29228994c8dd5162cb300d234316126586.zip |
s4-test: make spnupdate work without make install
thanks to metze for noticing this
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/target/Samba4.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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} "; |