mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
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 <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit aa54fa4e88cc80bc7841beba3a5561ad2c83dc80)
This commit is contained in:
parent
d5af3f3b65
commit
036a6bd2bb
@ -460,6 +460,9 @@ sub setup_admember_rfc2307($$$$)
|
||||
server signing = on
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user