summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/ipa-server-install
Commit message (Expand)AuthorAgeFilesLines
* KDC is Key Distribution Center, not Kerberos Domain ControllerRob Crittenden2008-03-041-1/+1
* Fix build breakage.Rob Crittenden2008-03-031-1/+1
* Close all fds when running another program. This fixes the SELinux AVCs.Rob Crittenden2008-03-031-1/+2
* We do not require the Master password anymore, fix code and error messageSimo Sorce2008-02-251-4/+3
* Fix unattended installSimo Sorce2008-02-251-20/+23
* Start ntpd first unless we do not want it.Simo Sorce2008-02-201-5/+8
* Run ipa-client-install after server install bitsSimo Sorce2008-02-201-5/+13
* Verify current domain with user during installationRob Crittenden2008-02-151-6/+21
* Display the path to the PKCS#12 password file at the end of installationRob Crittenden2008-02-191-0/+1
* Gracefully handle sys.exit() in python 2.4Rob Crittenden2008-02-111-0/+2
* Fix broken attempt to return 0 on success, 1 on failureRob Crittenden2008-02-061-2/+2
* Return 1 on error, 0 on successRob Crittenden2008-02-051-0/+2
* Use file to store the current CA serial numberRob Crittenden2008-02-051-2/+3
* Missed closing quoteRob Crittenden2008-01-291-1/+1
* Include some additional information when installing IPA.Rob Crittenden2008-01-251-3/+15
* Re-factor the ipa_webgui and ipa_kpasswd instance codeMark McLoughlin2008-01-221-3/+2
* Remove questions from ipaserver.dsinstanceMark McLoughlin2008-01-221-3/+28
* Fix issues reported by rpmlint.Rob Crittenden2008-01-181-2/+0
* Add ipa-server-install --uninstallMark McLoughlin2008-01-111-6/+26
* Backup system state in ipa-server-installRob Crittenden2008-01-141-0/+3
* Add service.is_running() helperMark McLoughlin2008-01-111-10/+1
* Remove radiusinstance from ipa-server-install.Karl MacMillan2007-12-121-1/+0
* Remove radius from main install script and addKarl MacMillan2007-12-121-5/+0
* merge from upstreamSimo Sorce2007-12-071-1/+1
|\
| * Fix message about no spaces in password - spaces workKarl MacMillan2007-12-061-1/+1
* | we *may* require it, it depend on the ditro in F8 cahing daemon configuration...Simo Sorce2007-12-071-1/+1
|/
* Generate master password from Simo.Karl MacMillan2007-11-211-12/+1
* Initial replication setup.Karl MacMillan2007-11-211-141/+18
* Introduce service base class and clean up ipa-server-installKarl MacMillan2007-11-051-57/+11
* merge initial radius workJohn Dennis2007-11-031-0/+6
* NTP configuration for client and server.Karl MacMillan2007-11-011-2/+16
* Fix host_name buglet in ipa-server-installMark McLoughlin2008-02-211-5/+5
* Handle selinux failureKarl MacMillan2007-10-241-1/+10
* Print warning about NTPKarl MacMillan2007-10-221-0/+31
* Print traceback to the install log on unexpected error.Karl MacMillan2007-10-181-2/+8
* First step in enabling SSL in the IPA web serverRob Crittenden2007-10-151-1/+6
* Verify that the LDAP ports are available during installation.Rob Crittenden2007-10-151-0/+44
* Karl MacMillan wrote:Karl MacMillan2007-10-091-2/+10
* Hi,Karl MacMillan2007-10-091-194/+241
* Fix copy/paste bugmccann@jhu.edu2007-10-031-1/+1
* Try to catch more error conditions during installationrcritten@redhat.com2007-10-031-21/+32
* Patch to fix the installer crashing if selinux is disabled. Also changesmccann@jhu.edu2007-10-021-1/+57
* Check passwords are not emptySimo Sorce2007-09-281-3/+12
* Install the web guiKarl MacMillan2007-09-281-1/+7
* Misc small fixesKarl MacMillan2007-09-281-1/+1
* Make apache work with selinuxKarl MacMillan2007-09-281-0/+3
* Initial support for confiuguring a DNS Server during installation.Simo Sorce2007-09-201-23/+154
* Better we do not fiddle with /etc/hosts, make sure to abort and let the adminSimo Sorce2007-09-131-21/+2
* Better way to ask for the Realm name, with implicit defaultSimo Sorce2007-09-121-16/+10
* Add confirmation when asking un-echoed passwordsSimo Sorce2007-09-121-3/+27