summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/ipa-replica-install
Commit message (Expand)AuthorAgeFilesLines
* Mass tree reorganization for IPAv2. To view previous history of files use:Rob Crittenden2009-02-031-312/+0
* Run updates on the replica too, otherwise changes to cn=config will be missing.Simo Sorce2008-12-011-0/+4
* Ensure that every replica gets a unique replication ID. Otherwise changes won...Rob Crittenden2008-10-291-1/+2
* Install the ca.crt file early on so that we can always enforce SSLSimo Sorce2008-08-131-7/+18
* Used the encrypt_file and decrypt_file utility functions to encrypt replicaSimo Sorce2008-08-111-17/+25
* Fix few syntax errors.Martin Nagy2008-08-061-2/+2
* Don't assume that the Firefox autoconfig files exist.Rob Crittenden2008-07-281-8/+9
* Wrap up the raw_input() to user_input() for convenience and uniformity.Martin Nagy2008-07-231-7/+3
* Rework the way SSL certificates are imported from PKCS#12 files.Rob Crittenden2008-07-141-2/+5
* Add -p/--password option so the DM password can be passed on the command-line.Rob Crittenden2008-06-041-5/+10
* Fix the case where domain != lower(REALM)Simo Sorce2008-05-291-0/+9
* 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-081-1/+2
* Don't prompt for confirmation of DM password when installing a replica.Rob Crittenden2008-05-081-2/+7
* Use the same kpasswd.keytab on all replicas.Rob Crittenden2008-04-091-1/+3
* Put the replica hostname back together properlyRob Crittenden2008-03-271-2/+3
* Make the memberof task a public function.Rob Crittenden2008-03-271-2/+7
* Fix file permissions on ca.crt when it is installed.Rob Crittenden2008-03-261-0/+1
* Fixed the way we call ipa-client-install from ipa-replica-install.Nathan Kinder2008-02-281-1/+1
* Start ntpd first unless we do not want it.Simo Sorce2008-02-201-5/+9
* Run ipa-client-install after server install bitsSimo Sorce2008-02-201-4/+11
* 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-151-3/+4
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
* Use file to store the current CA serial numberRob Crittenden2008-02-051-10/+27
* Remove reference to radius that wasn't used and was causing program to fail.Rob Crittenden2008-01-291-1/+1
* Fix issues reported by rpmlint.Rob Crittenden2008-01-181-1/+0
* - Enable ssl for replication.Karl MacMillan2007-12-211-1/+1
* Convert replication to use the new cert infrastructure andKarl MacMillan2007-12-201-13/+32
* Initial replication setup.Karl MacMillan2007-11-211-0/+142