Bug 51893 - udm/put (oxmail/oxmail): TypeError: append() takes exactly one argument (3 given)
udm/put (oxmail/oxmail): TypeError: append() takes exactly one argument (3 gi...
Status: VERIFIED DUPLICATE of bug 51775
Product: UCS
Classification: Unclassified
Component: UDM (Generic)
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: Mika Westphal
Florian Best
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-08-24 10:46 CEST by Christian Castens
Modified: 2023-02-22 14:35 CET (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: 2020080421000179, 2022110921000301
Bug group (optional): bitesize, Error handling, External feedback
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Castens univentionstaff 2020-08-24 10:46:27 CEST
Version: 4.4-5 errata686 (Blumenthal)

Remark: Habe einen Imap-Folder erstellt und wenn ich die E-Mailadresse angebe erhalte ich die Fehlermeldung sobald ich die Änderung speicher.

Error:
Interner Server-Fehler in "udm/put (oxmail/oxmail)".
Request: udm/put (oxmail/oxmail)

  File "%PY2.7%/notifier/threads.py", line 80, in _run
    result = self._function()
  File "%PY2.7%/notifier/__init__.py", line 104, in __call__
    return self._function(*tmp, **self._kwargs)
  File "%PY2.7%/univention/management/console/modules/udm/__init__.py", line 440, in _thread
    module.modify(properties)
  File "%PY2.7%/univention/management/console/modules/udm/udm_ldap.py", line 645, in modify
    obj.modify()
  File "%PY2.7%/univention/admin/handlers/__init__.py", line 650, in modify
    dn = self._modify(modify_childs, ignore_license=ignore_license, response=response)
  File "%PY2.7%/univention/admin/handlers/__init__.py", line 1321, in _modify
    ml = self._ldap_modlist()
  File "%PY2.7%/univention/admin/handlers/oxmail/oxfolder.py", line 251, in _ldap_modlist
    ['univentioninternalpostuser+shared/%s@%s' % (self['name'], self['mailDomain'])]
TypeError: append() takes exactly one argument (3 given)

Role: domaincontroller_backup
Comment 1 Mika Westphal univentionstaff 2022-11-09 14:11:39 CET
Version: 4.4-8 errata1185 (Blumenthal)

Remark: Fehler trat beim Anlegen eines IMAP-Ordners auf

Error:
Interner Server-Fehler in "udm/add (oxmail/oxmail)".
Request: udm/add (oxmail/oxmail)

  File "%PY2.7%/notifier/threads.py", line 80, in _run
    result = self._function()
  File "%PY2.7%/notifier/__init__.py", line 104, in __call__
    return self._function(*tmp, **self._kwargs)
  File "%PY2.7%/univention/management/console/modules/udm/__init__.py", line 402, in _thread
    dn = module.create(properties, container=options.get('container'), superordinate=options.get('superordinate'))
  File "%PY2.7%/univention/management/console/modules/udm/udm_ldap.py", line 566, in create
    obj.create()
  File "%PY2.7%/univention/admin/handlers/__init__.py", line 557, in create
    dn = self._create(response=response, serverctrls=serverctrls)
  File "%PY2.7%/univention/admin/handlers/__init__.py", line 1258, in _create
    al.extend(self._ldap_modlist())
  File "%PY2.7%/univention/admin/handlers/oxmail/oxfolder.py", line 251, in _ldap_modlist
    ['univentioninternalpostuser+shared/%s@%s' % (self['name'], self['mailDomain'])]
TypeError: append() takes exactly one argument (3 given)

Role: domaincontroller_backup