Bug 50611 - ldapError: No such attribute: modify/delete: univentionGroupsObject: no such value
ldapError: No such attribute: modify/delete: univentionGroupsObject: no such ...
Status: NEW
Product: UCS
Classification: Unclassified
Component: UDM (Generic)
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on: 49408
Blocks:
  Show dependency treegraph
 
Reported: 2019-12-09 16:59 CET by Florian Best
Modified: 2019-12-09 17:00 CET (History)
9 users (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain: 0.171
Enterprise Customer affected?: Yes
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2019-12-09 16:59:41 CET
Side effect (Regression of Bug #49408):
removing many containers twice causes the following exception:

11.10.19 12:08:04.616  ADMIN       ( PROCESS ) : remove: subelement cn=groups,ou=oldschool,l=school,l=dev                      
11.10.19 12:08:04.621  ADMIN       ( ERROR   ) : remove: could not remove 'cn=groups,ou=oldschool,l=school,l=dev': ldapError: No such attribute: modify/delete: univentionGroupsObject: no such value
11.10.19 12:08:04.622  ADMIN       ( ERROR   ) : Traceback (most recent call last):                                               
  File "/usr/lib/pymodules/python2.7/univention/admin/handlers/__init__.py", line 1539, in _remove_subtree                         
    subobject.remove(remove_childs=True)                                                                                                                      
  File "/usr/lib/pymodules/python2.7/univention/admin/handlers/__init__.py", line 877, in remove
    return self._remove(remove_childs)                                                                    
  File "/usr/lib/pymodules/python2.7/univention/admin/handlers/__init__.py", line 1506, in _remove
    self._ldap_pre_remove()                                                                     
  File "/usr/lib/pymodules/python2.7/univention/admin/handlers/container/cn.py", line 255, in _ldap_pre_remove
    self.lo.modify(self.default_dn, changes)                                                      
  File "/usr/lib/pymodules/python2.7/univention/admin/uldap.py", line 902, in modify
    raise univention.admin.uexceptions.ldapError(_err2str(msg), original_exception=msg)                       
ldapError: No such attribute: modify/delete: univentionGroupsObject: no such value

+++ This bug was initially created as a clone of Bug #49408 +++