summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/replication.py
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to initialize a replication agreementRob Crittenden2008-03-071-0/+19
| | | | | | | | Add ability to force a synch to occur Clean up a lot of unused code in ipaldap.py. This lets us do a simple bind without being root (it used to try to read dse.ldif) 436237
* Add some error handling for LDAP connection issuesRob Crittenden2008-02-191-9/+15
| | | | | | Verify the DM password earlier in the process 433368
* memberOf attribute should not be replicatedRob Crittenden2008-02-181-0/+1
| | | | Resolves 430017
* 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-1/+1
| | | | | | | No longer create a PKCS#12 file that contains the CA No longer send the entire CA to each replica, generate the SSL certs on master Fix number of bugs in ipa-replica-install and prepare Produce status output during replica creation
* - Enable ssl for replication.Karl MacMillan2007-12-211-3/+7
| | | | | - Add replication management script that allows listing adding, and deleting replicas.
* Convert replication to use the new cert infrastructure andKarl MacMillan2007-12-201-15/+10
| | | | | | correctly issue certs from the same authority. Also remove support for read-only replicas since that work will not be finished and tested for 1.0.
* Added replication.pyKarl MacMillan2007-11-211-0/+316