selftest: add a new environment plugin_s4_dc_no_nss
authorMichael Adam <obnox@samba.org>
Thu, 5 Mar 2015 12:22:35 +0000 (13:22 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 12 Mar 2015 13:35:06 +0000 (14:35 +0100)
Pair-Programmed-With: Guenther Deschner <gd@samba.org>

Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Guenther Deschner <gd@samba.org>
selftest/target/Samba4.pm

index 2535ab6ef5b40f24278e863d1f6d619c83b3239d..b2417b8887ef294f35bec87933a8da9c1a4bf494 100755 (executable)
@@ -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");