#50313 Making an NestedRoleDefinition type in src/lib389/lib389/idm/role.py
Closed: wontfix by aborah. Opened by aborah.

Issue Description:

Making an NestedRoleDefinition type in src/lib389/lib389/idm/nsrole.py

class NestedRoleDefinitions(DSLdapObjects):
"""DSLdapObjects that represents all NestedRoleDefinitions entries in suffix.

    This instance is used mainly for search operation  NestedRoleDefinitions role
    :param instance: An instance
    :type instance: lib389.DirSrv
    :param basedn: Suffix DN
    :type basedn: str
    :param rdn: The DN that will be combined wit basedn
    :type rdn: str
    """
def __init__(self, instance, basedn):
    super(NestedRoleDefinitions, self).__init__(instance)
    self._objectclasses = [
        'top',
        'nsRoleDefinition',
        'nsComplexRoleDefinition',
        'nsNestedRoleDefinition'
    ]
    self._filterattrs = ['cn']
    self._basedn = basedn
    self._childobject = NestedRoleDefinition

Metadata Update from @mreynolds:
- Custom field origin adjusted to None
- Custom field reviewstatus adjusted to None
- Issue set to the milestone: 1.4.1

Metadata Update from @aborah:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

@aborah Please link the fix (the commit, optionally the PR). Thanks.

PR: https://pagure.io/389-ds-base/pull-request/50314

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

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)

Metadata