summaryrefslogtreecommitdiff
path: root/source4/setup/tests/blackbox_setpassword.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-09-11s4:setup/tests: make use of samba-tool domain provisionStefan Metzmacher1-1/+1
metze
2012-08-22selftest: Specify --use-ntvfs to provision in test scriptsAndrew Bartlett1-1/+1
Because these run as non-root, we need to avoid doing things that will fail during the provision. The main test of the s3fs provision is the plugin_s4_dc environment with a smb.conf that specifies vfs_fake_acls. Andrew Bartlett
2011-10-23s4: samba-tool subcommand rename - change samba-tool user add to samba-tool ↵Theresa Halloran1-1/+1
user create Signed-off-by: Theresa Halloran <thallora@linux.vnet.ibm.com> Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2011-07-28samba-tool: updated test suite to account for newuser changeGiampaolo Lauria1-1/+1
Updated test suite invocations of newuser to "user add" as the newuser functionality is now being moved to "user add" Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-07-21samba-tool: fixed samba-tool user syntaxAndrew Tridgell1-1/+1
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-07-21samba-tool: update test suite for the new domain objectGiampaolo Lauria1-1/+1
Changed test suite to reflect the changes from setpassword to "domain setpassword" to fit the object-action model Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-07-21samba-tool: update test suite for add setpasswordGiampaolo Lauria1-3/+3
The test suite needs to change from setpassword to "user setpassword" to reflect the new cmd syntax Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-02-07s4-test: fixed more assumptions of ./setup for setup directoryAndrew Tridgell1-1/+1
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-11-16samba-tool Add test for --store-plaintextAndrew Bartlett1-1/+1
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Nov 16 06:29:04 UTC 2010 on sn-devel-104
2010-10-28s4 net: rename to samba-tool in order to not clash with s3 netKai Blin1-5/+5
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104
2010-07-10s4 unittests: remove the provision directory before (re)generatingMatthieu Patou1-0/+1
2010-05-10s4:blackbox password tests - more complex passwordsStefan Metzmacher1-3/+3
2009-12-31net: Move 'newuser' to 'net newuser'Jelmer Vernooij1-4/+6
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2009-09-10s4:pwsettings: Added blackbox tests.Andrew Kroeger1-0/+2
The added tests include basic validation that the script runs and accepts all custom arguments. The tests also verify changes to the password complexity, minimum password length, and minimum password length settings.
2009-06-18s4:setup Add an option to 'setpassword' to force password change at next loginAndrew Bartlett1-0/+2
2008-05-30Don't pass an smb.conf to provision tests.Andrew Bartlett1-5/+4
These tests will create their own smb.conf in their prefix anyway. Andrew Bartlett (This used to be commit c0322e8e27d67655b7498b27df0829aa5682a345)
2008-05-22use one blackbox script per executable.Jelmer Vernooij1-0/+22
(This used to be commit cd8c8226784c96d7f1dbae006a4853eb50c7b2e2)