summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-04-09 15:54:07 +1200
committerAndrew Bartlett <abartlet@samba.org>2014-06-04 03:22:26 +0200
commit67a9d2183ec0f9177a66100ed4fc251979e39bc9 (patch)
tree8873c96df4b5db664206d093bd1f93c79a260bcd
parent191d754091a5a060cfd3d9a5f4e744a561b56abb (diff)
downloadsamba-67a9d2183ec0f9177a66100ed4fc251979e39bc9.tar.gz
samba-67a9d2183ec0f9177a66100ed4fc251979e39bc9.tar.xz
samba-67a9d2183ec0f9177a66100ed4fc251979e39bc9.zip
make winbindd work in "samba4" member server modes
These modes are useful for testing aspects of the code like the rpc proxy. Andrew Bartlett Change-Id: I87b3ac0df299dd176599f824f8815880470c6401 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
-rwxr-xr-xselftest/target/Samba4.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index 5ce2e841132..7bdd396976d 100755
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -931,7 +931,7 @@ sub provision_s4member($$$)
"2008",
"locMEMpass3",
$dcvars->{SERVER_IP},
- "", "", undef);
+ "passdb backend = samba_dsdb", "", undef);
unless ($ret) {
return undef;
}
@@ -970,6 +970,7 @@ sub provision_rpc_proxy($$$)
print "PROVISIONING RPC PROXY...";
my $extra_smbconf_options = "
+ passdb backend = samba_dsdb
# rpc_proxy
dcerpc_remote:binding = ncacn_ip_tcp:$dcvars->{SERVER}