Bug 33967 - Default Containers: Removing checkmark on one container removes them for all containers
Default Containers: Removing checkmark on one container removes them for all ...
Status: RESOLVED INVALID
Product: UCS
Classification: Unclassified
Component: UDM (Generic)
UCS 3.2
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-22 13:22 CET by Dirk Wiesenthal
Modified: 2018-04-13 13:28 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
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 Dirk Wiesenthal univentionstaff 2014-01-22 13:22:35 CET
Problem is containers/cn.py

_ldap_post_modify, _ldap_post_create, _ldap_*:

  changes.append((self.ldapKeys[i],self.dn,''))
  [...]
  self.lo.modify(self.default_dn,changes)

same for containers/ou.py
Comment 1 Stefan Gohmann univentionstaff 2014-02-06 08:53:41 CET
I'm unable to reproduce it. Do you have a test case?
Comment 2 Florian Best univentionstaff 2017-02-10 13:43:47 CET
@Dirk: seems invalid.