summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install
Commit message (Expand)AuthorAgeFilesLines
...
* 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-293-9/+12
* Move admin into cn=users,cn=accountsSimo Sorce2008-05-232-4/+4
* 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
* Display information on how to uninstall a partially installed server.Rob Crittenden2008-05-091-4/+10
* Detect existing DS instances and prompt for removal during replica install.Rob Crittenden2008-05-081-0/+32
* Add missing colon to function definition that broke the buildRob Crittenden2008-05-081-1/+1
* Add a version API to the server so it knows what version it is.Rob Crittenden2008-05-084-14/+15
* Don't prompt for confirmation of DM password when installing a replica.Rob Crittenden2008-05-081-2/+7
* Make sure recent ldapmodify tool (as in F9) do not complain by splitting theSimo Sorce2008-04-251-0/+5
* Don't allow a replica to prepare a replica for itself.Rob Crittenden2008-04-231-0/+3
* Use the same kpasswd.keytab on all replicas.Rob Crittenden2008-04-092-1/+5
* Add _ntp SRV recordSimo Sorce2008-04-071-0/+2
* Create /etc/ipa/ipa.conf earlier in the installation process.Rob Crittenden2008-04-031-8/+8
* 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