Wednesday, June 7, 2017

[389-commits] [lib389] branch master updated (4b97c75 -> ede3dc0)

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

firstyear pushed a change to branch master
in repository lib389.

from 4b97c75 Ticket 50 - Add db2* tasks to dsctl
new ede3dc0 Issue 31 - Initial MemberOf plugin support

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
cli/dsconf | 2 +
lib389/_mapped_object.py | 9 +
lib389/cli_conf/plugin.py | 15 +
lib389/{idm => cli_conf/plugins}/__init__.py | 0
lib389/cli_conf/plugins/memberof.py | 240 ++++++++++++
lib389/plugins.py | 94 +++++
lib389/{idm => tests/cli/conf_plugins}/__init__.py | 0
lib389/tests/cli/conf_plugins/memberof_test.py | 422 +++++++++++++++++++++
8 files changed, 782 insertions(+)
copy lib389/{idm => cli_conf/plugins}/__init__.py (100%)
create mode 100644 lib389/cli_conf/plugins/memberof.py
copy lib389/{idm => tests/cli/conf_plugins}/__init__.py (100%)
create mode 100644 lib389/tests/cli/conf_plugins/memberof_test.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

No comments:

Post a Comment