Bug 27586

Summary: umc-command authentication failed Traceback
Product: UCS Reporter: Florian Best <best>
Component: UMC (Generic)Assignee: UMC maintainers <umc-maintainers>
Status: RESOLVED DUPLICATE QA Contact:
Severity: minor    
Priority: P5 CC: klaeser
Version: UCS 3.0   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
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): Error handling
Max CVSS v3 score:

Description Florian Best univentionstaff 2012-06-15 09:30:19 CEST
root@master:~# umc-command -U wrongusername -P univention /foobar
Traceback (most recent call last):
  File "/usr/sbin/umc-command", line 270, in <module>
    notifier.loop()
  File "/usr/lib/pymodules/python2.6/notifier/nf_generic.py", line 284, in loop
    step()
  File "/usr/lib/pymodules/python2.6/notifier/nf_generic.py", line 271, in step
    not __sockets[ cond ][ fd ]( sock_obj ):
  File "/usr/lib/pymodules/python2.6/univention/management/console/protocol/client.py", line 292, in _recv
    self._handle( response )
  File "/usr/lib/pymodules/python2.6/univention/management/console/protocol/client.py", line 309, in _handle
    status_description( response.status ) )
  File "/usr/lib/pymodules/python2.6/notifier/signals.py", line 75, in signal_emit
    self.__signals[ signal ].emit( *args )
  File "/usr/lib/pymodules/python2.6/notifier/signals.py", line 41, in emit
    cb( *args )
  File "/usr/sbin/umc-command", line 142, in _authenticated
    raise Exception( 'error: authentication failed' )
Exception: error: authentication failed

Der Traceback in umc-commadn könnte abgefangen werden
Comment 1 Florian Best univentionstaff 2014-12-18 13:50:50 CET
This was fixed when working on Bug #37367.

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