Bug 20584 - Defekter NTLM-Hash von Passwortdienst führt zu Traceback
Defekter NTLM-Hash von Passwortdienst führt zu Traceback
Status: RESOLVED WORKSFORME
Product: UCS
Classification: Unclassified
Component: AD Connector
UCS 2.3
Other Linux
: P5 normal (vote)
: UCS 2.x
Assigned To: Bugzilla Mailingliste
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-03 10:50 CET by Moritz Muehlenhoff
Modified: 2011-10-06 13:42 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 Moritz Muehlenhoff univentionstaff 2010-11-03 10:50:27 CET
Der Passwortdienst lieferte einen fehlerhaften Passwort-Hash zurück: (die Hashes stehen an Ticket 201009231001855). Das führte zu folgendem Traceback und offenbar zu einem Ping-Pong-Effekt, der den Speicherverbrauch stark ansteigen liess:

sync failed, saved as rejected
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/univention/connector/__init__.py", line 568, in __sync_file_from_ucs
    if ((old_dn and not self.sync_from_ucs(key, object, premapped_ucs_dn, unicode(old_dn,'utf8')))
  File "/usr/lib/python2.4/site-packages/univention/connector/ad/__init__.py", line 1879, in sync_from_ucs
    f(self, property_type, object)
  File "/usr/lib/python2.4/site-packages/univention/connector/ad/password.py", line 191, in password_sync_ucs
    pwd_ad = pwd_ad_res[12:].split(':')[1].strip().upper()
IndexError: list index out of range

Eventuelle Fehler im Splitten des pwd_ad sollten abgefangen werden.
Comment 1 Moritz Muehlenhoff univentionstaff 2010-11-03 11:13:37 CET
Das Ticket ist 2010092310018555
Comment 2 Stefan Gohmann univentionstaff 2010-11-11 09:41:58 CET
In diesem Fehlerfall scheint die temporäre Exe-Datei nicht gelöscht zu werden, siehe Bug #20584.
Comment 3 Stefan Gohmann univentionstaff 2011-10-06 13:42:14 CEST
Das ist meines Wissens schon länger behoben. Wenn das noch auftritt, dann bitte den Bug wieder öffnen.