summaryrefslogtreecommitdiff
path: root/source4/setup/setpassword
AgeCommit message (Collapse)AuthorFilesLines
2009-08-14s4: Correct the parameter logic of the "setpassword" scriptMatthias Dieter Wallnöfer1-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.
2009-06-29Correct the headers of some SAMBA 4 setup python scriptsMatthias Dieter Wallnöfer1-1/+1
2009-06-18s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett1-1/+1
In particular, ensure that we can acutally change the password under these circumstances. Andrew Bartlett
2009-06-18s4:setup Add an option to 'setpassword' to force password change at next loginAndrew Bartlett1-1/+3
2009-01-16Add copyright headers.Jelmer Vernooij1-4/+18
2008-06-03setpassword should be executableAndrew Tridgell1-0/+0
(This used to be commit b8f2e6321dd06508f9cc48e8d76d20232cb7d60e)
2008-05-22Fix python imports.Jelmer Vernooij1-1/+6
(This used to be commit 453206665677821b254c18cc67192e007b892f04)
2008-04-14Fix newuser and setpassword scripts, and port to idmap.Andrew Bartlett1-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)
2008-03-28Convert some more files to GPLv3.Andrew Kroeger1-1/+1
(This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
2008-03-28Make the setup/newuser and setup/setpassword scripts actually work...Andrew Bartlett1-123/+58
These need a testsuite, but this will come soon. Andrew Bartlett (This used to be commit fbcaa622bd1929399e32326349e96b6676a49b96)
2007-10-10r21351: Change ldb ejs bindings return codes.Simo Sorce1-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)
2007-10-10r16768: Add a simple script to set a user's password. This should grow into aAndrew Bartlett1-0/+122
real smbpasswd command some day. Andrew Bartlett (This used to be commit 8d0582796608b757fde776e69ea5d70b2b13eb36)