summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Move radius server components into a separate package.Karl MacMillan2007-12-121-1/+0
|
* Convert the setup of ssl from a shell script to aKarl MacMillan2007-12-061-0/+1
| | | | | python module. This is in preparation for user supplied certs.
* Initial replication setup.Karl MacMillan2007-11-211-0/+2
| | | | | | | | | | | | | | | | | | | This add replication setup through two new commands: ipa-replica-prepare and ipa-replica-install. The procedure is to run ipa-replica-prepare on an existing master. This will collect information about the realm and the current master and create a file storing all of the information. After copying that file to the new replica, ipa-replica-install is run (with -r to create a read-only replica). This version of the patch also includes fixes for the sasl mappings on the replicas. Remaining features: - ssl for replication. - automatic configuration of mesh topology for master (or a simpler way to replicate multiple masters. - tool for view / configuring current replication.
* Introduce service base class and clean up ipa-server-installKarl MacMillan2007-11-051-0/+2
| | | | | | | | | | | | 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.
* merge initial radius workJohn Dennis2007-11-031-0/+1
|
* NTP configuration for client and server.Karl MacMillan2007-11-011-0/+1
| | | | | | | | Configure ipa servers as an ntp server and clients to (by default) us the ipa server as an ntp server. Also corrected the messages about which ports should be opened.
* Add httpinstance.pyRob Crittenden2007-10-181-0/+1
|
* Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-171-0/+17