summaryrefslogtreecommitdiffstats
path: root/source4/setup/setpassword
Commit message (Collapse)AuthorAgeFilesLines
* net: Move 'setpassword' to 'net setpassword'.Jelmer Vernooij2009-12-311-74/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4:samdb/tools - That should fix now the last failuresMatthias Dieter Wallnöfer2009-09-211-1/+1
|
* 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:scripts - Cleans also the rest under the "setup" directory upMatthias Dieter Wallnöfer2009-09-181-0/+1
| | | | | | - I removed also the "-H" parameter since those scripts are all thought for the use on a local s4 domain controller. Another reason is also the bind as SYSTEM account which itself is only possible on local binds.
* s4:various scripts under "setup" - UnificationMatthias Dieter Wallnöfer2009-09-181-12/+3
| | | | | | | - 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: Correct the parameter logic of the "setpassword" scriptMatthias Dieter Wallnöfer2009-08-141-7/+4
| | | | | Either the username or the filter are allowed. If both are given the filter is going to be used due to a higher precedence.
* Correct the headers of some SAMBA 4 setup python scriptsMatthias Dieter Wallnöfer2009-06-291-1/+1
|
* s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett2009-06-181-1/+1
| | | | | | | In particular, ensure that we can acutally change the password under these circumstances. Andrew Bartlett
* s4:setup Add an option to 'setpassword' to force password change at next loginAndrew Bartlett2009-06-181-1/+3
|
* Add copyright headers.Jelmer Vernooij2009-01-161-4/+18
|
* setpassword should be executableAndrew Tridgell2008-06-031-0/+0
| | | | (This used to be commit b8f2e6321dd06508f9cc48e8d76d20232cb7d60e)
* Fix python imports.Jelmer Vernooij2008-05-221-1/+6
| | | | (This used to be commit 453206665677821b254c18cc67192e007b892f04)
* Fix newuser and setpassword scripts, and port to idmap.Andrew Bartlett2008-04-141-4/+4
| | | | | | | | | The new idmap world does not use the unixUser any more, so we need to set up the entry (if wanted) in the idmap database. Users without a backing unix user will get an allocated uid by idmap later. Andrew Bartlett (This used to be commit 8bd8bc1475ddf22d4702dcd17028a9043a5e629f)
* Convert some more files to GPLv3.Andrew Kroeger2008-03-281-1/+1
| | | | (This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
* Make the setup/newuser and setup/setpassword scripts actually work...Andrew Bartlett2008-03-281-123/+58
| | | | | | | These need a testsuite, but this will come soon. Andrew Bartlett (This used to be commit fbcaa622bd1929399e32326349e96b6676a49b96)
* r21351: Change ldb ejs bindings return codes.Simo Sorce2007-10-101-6/+7
| | | | | | | | | | | We were returning just true/false and discarding error number and string. This checking probably breaks swat, will fix it in next round as swat is what made me look into this as I had no way to get back error messages to show to the users. Simo. (This used to be commit 35886b4ae68be475b0fc8b2689ca04d766661261)
* r16768: Add a simple script to set a user's password. This should grow into aAndrew Bartlett2007-10-101-0/+122
real smbpasswd command some day. Andrew Bartlett (This used to be commit 8d0582796608b757fde776e69ea5d70b2b13eb36)