diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-05-30 15:21:40 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-05-30 15:21:40 +1000 |
commit | b6b1f3b0072be88ba0ca2d44c6a7b1cbc57b4868 (patch) | |
tree | 09dd162bc079619ed7265ce410f318f2f358f42e /source4/selftest | |
parent | d579540085133d3a3b273a653cea7f8da10ed5db (diff) | |
download | samba-b6b1f3b0072be88ba0ca2d44c6a7b1cbc57b4868.tar.gz samba-b6b1f3b0072be88ba0ca2d44c6a7b1cbc57b4868.tar.bz2 samba-b6b1f3b0072be88ba0ca2d44c6a7b1cbc57b4868.zip |
Place the NTP signd socket in the selftest area
(This used to be commit e2fa3788110698cd3340dfed8acd36744a27a5e5)
Diffstat (limited to 'source4/selftest')
-rw-r--r-- | source4/selftest/target/Samba4.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/target/Samba4.pm b/source4/selftest/target/Samba4.pm index a12939b0a1..9f771ab8a3 100644 --- a/source4/selftest/target/Samba4.pm +++ b/source4/selftest/target/Samba4.pm @@ -521,6 +521,7 @@ sub provision($$$$$$) my $ncalrpcdir = "$prefix_abs/ncalrpc"; my $lockdir = "$prefix_abs/lockdir"; my $winbindd_socket_dir = "$prefix_abs/winbind_socket"; + my $ntp_signd_socket_dir = "$prefix_abs/ntp_signd_socket"; my $winbindd_priv_pipe_dir = "$privatedir/smbd.tmp/winbind_pipe"; my $nsswrap_passwd = "$etcdir/passwd"; my $nsswrap_group = "$etcdir/group"; @@ -556,6 +557,7 @@ sub provision($$$$$$) modules dir = $self->{bindir}/modules js include = $srcdir/scripting/libjs winbindd socket directory = $winbindd_socket_dir + ntp signd socket directory = $ntp_signd_socket_dir winbind separator = / name resolve order = bcast interfaces = $interfaces |