From: Ralph Boehme Date: Fri, 24 Jun 2016 16:33:01 +0000 (+0200) Subject: selftest: make autorid the default idmap backend in admember_rfc2307 X-Git-Tag: tdb-1.3.10~653 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa54fa4e88cc80bc7841beba3a5561ad2c83dc80;p=thirdparty%2Fsamba.git selftest: make autorid the default idmap backend in admember_rfc2307 This is needed for a new test in the next commit. Exisiting tests aren't affected by this, at least a private autobuild passed with this change. Bug: https://bugzilla.samba.org/show_bug.cgi?id=11961 Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 2ac953d89a8..61ec9860d42 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -464,6 +464,9 @@ sub setup_admember_rfc2307($$$$) security = ads workgroup = $dcvars->{DOMAIN} realm = $dcvars->{REALM} + idmap config * : backend = autorid + idmap config * : range = 1000000-1999999 + idmap config * : rangesize = 100000 idmap config $dcvars->{DOMAIN} : backend = rfc2307 idmap config $dcvars->{DOMAIN} : range = 2000000-2999999 idmap config $dcvars->{DOMAIN} : ldap_server = ad