summaryrefslogtreecommitdiff
path: root/source4/setup/tests/blackbox_newuser.sh
AgeCommit message (Collapse)AuthorFilesLines
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)