summaryrefslogtreecommitdiff
path: root/source4/torture
Commit message (Collapse)AuthorAgeFilesLines
* s4:torture: add a file-id related testRalph Boehme2019-09-102-0/+213
| | | | | | | | | | Note I'm using the share vfs_fruit_xattr because I need a share with both a streams and a acl_* VFS object. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14121 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* s4:torture/smb2: try to fix a RESOURCE_LEAK in smb2.samba3misc.localposixlock1Stefan Metzmacher2019-09-101-3/+4
| | | | | | | | | | | CID 1453656: (RESOURCE_LEAK) Handle variable "fd" going out of scope leaks the handle. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Sep 10 18:56:45 UTC 2019 on sn-devel-184
* s4:torture: always add ';' after torture_assert()Stefan Metzmacher2019-09-103-4/+4
| | | | | | | The next commit will require this. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* s4:torture/raw: add multilock6 testStefan Metzmacher2019-09-091-0/+263
| | | | | | | | | | | This is similar to multilock3, but uses a read-only (LOCKING_ANDX_SHARED_LOCK) locks for the 2nd lock request. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14113 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* s4:torture/raw: add multilock5 testStefan Metzmacher2019-09-091-0/+269
| | | | | | | | | | | This is similar to multilock3, but uses a read-only (LOCKING_ANDX_SHARED_LOCK) locks for the first lock request. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14113 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* s4:torture/raw: add multilock4 testStefan Metzmacher2019-09-091-0/+266
| | | | | | | | | | | This is similar to multilock3, but uses read-only (LOCKING_ANDX_SHARED_LOCK) locks for the blocked requests. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14113 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* s4:torture/raw: add multilock3 testStefan Metzmacher2019-09-091-0/+266
| | | | | | | | | | | This demonstrates that unrelated lock ranges are not blocked by other blocked requests on the same fsp. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14113 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* s4:torture/raw: improvements for multilock2Stefan Metzmacher2019-09-091-1/+4
| | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=14113 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* s4:torture/smb2: add smb2.samba3misc.localposixlock1Stefan Metzmacher2019-09-093-0/+190
| | | | | | | | | | This demonstrates that the SMB2 code path doesn't do any retry for local posix locks. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14113 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* s4:torture/raw: assert to get LOCK_NOT_GRANTED in ↵Stefan Metzmacher2019-09-091-3/+3
| | | | | | | | | | | | torture_samba3_posixtimedlock() There should not be a different if the blocker is a posix process instead of another smbd. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14113 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* s4:torture: make rpc.handles.random-assoc test more robustStefan Metzmacher2019-09-091-1/+3
| | | | | | | | | | | | | | | | | | | | | We've seen failures like this: RPC-HANDLE-RANDOM-ASSOC connect samr pipe1 pipe1 uses assoc_group_id[0x00000001] connect samr pipe2 with assoc_group_id[0xFFFFFFFF]- should fail Failed to bind to uuid 12345778-1234-abcd-ef00-0123456789ac for ncacn_np:localdc[\pipe\samr,bigendian,assoc_group_id=0xffffffff, abstract_syntax=12345778-1234-abcd-ef00-0123456789ac/0x00000001] NT_STATUS_UNSUCCESSFUL connect samr pipe3 with assoc_group_id[0x00000000]- should fail UNEXPECTED(failure): samba4.rpc.handles on ncacn_np with bigendian.random-assoc(ad_dc_default) REASON: Exception: Exception: ../../source4/torture/rpc/handles.c:546: status was NT_STATUS_OK, expected NT_STATUS_UNSUCCESSFUL: opening samr pipe3 Prevent that it wraps to 0x00000000 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* torture: Fix the FreeBSD clang buildVolker Lendecke2019-09-041-2/+2
| | | | | | | | | | | clang complained that "full_filename==NULL" is always false, because it's a normal stack variable. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Sep 4 18:20:22 UTC 2019 on sn-devel-184
* s3/4: libsmbclient test. Test using smbc_telldir/smbc_lseekdir with ↵Jeremy Allison2019-09-031-0/+340
| | | | | | | | | | | | | | | | | smbc_readdir/smbc_readdirplus/smbc_getdents. Ensure that for file access you can mix any of these three access methods for directory entries and the returned names/structs stay in sync across telldir/seekdir changes. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14094 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Sep 3 17:31:29 UTC 2019 on sn-devel-184
* Spelling fixes s/accidentially/accidentally/Mathieu Parent2019-09-011-1/+1
| | | | | | Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Spelling fixes s/ dont / don't /Mathieu Parent2019-09-011-1/+1
| | | | | | | | Excluding examples/tridge/smb.conf Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Spelling fixes s/ upto / up to /Mathieu Parent2019-09-011-4/+4
| | | | | | Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Spelling fixes s/noone/no one/Mathieu Parent2019-09-011-1/+1
| | | | | | | | Skipping source4/torture/winbind/struct_based.c Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Spelling fixes s/optinally/optionally/Mathieu Parent2019-09-011-1/+1
| | | | | | Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Spelling fixes s/componet/component/Mathieu Parent2019-09-011-3/+3
| | | | | | Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Spelling fixes s/nonexistant/nonexistent/Mathieu Parent2019-09-011-1/+1
| | | | | | Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Spelling fixes s/DISLPAY/DISPLAY/Mathieu Parent2019-09-011-1/+1
| | | | | | Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Spelling fixes s/serivce/service/Mathieu Parent2019-09-011-4/+4
| | | | | | Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Spelling fixes s/BUITIN/BUILTIN/Mathieu Parent2019-09-011-1/+1
| | | | | | Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Spelling fixes s/emtpy/empty/Mathieu Parent2019-09-012-3/+3
| | | | | | Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Spelling fixes s/setted/set/Mathieu Parent2019-09-011-1/+1
| | | | | | Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* Spelling fixes s/encrpted/encrypted/Mathieu Parent2019-09-011-2/+2
| | | | | | Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
* s4: free popt context in tortureSwen Schillig2019-08-224-0/+14
| | | | | | | | If done with popt context it should be free'd. Signed-off-by: Swen Schillig <swen@linux.ibm.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
* torture: fix mem leak found by ASAN (smb2_connect)Swen Schillig2019-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Direct leak of 96 byte(s) in 1 object(s) allocated from: #0 0x7f0b16624c08 in __interceptor_malloc (/lib64/libasan.so.5+0xefc08) #1 0x7f0b15e4ba5c in __talloc_with_prefix ../../lib/talloc/talloc.c:782 #2 0x7f0b15e4ba5c in __talloc ../../lib/talloc/talloc.c:824 #3 0x7f0b15e4ba5c in _talloc_named_const ../../lib/talloc/talloc.c:981 #4 0x7f0b15e4ba5c in talloc_named_const ../../lib/talloc/talloc.c:1748 #5 0x55ffdd30d591 in torture_smb2_connect ../../source4/torture/smb2/connect.c:199 #6 0x7f0b12723772 in wrap_simple_test ../../lib/torture/torture.c:633 #7 0x7f0b1272775e in internal_torture_run_test ../../lib/torture/torture.c:442 #8 0x7f0b12728543 in torture_run_tcase_restricted ../../lib/torture/torture.c:507 #9 0x7f0b12728dd5 in torture_run_suite_restricted ../../lib/torture/torture.c:357 #10 0x7f0b12729434 in torture_run_suite ../../lib/torture/torture.c:339 #11 0x55ffdd10c54a in run_matching ../../source4/torture/smbtorture.c:93 #12 0x55ffdd10df56 in torture_run_named_tests ../../source4/torture/smbtorture.c:143 #13 0x55ffdd11199d in main ../../source4/torture/smbtorture.c:691 #14 0x7f0b0aa45412 in __libc_start_main (/lib64/libc.so.6+0x24412) Signed-off-by: Swen Schillig <swen@linux.ibm.com> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Wed Aug 21 15:42:43 UTC 2019 on sn-devel-184
* lib:crypto: Do not build AES-CMAC if we use GnuTLS that supports itAndreas Schneider2019-08-211-0/+4
| | | | | | | | | | This requires GnuTLS >= 3.6.5. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Aug 21 11:14:11 UTC 2019 on sn-devel-184
* s4-rpc_server: Remove Heimdal-based BackupKey serverAndrew Bartlett2019-08-212-2168/+1
| | | | | | | We rely on a modern GnuTLS now. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* lib:crypto: Prepare not to build AES or AES-CMAC if we use GnuTLS support itAndreas Schneider2019-08-211-0/+3
| | | | | | | | | | | Samba will soon require GnuTLS >= 3.4.7. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Adjusted by Andrew Bartlett from an earlier more comprehensive patch by Andreas Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* smbtorture: extend rpc.lsa to lookup machine over forest-wide LookupNamesAlexander Bokovoy2019-08-141-1/+7
| | | | | | | | | | | | Add a simple test to resolve DOMAIN\MACHINE$ via LSA LookupNames3 using LSA_LOOKUP_NAMES_UPLEVEL_TRUSTS_ONLY2 level. This level would pass zero lookup flags to lookup_name(). Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Wed Aug 14 13:07:42 UTC 2019 on sn-devel-184
* torture/rpc/lsa: allow testing different lookup levelsAlexander Bokovoy2019-08-142-53/+67
| | | | | | | | | Convert torture/rpc/lsa LookupNames/LookupSids code to allow testing different LSA_LOOKUP_NAMES_* levels. Keep existing level 1 (LSA_LOOKUP_NAMES_ALL) for the current set of tests. Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* torture: Fix CID 1452288 Null pointer dereferences (NULL_RETURNS)Volker Lendecke2019-08-141-1/+1
| | | | | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Wed Aug 14 08:59:23 UTC 2019 on sn-devel-184
* torture: fix mem leak found by ASAN (smb2_scan)Swen Schillig2019-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Direct leak of 96 byte(s) in 1 object(s) allocated from: #0 0x7f63e6938c08 in __interceptor_malloc (/lib64/libasan.so.5+0xefc08) #1 0x7f63e615fa5c in __talloc_with_prefix ../../lib/talloc/talloc.c:782 #2 0x7f63e615fa5c in __talloc ../../lib/talloc/talloc.c:824 #3 0x7f63e615fa5c in _talloc_named_const ../../lib/talloc/talloc.c:981 #4 0x7f63e615fa5c in talloc_named_const ../../lib/talloc/talloc.c:1748 #5 0x55609e7530cf in torture_smb2_scan ../../source4/torture/smb2/scan.c:203 #6 0x7f63e2a37772 in wrap_simple_test ../../lib/torture/torture.c:633 #7 0x7f63e2a3b75e in internal_torture_run_test ../../lib/torture/torture.c:442 #8 0x7f63e2a3c543 in torture_run_tcase_restricted ../../lib/torture/torture.c:507 #9 0x7f63e2a3cdd5 in torture_run_suite_restricted ../../lib/torture/torture.c:357 #10 0x7f63e2a3cf25 in torture_run_suite_restricted ../../lib/torture/torture.c:362 #11 0x7f63e2a3d434 in torture_run_suite ../../lib/torture/torture.c:339 #12 0x55609e3a154a in run_matching ../../source4/torture/smbtorture.c:93 #13 0x55609e3a2f56 in torture_run_named_tests ../../source4/torture/smbtorture.c:143 #14 0x55609e3a699d in main ../../source4/torture/smbtorture.c:691 #15 0x7f63dad59412 in __libc_start_main (/lib64/libc.so.6+0x24412) Signed-off-by: Swen Schillig <swen@linux.ibm.com> Reviewed-by: Matthias Dieter Wallnöfer <mdw@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* torture: fix mem leak found by ASANSwen Schillig2019-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | ==14507==ERROR: LeakSanitizer: detected memory leaks Direct leak of 112 byte(s) in 1 object(s) allocated from: #0 0x7f3c76fe5c08 in __interceptor_malloc (/lib64/libasan.so.5+0xefc08) #1 0x7f3c7680df33 in __talloc_with_prefix ../../lib/talloc/talloc.c:782 #2 0x7f3c7680df33 in __talloc ../../lib/talloc/talloc.c:824 #3 0x7f3c7680df33 in _talloc_named_const ../../lib/talloc/talloc.c:981 #4 0x7f3c7680df33 in _talloc_zero ../../lib/talloc/talloc.c:2422 #5 0x7f3c7680e2a5 in _talloc_zero_array ../../lib/talloc/talloc.c:2775 #6 0x557a50d4a09f in torture_bench_treeconnect ../../source4/torture/raw/tconrate.c:165 #7 0x7f3c730e4772 in wrap_simple_test ../../lib/torture/torture.c:633 #8 0x7f3c730e875e in internal_torture_run_test ../../lib/torture/torture.c:442 #9 0x7f3c730e9543 in torture_run_tcase_restricted ../../lib/torture/torture.c:507 #10 0x7f3c730e9dd5 in torture_run_suite_restricted ../../lib/torture/torture.c:357 #11 0x7f3c730ea434 in torture_run_suite ../../lib/torture/torture.c:339 #12 0x557a50c1b54a in run_matching ../../source4/torture/smbtorture.c:93 #13 0x557a50c1cf56 in torture_run_named_tests ../../source4/torture/smbtorture.c:143 #14 0x557a50c2099d in main ../../source4/torture/smbtorture.c:691 #15 0x7f3c6b406412 in __libc_start_main (/lib64/libc.so.6+0x24412) Signed-off-by: Swen Schillig <swen@linux.ibm.com> Reviewed-by: Matthias Dieter Wallnöfer <mdw@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* torture: beginning of a mdssvc RPC service test-suiteRalph Boehme2019-08-084-1/+950
| | | | | | | Yikes! Most tests fail atm. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* torture: start of a mdssvc packet (un)marshalling testsuiteRalph Boehme2019-08-084-0/+108
| | | | | Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* ldb: Free memory in torture test to satisfy sanitizerSwen Schillig2019-08-081-0/+3
| | | | | | Signed-off-by: Swen Schillig <swen@linux.ibm.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Matthias Dieter Wallnöfer <mdw@samba.org>
* ndr: Free memory in torture test to satisfy sanitizerSwen Schillig2019-08-082-0/+13
| | | | | | Signed-off-by: Swen Schillig <swen@linux.ibm.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Matthias Dieter Wallnöfer <mdw@samba.org>
* ldb: Fix mem allocation in torture test to satisfy sanitizerSwen Schillig2019-08-081-1/+1
| | | | | | Signed-off-by: Swen Schillig <swen@linux.ibm.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Matthias Dieter Wallnöfer <mdw@samba.org>
* tests/drs_no_dns: Check dbcheck and ldapcmp passGarming Sam2019-07-311-0/+183
| | | | | | | | | | | | When joining a DC without DNS partitions, make sure that the alternate flow of creating them afterwards results in a database with everything that is necessary. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14051 RN: Allow a DC join without DNS partitions, to add them later Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* s4:torture: Use init_samr_CryptPassword in testjoin RPC testAndreas Schneider2019-07-261-4/+7
| | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=14031 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* s4:torture: Use samba_gnutls_arcfour_confounded_md5() in ↵Andrew Bartlett2019-07-261-10/+15
| | | | | | | | | test_ChangePasswordRandomBytes This ensures GnuTLS is used as the underlying RC4 crypto engine Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s4:torture: Use GnuTLS RC4 in test_ChangePasswordRandomBytesAndreas Schneider2019-07-261-1/+15
| | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* s4:torture: Use init_samr_CryptPassword in test_ChangePasswordRandomBytesAndrew Bartlett2019-07-261-2/+10
| | | | | | | This allows the use of GnuTLS for the underlying RC4 crypto Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s4:torture: clarify comments and variable names in "ChangePasswordUser3 testsAndrew Bartlett2019-07-261-10/+33
| | | | | | | | There is no session key here, the buffers are directly encrypted with the long-term passwords. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s4:torture: Use init_samr_CryptPassword in test_ChangePasswordUser3Andreas Schneider2019-07-261-15/+49
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* s4:torture: Use GnuTLS RC4 in test_ChangePasswordUser2_ntstatusAndreas Schneider2019-07-261-5/+15
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* s4_torture: Use GnuTLS RC4 in test_ChangePasswordUser2Andreas Schneider2019-07-261-1/+20
| | | | | | | This uses STR_ASCII as string encodings. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>