summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install
Commit message (Expand)AuthorAgeFilesLines
* No need to use a regular expression to find the replication hostRob Crittenden2008-03-311-3/+1
* Call client uninstall from server uninstall so that uninstall reverses alsoSimo Sorce2008-03-311-0/+15
* Put replica info file into /var/lib/ipa instead of the current directoryRob Crittenden2008-03-281-2/+2
* Move sysrestore to ipa-python so it can be used by client scripts too.Simo Sorce2008-03-271-12/+14
* Put the replica hostname back together properlyRob Crittenden2008-03-271-2/+3
* Make the memberof task a public function.Rob Crittenden2008-03-273-5/+13
* Make Install and Uninstall have different log filesSimo Sorce2008-03-241-2/+5
* Fix file permissions on ca.crt when it is installed.Rob Crittenden2008-03-261-0/+1
* Start ntpd after FDS so that the ntp user can be found.Rob Crittenden2008-03-241-2/+2
* Remove ACI that was causing RDN changes to failRob Crittenden2008-03-101-1/+0
* Add ability to initialize a replication agreementRob Crittenden2008-03-071-9/+49
* 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
* Add small script to start/stop all of the services that IPA requires in theRob Crittenden2008-02-282-0/+58
* Make sure all entries are generated by us according to IPASimo Sorce2008-02-282-9/+1
* Fixed the way we call ipa-client-install from ipa-replica-install.Nathan Kinder2008-02-281-1/+1
* 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
* Make sure KrbPrincipalName is unique server-wideRob Crittenden2008-02-211-0/+35
* Make sure KrbPrincipalName is unique server-wideSimo Sorce2008-02-211-0/+1
* Add some additional error handlingRob Crittenden2008-02-201-4/+7
* Let users write their own password, should fix 433707Simo Sorce2008-02-211-0/+1
* Start ntpd first unless we do not want it.Simo Sorce2008-02-204-10/+26
* Run ipa-client-install after server install bitsSimo Sorce2008-02-202-9/+24
* Warn if a user tries to install a replica on the wrong target machineRob Crittenden2008-02-191-0/+12
* Add some error handling for LDAP connection issuesRob Crittenden2008-02-191-3/+23
* Verify current domain with user during installationRob Crittenden2008-02-153-15/+66
* Display the path to the PKCS#12 password file at the end of installationRob Crittenden2008-02-191-0/+1
* Don't create a backup of the PKCS#12 cert on replicasRob Crittenden2008-02-141-2/+2
* Gracefully handle sys.exit() in python 2.4Rob Crittenden2008-02-111-0/+2
* Missed a place to translate the realm name into an instance nameRob Crittenden2008-02-081-1/+3
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-044-4/+4
* 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-053-27/+104
* Missed closing quoteRob Crittenden2008-01-291-1/+1
* Remove reference to radius that wasn't used and was causing program to fail.Rob Crittenden2008-01-291-1/+1
* Include some additional information when installing IPA.Rob Crittenden2008-01-251-3/+15
* Fix misspelling of the word indices.Rob Crittenden2008-01-252-1/+1
* 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
* Use Fedora package names for PyKerberos (python-kerberos) and pyasn1Rob Crittenden2008-01-241-1/+3
* Fix issues reported by rpmlint.Rob Crittenden2008-01-185-6/+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
* - Enable ssl for replication.Karl MacMillan2007-12-213-1/+121
* Big changeset that includes the work around keytab management.Simo Sorce2007-12-215-4/+25