summaryrefslogtreecommitdiffstats
path: root/users.py
Commit message (Collapse)AuthorAgeFilesLines
* Set the right home directory so it gets made correctly (#216681).Chris Lumens2006-11-271-1/+4
|
* 2006-07-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-07-281-2/+3
| | | | | | * users.py (Users.createUser): Create users under the rootpath (Clark Williams) * instdata.py (InstallData.write): Use the rootpath
* 2006-05-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-181-0/+23
| | | | | | | * anaconda (Anaconda.setMethod): Set up our libuser.conf * users.py (createLuserConf): Create a libuser.conf that points to our rootpath so that things work with live CD, etc
* Add support for making users and for enabling/disabling services viaChris Lumens2006-05-031-0/+86
| | | | kickstart.
* Use libuser for handling the root password instead of a bunch of our ownChris Lumens2006-04-111-91/+0
| | | | stuff.
* Remove the unused Accounts class.Chris Lumens2006-03-301-47/+0
|
* Simplified the authconfig step to store data as a string to be passed toChris Lumens2005-08-291-141/+10
| | | | | | authconfig in its entirety, rather than handling it as a series of arguments we need to process. We weren't really doing anything with it anyway.
* Use new logging system.Chris Lumens2005-08-121-3/+4
|
* 2004-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-081-7/+7
| | | | * users.py: whrandom is deprecated, use random instead
* might help with expection output so we don't have to set it to None so it ↵Mike Fulbright2003-04-031-1/+10
| | | | isnt printed
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
|
* oh yeah goodbye reconfigMike Fulbright2002-02-081-1/+1
|
* disable things which are not explicitly enabled for authconfig (should fix ↵nalin2001-09-101-0/+18
| | | | reconfig mode)
* argh, must clean up flags for next release (52814)Jeremy Katz2001-08-291-1/+1
|
* explicitly disable nis if it's not being used so that it gets removed from ↵Jeremy Katz2001-08-091-0/+2
| | | | nsswitch
* add --enablecache for kickstartJeremy Katz2001-07-311-0/+5
|
* remove superflous and unsupported disable options from being output to ks.cfgJeremy Katz2001-07-151-19/+0
|
* if the user has requested md5 passwords, write out the root password in theJeremy Katz2001-07-031-2/+6
| | | | autogenerated ks.cfg as an md5 crypted password (46294)
* added header infobfox2001-07-021-0/+1
|
* right option, fixes 46337Jeremy Katz2001-06-271-1/+1
|
* various pychecker fixupsMatt Wilson2001-06-221-2/+2
|
* copyrightMatt Wilson2001-06-221-0/+15
|
* add support for Samba authenticationbfox2001-06-221-1/+13
|
* merge dispatch to HEADMatt Wilson2001-06-201-0/+220