summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/httpinstance.py
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility changes to work on RHEL 5 with python 2.4rcritten@redhat.com2007-11-301-1/+1
|
* Check for existance of of the target file in update_file. It used to silentlyRob Crittenden2007-11-151-1/+6
| | | | fail if the file it was to update didn't exist.
* Forgot to include FQDN in the substitition listRob Crittenden2007-11-131-1/+1
|
* Introduce service base class and clean up ipa-server-installKarl MacMillan2007-11-051-19/+83
| | | | | | | | | | | | 1) Add a base class for all of the instance objects. 2) Normalize usage of logging. 3) General cleanups of ipa-server-install. 4) Make better use of httpinstance. 5) Add webguiinstance. 6) Improve progress reporting during installation. Works Here (TM), but it would be nice to get someone else to test since this moves code around a bit.
* First step in enabling SSL in the IPA web serverRob Crittenden2007-10-151-0/+76