#50227 Making an cosClassicDefinition type in src/lib389/lib389/cos.py
Closed: wontfix 5 years ago by aborah. Opened 5 years ago by aborah.

Issue Description: Making an cosClassicDefinition type in src/lib389/lib389/cos.py

class cosClassicDefinition(DSLdapObject):

def __init__(self, instance, dn=None):
    super(cosClassicDefinition, self).__init__(instance, dn)
    self._rdn_attribute = 'cn'
    self._must_attributes = ['cn']
    self._create_objectclasses = [
        'top',
        'cossuperdefinition',
        'cosClassicDefinition',
    ]
    self._protected = False

As commented on :

https://pagure.io/389-ds-base/pull-request/50113#comment-75433


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

5 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/3286

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