dsconf needs to be able to set password policy settings for both the global password policy and local polices (subtree & user).
Then we need to get backend functionality working in the UI password policies pages
https://pagure.io/389-ds-base/pull-request/49876
Metadata Update from @mreynolds: - Custom field component adjusted to None - Custom field origin adjusted to None - Custom field reviewstatus adjusted to review - Custom field type adjusted to None - Custom field version adjusted to None
Metadata Update from @spichugi: - Custom field reviewstatus adjusted to ack (was: review)
On Mon, 2018-08-06 at 21:55 +0000, Simon Pichugin wrote:
If you ack this, I think it's important to open a rewrite-fix up ticket to improve this library.
spichugi updated issue. Custom field reviewstatus adjusted to ack (was: review) https://pagure.io/389-ds-base/issue/49866 Sincerely,
spichugi updated issue.
spichugi
Custom field reviewstatus adjusted to ack (was: review)
Sincerely,
William
@firstyear, we can just keep this ticket open and assign it to Simon. He's going to work on it right away
Awesome, I'm happy to review and help out with the design of this too.
-- Sincerely,
Metadata Update from @spichugi: - Issue assigned to spichugi (was: mreynolds)
https://pagure.io/389-ds-base/pull-request/49923
Metadata Update from @spichugi: - Custom field reviewstatus adjusted to review (was: ack)
Typo found by covscan:
diff --git a/src/lib389/lib389/pwpolicy.py b/src/lib389/lib389/pwpolicy.py index dd4669b6f..0f152b9ce 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
8857b1502..c64f7fb13 master -> master
1088afbb3..d08102cb5 389-ds-base-1.3.9 -> 389-ds-base-1.3.9
Update schema on 1.3.9
Metadata Update from @mreynolds: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This issue has been cloned to Github and is available here: - https://github.com/389ds/389-ds-base/issues/2925
If you want to receive further updates on the issue, please navigate to the github issue and click on subscribe button.
subscribe
Thank you for understanding. We apologize for all inconvenience.
Metadata Update from @spichugi: - Issue close_status updated to: wontfix (was: fixed)