mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
tests: Run ad members with new netlogon ping protocol settings
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
f151f462d5
commit
47d7e86a62
@ -1158,6 +1158,7 @@ sub setup_ad_member_rfc2307
|
||||
idmap config $dcvars->{DOMAIN} : bind_path_group = ou=idmap,dc=samba,dc=example,dc=com
|
||||
|
||||
password server = $dcvars->{SERVER}
|
||||
client netlogon ping protocol = starttls
|
||||
";
|
||||
|
||||
my $ret = $self->provision(
|
||||
@ -1467,6 +1468,7 @@ sub setup_ad_member_idmap_ad
|
||||
gensec_gssapi:requested_life_time = 5
|
||||
winbind scan trusted domains = yes
|
||||
winbind expand groups = 1
|
||||
client netlogon ping protocol = ldaps
|
||||
";
|
||||
|
||||
my $ret = $self->provision(
|
||||
@ -1571,6 +1573,7 @@ sub setup_ad_member_oneway
|
||||
idmap config * : backend = tdb
|
||||
idmap config * : range = 1000000-1999999
|
||||
gensec_gssapi:requested_life_time = 5
|
||||
client netlogon ping protocol = ldap
|
||||
";
|
||||
|
||||
my $ret = $self->provision(
|
||||
|
Loading…
x
Reference in New Issue
Block a user