mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
selftest: skip all plugin_s4_dc tests if we do not have LDAP libs
This is needed as otherwise make test fails on any system without OpenLDAP libs and headers, which causes our users concern. Andrew Bartlett
This commit is contained in:
parent
399eae13a1
commit
28f84aa55a
@ -134,11 +134,12 @@ for bindoptions in ["seal,padcheck"] + validate_list + ["bigendian"]:
|
||||
|
||||
#Plugin S4 DC tests (confirms named pipe auth forwarding). This can be expanded once kerberos is supported in the plugin DC
|
||||
#
|
||||
for bindoptions in ["seal,padcheck"] + validate_list + ["bigendian"]:
|
||||
for t in ncacn_np_tests:
|
||||
env = "plugin_s4_dc"
|
||||
transport = "ncacn_np"
|
||||
plantestsuite_loadlist("samba4.%s with %s" % (t, bindoptions), env, [valgrindify(smb4torture), "$LISTOPT", "%s:$SERVER[%s]" % (transport, bindoptions), '-U$USERNAME%$PASSWORD', '-W', '$DOMAIN', '-k', 'no', t])
|
||||
if have_ads_support:
|
||||
for bindoptions in ["seal,padcheck"] + validate_list + ["bigendian"]:
|
||||
for t in ncacn_np_tests:
|
||||
env = "plugin_s4_dc"
|
||||
transport = "ncacn_np"
|
||||
plantestsuite_loadlist("samba4.%s with %s" % (t, bindoptions), env, [valgrindify(smb4torture), "$LISTOPT", "%s:$SERVER[%s]" % (transport, bindoptions), '-U$USERNAME%$PASSWORD', '-W', '$DOMAIN', '-k', 'no', t])
|
||||
|
||||
for bindoptions in [""] + validate_list + ["bigendian"]:
|
||||
for t in auto_rpc_tests:
|
||||
|
Loading…
x
Reference in New Issue
Block a user