summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/ipa-server-install
Commit message (Expand)AuthorAgeFilesLines
* add --no-host-dns option to ipa-server-install - allows specifying a hostname...Rich Megginson2008-10-131-4/+7
* Run the LDAP updater at the end of the installation process.Rob Crittenden2008-09-171-0/+5
* The True/False logic was reversed, so "no" meant remove the existing instanceRob Crittenden2008-09-121-1/+1
* When installing with an IPA-created CA generate the Firefox autoconfiguration...Rob Crittenden2008-08-141-2/+2
* Fix python syntax error: missing colon.Rob Crittenden2008-08-061-1/+1
* Wrap up the raw_input() to user_input() for convenience and uniformity.Martin Nagy2008-07-231-41/+23
* Rework the way SSL certificates are imported from PKCS#12 files.Rob Crittenden2008-07-141-15/+65
* Ensure that the realm name is upper-case.Rob Crittenden2008-06-091-3/+4
* Make it clear which packages are being configured and which aren't.Rob Crittenden2008-06-091-3/+15
* Fix typoRob Crittenden2008-06-051-1/+1
* Move version.py to the common ipa directory instead of being server-based so ...Rob Crittenden2008-06-031-1/+1
* Don't prompt regarding previous DS installations in unattended mode.Rob Crittenden2008-05-301-2/+4
* Make check_inst() a standalone function in bindinstance.Rob Crittenden2008-05-301-2/+2
* Fix the case where domain != lower(REALM)Simo Sorce2008-05-291-0/+1
* Fix up function return values so we can return 1 on an installation error.Rob Crittenden2008-05-221-14/+13
* Only ask the user to install bind.Martin Nagy2008-05-221-1/+1
* Ensure hostnames are lower during installation and when adding service princsRob Crittenden2008-05-201-0/+4
* Use split instead of find as split does not fail to provide a completeSimo Sorce2008-05-151-1/+1
* Don't ask the user again if he wants to replace bind configuration files if h...Martin Nagy2008-05-141-10/+1
* Add a version API to the server so it knows what version it is.Rob Crittenden2008-05-081-3/+2
* Create /etc/ipa/ipa.conf earlier in the installation process.Rob Crittenden2008-04-031-8/+8
* Call client uninstall from server uninstall so that uninstall reverses alsoSimo Sorce2008-03-311-0/+15
* Move sysrestore to ipa-python so it can be used by client scripts too.Simo Sorce2008-03-271-12/+14
* Make Install and Uninstall have different log filesSimo Sorce2008-03-241-2/+5
* Verify that the hostname is correct in /etc/hostsRob Crittenden2008-03-061-3/+2
* 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