summaryrefslogtreecommitdiffstats
path: root/source4/setup/newuser
Commit message (Collapse)AuthorAgeFilesLines
* s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett2009-06-181-1/+2
| | | | | | | In particular, ensure that we can acutally change the password under these circumstances. Andrew Bartlett
* Add copyright headers.Jelmer Vernooij2009-01-161-5/+17
|
* Add helper object Hostconfig to make it easier to get to e.g. theJelmer Vernooij2008-08-011-3/+2
| | | | | SAM database. (This used to be commit be75b2a36ee49f66ada3ec3ababa82d74085d559)
* Remove unused import, function.Jelmer Vernooij2008-06-111-8/+0
| | | | (This used to be commit f134a701e7c2d64a684d55691fd66e2aaeb15812)
* Fix python imports.Jelmer Vernooij2008-05-221-1/+1
| | | | (This used to be commit 453206665677821b254c18cc67192e007b892f04)
* Set sys.path for running inside source tree.Jelmer Vernooij2008-05-111-1/+5
| | | | (This used to be commit b507109bb676715f7d9616e13b0e19305e9c2559)
* Fix newuser and setpassword scripts, and port to idmap.Andrew Bartlett2008-04-141-8/+2
| | | | | | | | | 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-4/+2
| | | | | | | These need a testsuite, but this will come soon. Andrew Bartlett (This used to be commit fbcaa622bd1929399e32326349e96b6676a49b96)
* Remove old js versions of newuser and provision.Andrew Bartlett2008-03-261-80/+61
| | | | | Andrew Bartlett (This used to be commit 861a85985d2d27f58cb8fa2fef0d445c7dac94c6)
* r15518: the 'password' option in POPT_COMMON_CREDENTIALS was conflicting withAndrew Tridgell2007-10-101-4/+4
| | | | | | the password option in newuser. Move the local options above the global options to fix. (This used to be commit 2adcd4ff4ec1ef867b91274d994c39e7c0fdaad2)
* r12749: Fix the newuser script.Andrew Bartlett2007-10-101-1/+6
| | | | | Andrew Bartlett (This used to be commit 42cdad5e3f06c307baf80396fd8449b803ef84c3)
* r11113: fixed two small bugs in newuserAndrew Tridgell2007-10-101-1/+2
| | | | | | | - randpass() is now in the random ejs module, not global - don't dereference the undefined variable on getopt failure (This used to be commit 7e338c23f5ac351b362a9e07fd81ec07bc700484)
* r9477: Convert popt options to an ejs object. Doesn't seem to break anythingRafal Szczesniak2007-10-101-3/+3
| | | | | | | except of popt help (-h) option (unexpected ?). rafal (This used to be commit 1990793b23d6198a85ce1bdf6ad43e12015db203)
* r9319: updated newuser script for new OO style for nss objectAndrew Tridgell2007-10-101-1/+2
| | | | | thanks to Hotarut for spotting this (This used to be commit 3f30c6118ba22fbf52068630f48bcde82182b8a6)
* r8558: move newuser logic into the provision.js libAndrew Tridgell2007-10-101-71/+2
| | | | (This used to be commit b6ef32ddd1fdca0d40a12f34fa5f7a484b3c2071)
* r8459: move to the more portable script execution methodAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit d7e4dcaaaa37c4992f763e37ca2d655e4d267283)
* r8410: converted the newuser script to jsAndrew Tridgell2007-10-101-0/+141
(This used to be commit b90aa3c5a7cd7e91a8fc804c3cd9f2155761cf28)