summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install
Commit message (Expand)AuthorAgeFilesLines
* Add detection to the update tool to detect when it would apply changes.Rob Crittenden2008-09-191-1/+1
* Add standard override options to ipa-replica-prepareMartin Nagy2008-09-171-5/+3
* Run the LDAP updater at the end of the installation process.Rob Crittenden2008-09-171-0/+5
* Update files for the schema compatibility plugin and RFC4876 profilesRob Crittenden2008-09-126-0/+312
* The True/False logic was reversed, so "no" meant remove the existing instanceRob Crittenden2008-09-121-1/+1
* Rework config.py and change cli tools. Maintain order of IPA servers from com...Martin Nagy2008-09-111-5/+5
* CVE 2008 3274 related fixesSimo Sorce2008-09-101-2/+2
* When installing with an IPA-created CA generate the Firefox autoconfiguration...Rob Crittenden2008-08-141-2/+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-112-22/+60
* Fix few syntax errors.Martin Nagy2008-08-061-2/+2
* Fix python syntax error: missing colon.Rob Crittenden2008-08-061-1/+1
* Don't assume that the Firefox autoconfig files exist.Rob Crittenden2008-07-282-11/+14
* Move the self-signed CA serialno file to /var/lib/ipa to adhere to the FHSRob Crittenden2008-07-251-1/+1
* Wrap up the raw_input() to user_input() for convenience and uniformity.Martin Nagy2008-07-233-62/+31
* Rework the way SSL certificates are imported from PKCS#12 files.Rob Crittenden2008-07-144-59/+164
* Admin must be able to add/delete tooSimo Sorce2008-07-091-1/+1
* Merge branch 'master' of ssh://rcritten@git.fedorahosted.org/git/freeipaRob Crittenden2008-07-031-1/+1
|\
| * Make sure we listen only on the krb5 port and therefore disable krb4 supportSimo Sorce2008-07-021-1/+1
* | NSS_DIR is already fetched into a variable, use that instead.Rob Crittenden2008-07-031-6/+6
|/
* Properly convert the realm to a DS instance nameRob Crittenden2008-07-011-1/+1
* Ensure correct permissions and file ownership of Apache NSS databaseRob Crittenden2008-07-011-0/+12
* Must index uidnumber and gidnumber and any attribute that dna plugin is goingSimo Sorce2008-06-121-0/+19
* Change default.Simo Sorce2008-06-121-2/+4
* Index the memberof attributeRob Crittenden2008-06-111-0/+8
* 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
* Fix import for versionRob Crittenden2008-06-042-2/+2
* Add -p/--password option so the DM password can be passed on the command-line.Rob Crittenden2008-06-041-5/+10
* 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-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