I've got this error message for my function who delete objectClass on an
entry
In this example i delete objectClass "person"
My function try to delete sn,telephoneNumber and seeAlso attributes...
cause the over are used by other schema.
I've got this error message
ldap.OBJECT_CLASS_VIOLATION: {'info': "object class 'inetOrgPerson'
requires attribute 'sn'", 'desc': 'Object class violation'}
But sn is not a required attribute for inetOrgPerson...
and inetOrgPerson schema response doesn't contain sn attribute...
|