summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Update files for the schema compatibility plugin and RFC4876 profilesRob Crittenden2008-09-121-0/+1
| | | | | | | | | | | | | | | Also handle syntax errors a bit more gracefully and allow the updater to work on more than one file at a time. Adjust to new config.py and use a custom exception class for syntax errors. Also fix a error in parsing the separate files Include slapi-nis in Requires Includes work provided by Martin Nagy 460055
* Add small script to start/stop all of the services that IPA requires in theRob Crittenden2008-02-281-0/+1
| | | | | | proper order. 435026
* - Enable ssl for replication.Karl MacMillan2007-12-211-0/+1
| | | | | - Add replication management script that allows listing adding, and deleting replicas.
* Move radius server components into a separate package.Karl MacMillan2007-12-121-1/+0
|
* User provided certs.Karl MacMillan2007-12-121-0/+1
|
* Remove radius from main install script and addKarl MacMillan2007-12-121-0/+1
| | | | ipa-radius-install.
* Convert the setup of ssl from a shell script to aKarl MacMillan2007-12-061-6/+0
| | | | | 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.
* Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-171-0/+24