mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4-selftest: Don't use a hardcoded target DC name
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 28 07:34:31 CEST 2011 on sn-devel-104
This commit is contained in:
parent
f5487b3b47
commit
1c5cc4a2d1
@ -873,7 +873,7 @@ sub provision_rpc_proxy($$$)
|
||||
my ($self, $prefix, $dcvars) = @_;
|
||||
print "PROVISIONING RPC PROXY...";
|
||||
|
||||
my $extra_smbconf_options = "dcerpc_remote:binding = ncacn_ip_tcp:localdc
|
||||
my $extra_smbconf_options = "dcerpc_remote:binding = ncacn_ip_tcp:$dcvars->{SERVER}
|
||||
dcerpc endpoint servers = epmapper, remote
|
||||
dcerpc_remote:interfaces = rpcecho
|
||||
";
|
||||
|
Loading…
Reference in New Issue
Block a user