#49866 Add password policy functionality to CLI/UI
Closed: wontfix 4 years ago by mreynolds. Opened 5 years ago by mreynolds.

Issue Description

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


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

5 years ago

Metadata Update from @spichugi:
- Custom field reviewstatus adjusted to ack (was: review)

5 years ago

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,

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,

William

Metadata Update from @spichugi:
- Issue assigned to spichugi (was: mreynolds)

5 years ago

Metadata Update from @spichugi:
- Custom field reviewstatus adjusted to review (was: ack)

5 years ago

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

1088afb..d08102c 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)

4 years ago

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.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: fixed)

3 years ago

Login to comment on this ticket.

Metadata