Friday, September 14, 2018

[389-commits] [389-ds-base] branch master updated (e59b309 -> 4881826)

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a change to branch master
in repository 389-ds-base.

from e59b309 Ticket 49887: Clean thread local usage
adds 4881826 Ticket 49926 - Add replication functionality to dsconf

No new revisions were added by this update.

Summary of changes:
ldap/servers/plugins/replication/repl5_agmt.c | 5 +-
src/lib389/cli/dsconf | 2 +
src/lib389/lib389/__init__.py | 43 +-
src/lib389/lib389/_mapped_object.py | 4 +-
src/lib389/lib389/_replication.py | 8 +
src/lib389/lib389/agreement.py | 345 +++++++-
src/lib389/lib389/changelog.py | 7 +-
src/lib389/lib389/cli_conf/backend.py | 24 +-
src/lib389/lib389/cli_conf/pwpolicy.py | 2 +-
src/lib389/lib389/cli_conf/replication.py | 1046 +++++++++++++++++++++++++
src/lib389/lib389/pwpolicy.py | 11 +-
src/lib389/lib389/replica.py | 67 +-
12 files changed, 1490 insertions(+), 74 deletions(-)
create mode 100644 src/lib389/lib389/cli_conf/replication.py

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org

No comments:

Post a Comment