Tuesday, September 4, 2018

[389-commits] [389-ds-base] 01/01: Ticket 49866 - fix typo in cos template in pwpolicy subtree create

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

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

commit c64f7fb135a07cb9056a578eeeae98c6553e0267
Author: Mark Reynolds <mreynolds@redhat.com>
Date: Tue Sep 4 09:33:18 2018 -0400

Ticket 49866 - fix typo in cos template in pwpolicy subtree create

Description: Typo in the pwdpolicy subentry attribute name

https://pagure.io/389-ds-base/issue/49866

Reviewed by: mreynodls(one line commit rule)
---
src/lib389/lib389/pwpolicy.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib389/lib389/pwpolicy.py b/src/lib389/lib389/pwpolicy.py
index dd4669b..0f152b9 100644
--- a/src/lib389/lib389/pwpolicy.py
+++ b/src/lib389/lib389/pwpolicy.py
@@ -178,7 +178,7 @@ class PwPolicyManager(object):
# that has the pwdpolicysubentry value pointing to the above (nsPwPolicyEntry) entry
cos_templates = CosTemplates(self._instance, pwp_container.dn)
cos_template = cos_templates.create(properties={'cosPriority': '1',
- 'pwpolicysubentry': pwp_entry.dn,
+ 'pwdpolicysubentry': pwp_entry.dn,
'cn': 'cn=nsPwTemplateEntry,%s' % dn})

# The CoS specification entry at the subtree level

--
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