]> git.ipfire.org Git - thirdparty/samba.git/commit
selftest: Remove duplicate setup of $base_dn and $ldbmodify
authorAndrew Bartlett <abartlet@samba.org>
Mon, 18 Oct 2021 07:44:54 +0000 (20:44 +1300)
committerStefan Metzmacher <metze@samba.org>
Wed, 20 Oct 2021 12:02:33 +0000 (12:02 +0000)
commit2c0658d408f17af2abc223b0cb18d8d33e0ecd1a
tree0438b3b24498076f0e89f3e1ca08c871ad00625d
parentd4a75eead058879b11c8a0901d7277052123d13b
selftest: Remove duplicate setup of $base_dn and $ldbmodify

These are already set up to the same values above for the full
DC and correct values for the (strange) s4member environment.

By not setting $base_dn again we avoid an error once we start
checking for them.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
selftest/target/Samba4.pm