summaryrefslogtreecommitdiffstats
path: root/source4/setup/enableaccount
Commit message (Collapse)AuthorAgeFilesLines
* net: Fix tests and documentation of setexpiry.Jelmer Vernooij2009-12-311-65/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4:scripts - Reintroduce "-H" parameterMatthias Dieter Wallnöfer2009-09-211-2/+8
| | | | | | I removed it since on some scripts it was present, on others not - so I thought it wouldn't be really needed. This was a bad decision (pointed out by abartlet). So I reintroduce it on all scripts (to have consistent parameters).
* s4:various scripts under "setup" - UnificationMatthias Dieter Wallnöfer2009-09-181-42/+30
| | | | | | | - This unified the shape of those four scripts (comments, command sequence, call of SamDB) - To consider the samdb.py changes regarding the filter: there is now always the possibility either to specify the username or the search filter
* s4:python tools - Centralise the lookups for the default domain (root) in ↵Matthias Dieter Wallnöfer2009-08-171-8/+3
| | | | the call "domain_dn" from SamDB
* s4:enableaccount script: Remove a redundant lineMatthias Dieter Wallnöfer2009-08-061-1/+0
|
* Correct the headers of some SAMBA 4 setup python scriptsMatthias Dieter Wallnöfer2009-06-291-1/+1
|
* enableaccount: Use correct command name in usage output.Andrew Kroeger2008-05-211-1/+1
| | | | (This used to be commit 4ca8f32a37196c81547679b2ee8d00cb77a01269)
* Fix python imports.Jelmer Vernooij2008-05-221-1/+1
| | | | (This used to be commit 453206665677821b254c18cc67192e007b892f04)
* Fix reference to removed smbpython.Jelmer Vernooij2008-05-211-1/+3
| | | | (This used to be commit 58f956dc4591137489cba16f360f2d24d91dadc1)
* Fix and test python scripts and kerberosAndrew Bartlett2008-03-281-2/+3
| | | | | | | | | | | | | | | | | This fixes up the python credentials interface in a number of areas, with the aim of supporting '-k yes' as a command line option. (This enables the use of kerberos). As such, I've had to change the get_credentials call to take a loadparm context, so that the credentials can be initialised correctly. The test_kinit script has been modified to prove that this continues to work, as well as to provide greater code coverage of the kerberos paths. Andrew Bartlett (This used to be commit 727ef40c2b56910028ef3c1092b8eab1bfa6ce63)
* Convert some more files to GPLv3.Andrew Kroeger2008-03-281-1/+1
| | | | (This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
* Add tool for enabling accountsAndrew Bartlett2008-03-281-0/+74
(This used to be commit 2e14b4ea64ba7e223f29b5b535b1b1be326f711c)