Bug 28697 - Temporäre Objekte bleiben liegen
Temporäre Objekte bleiben liegen
Status: RESOLVED DUPLICATE of bug 20631
Product: UCS
Classification: Unclassified
Component: UDM (Generic)
UCS 3.0
Other Linux
: P3 normal (vote)
: UCS 3.x
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-04 17:23 CEST by Stefan Gohmann
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 Stefan Gohmann univentionstaff 2012-10-04 17:23:29 CEST
Wenn ich über den Connector versuche einen Benutzer in einem noch nicht vorhandenen Container anzulegen, dann werden die temporären Objekte bereits erzeugt aber nicht wieder aufgeräumt:

25.09.2012 23:07:13,639 LDAP        (ERROR  ): Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/univention/s4connector/__init__.py", line 1294, in sync_to_ucs
    result = self.add_in_ucs(property_type, object, module, position)
  File "/usr/lib/pymodules/python2.6/univention/s4connector/__init__.py", line 1162, in add_in_ucs
    return ucs_object.create() and self.__modify_custom_attributes(property_type, object, ucs_object, module, position)
  File "/usr/lib/pymodules/python2.6/univention/admin/handlers/__init__.py", line 331, in create
    return self._create()
  File "/usr/lib/pymodules/python2.6/univention/admin/handlers/__init__.py", line 702, in _create
    self.lo.add(self.dn, al)
  File "/usr/lib/pymodules/python2.6/univention/admin/uldap.py", line 383, in add
    raise univention.admin.uexceptions.ldapError, _err2str(msg)
ldapError: No such object

Und etwas später:

25.09.2012 23:07:14,280 LDAP        (ERROR  ): Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/univention/s4connector/__init__.py", line 1294, in sync_to_ucs
    result = self.add_in_ucs(property_type, object, module, position)
  File "/usr/lib/pymodules/python2.6/univention/s4connector/__init__.py", line 1162, in add_in_ucs
    return ucs_object.create() and self.__modify_custom_attributes(property_type, object, ucs_object, module, position)
  File "/usr/lib/pymodules/python2.6/univention/admin/handlers/__init__.py", line 331, in create
    return self._create()
  File "/usr/lib/pymodules/python2.6/univention/admin/handlers/__init__.py", line 628, in _create
    al=self._ldap_addlist()
  File "/usr/lib/pymodules/python2.6/univention/admin/handlers/users/user.py", line 1827, in _ldap_addlist
    raise univention.admin.uexceptions.uidAlreadyUsed, ': %s' % username
uidAlreadyUsed: : dhdmvdmw

Das Problem kann teilweise mit dem S4 Connector Testskript 89sync_ad_move_container reproduziert werden.
Comment 1 Stefan Gohmann univentionstaff 2013-04-04 06:53:49 CEST

*** This bug has been marked as a duplicate of bug 20631 ***