summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_smbclient_auth.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-02-20s3:tests: Set/return $failed in test_smbclient_auth.shTim Beale1-13/+16
Update the test so the shell script returns pass/fail as the exit code. Note that subunit is just looking for 'failure:' in the test output for whether the test passed or failed, so setting $failed isn't strictly required. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2016-07-22s3:tests: add 'as user' to the test names in test_smbclient_auth.shStefan Metzmacher1-9/+9
We already have 'as anon', having an indication for each case makes it easier to mark some as knownfail. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2016-04-28s3:test_smbclient_auth.sh: this script reqiures 5 argumentsStefan Metzmacher1-1/+1
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11849 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
2016-03-10s3:test_smbclient_auth.sh: test using the ip address in the unc path (incl. ↵Stefan Metzmacher1-0/+11
ipv6-literal.net) Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2015-11-19selftest: add test for force user and well-known primary groupUri Simchoni1-0/+1
Add a test for connecting to a share with a "force user" whos primary unix gid maps to a well-known alias. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11608 Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Nov 19 23:20:36 CET 2015 on sn-devel-104
2015-01-14s3: auth - tests: Add test for "force user" being a unix-only user, not in ↵Jeremy Allison1-0/+1
passdb. https://bugzilla.samba.org/show_bug.cgi?id=11044 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Jan 14 08:46:08 CET 2015 on sn-devel-104
2012-08-14s3-selftest: Fix copy/paste error in test usage stringSalvador I. Gonzalez1-1/+1
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2011-04-16selftest Add binary mappings for samba3 selftestAndrew Bartlett1-3/+4
This will help us have a top level 'make test', working around the fact that the --eanble-s3build has different names for some of these binaries, without fixing the names forever (we can just change the mapping later). Andrew Bartlett
2011-03-29s3-selftest Fix test_smbclient_auth.shAndrew Bartlett1-12/+8
The -N in the command line meant that all the logins were as the guest, not as the user specified. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Mar 29 00:47:50 CEST 2011 on sn-devel-104
2011-03-29s3-selftest unconditionaly include subunit.shAndrew Bartlett1-2/+0
we no longer . this file into other shell scripts, so we don't need this check any more. Andrew Bartlett
2011-02-22s3-selftest convert tests.sh to pythonAndrew Bartlett1-14/+12
This should allow us a much better chance of invoking the subunit wrappers in the right way, at the right level. Andrew Bartlett
2011-02-22Add tests for various s3 auth modesAndrew Bartlett1-0/+38