#249 [RFE] [CRM#2027194] adding Account Usable Request Control '1.3.6.1.4.1.42.2.27.9.5.8' in RHDS
Closed: wontfix None Opened 12 years ago by rmeggins.

https://bugzilla.redhat.com/show_bug.cgi?id=611438
commit changeset:96663b0/389-ds-base
Author: Nathan Kinder nkinder@redhat.com
Date: Mon Aug 22 14:28:01 2011 -0700
This adds support for the account usability request and response
controls that are used by Solaris clients. This control allows
one to check if an account is usable without actually performing
a bind attempt as that entry. The OpenDS documentation describes
the control in greater detail.

Various information about the password policy is returned in the
response control.  To allow the new plug-in to get the password
policy info (and to make password policy checks), I added some
new SLAPI functions around password policies.  I did this in such
a way that we can add support for password policy plug-ins in the
future if we expand upon this new API.  The password policy is
represented by an opaque Slapi_PWPolicy struct, which is currently
just our internal pwpolicy struct.  This will allow password policy
plug-ins to have their own struct that meets their needs if we add
support for constructor and destructor callbacks.

By default, we only allow the root DN to use this control, though
one can set an aci in the control entry under cn=features to allow
others to use the control.

Added initial screened field value.

Metadata Update from @nkinder:
- Issue assigned to rmeggins
- Issue set to the milestone: 1.2.10

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

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