summaryrefslogtreecommitdiff
path: root/source4/setup/tests/blackbox_newuser.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-08-23selftest: Specify --use-ntvfs when testing the newuser codeAndrew Bartlett1-1/+1
We do not need to set filesystem ACLs in this case. Andrew Bartlett
2011-10-23s4: samba-tool subcommand rename - change samba-tool user add to samba-tool ↵Theresa Halloran1-2/+2
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-2/+2
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: update test suite for add setpasswordGiampaolo Lauria1-2/+2
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-06-01s4:samba-tool: Move samba-tool setexpiry to samba-tool user setexpiry <user>Theresa Halloran1-4/+4
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-06-01s4/samba-tool: Move samba-tool enableaccount to samba-tool user enable command.Theresa Halloran1-2/+2
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-10-28s4 net: rename to samba-tool in order to not clash with s3 netKai Blin1-11/+11
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104
2010-07-31s4:blackbox/newuser: use test specific user namesStefan Metzmacher1-10/+10
As this test doesn't delete the user accounts at the end, we should use test specific user names. That lowers the chance of conflicts with other tests. metze
2010-07-10s4 unittests: remove the provision directory before (re)generatingMatthieu Patou1-0/+1
2010-06-20make test modules for net group set of commands and modification to the ↵Lukasz Zalewski1-1/+9
newuser to include additional parameters Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-05-10s4:blackbox password tests - more complex passwordsStefan Metzmacher1-2/+2
2009-12-31net: Move 'newuser' to 'net newuser'Jelmer Vernooij1-5/+6
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2008-08-30Add a setexpiry operation in samdb.pyAndrew Tridgell1-1/+13
This makes it easy to set the expiry (or no expiry) for a samdb user (This used to be commit 25171f18a4b242b5a731f4ac1eefc51cc82efd74)
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/+21
(This used to be commit cd8c8226784c96d7f1dbae006a4853eb50c7b2e2)