mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
selftest: add a new environment plugin_s4_dc_no_nss
Pair-Programmed-With: Guenther Deschner <gd@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
parent
5ce6851425
commit
a23fccf076
@ -1962,6 +1962,8 @@ sub setup_env($$$)
|
||||
return $target3->setup_admember("$path/s3member", $self->{vars}->{dc}, 29);
|
||||
} elsif ($envname eq "plugin_s4_dc") {
|
||||
return $self->setup_plugin_s4_dc("$path/plugin_s4_dc");
|
||||
} elsif ($envname eq "plugin_s4_dc_no_nss") {
|
||||
return $self->setup_plugin_s4_dc("$path/plugin_s4_dc_no_nss", "no_nss");
|
||||
} elsif ($envname eq "s3member_rfc2307") {
|
||||
if (not defined($self->{vars}->{dc})) {
|
||||
$self->setup_dc("$path/dc");
|
||||
|
Loading…
Reference in New Issue
Block a user