From eb26522a5265ea9be4e31beb5cd819fb15316f28 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 1 Jul 2017 21:44:38 +1200 Subject: [PATCH] selftest: Bind rfc2307 tests to exactly one server The tests make changes to the DC, do not wait for replication, then expect those to be reflected in the client. If they bind to another server this will not hold true. Signed-off-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher --- selftest/target/Samba3.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 68b98287f22..abf1b7b2e40 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -530,6 +530,8 @@ sub setup_admember_rfc2307($$$$) idmap config $dcvars->{DOMAIN} : ldap_server = ad idmap config $dcvars->{DOMAIN} : bind_path_user = ou=idmap,dc=samba,dc=example,dc=com idmap config $dcvars->{DOMAIN} : bind_path_group = ou=idmap,dc=samba,dc=example,dc=com + + password server = $dcvars->{SERVER} "; my $ret = $self->provision($prefix, $dcvars->{DOMAIN}, -- 2.11.4.GIT