Bug 30814 - Traceback in license module if license with wrong ldap base has been uploaded
Traceback in license module if license with wrong ldap base has been uploaded
Status: RESOLVED DUPLICATE of bug 32160
Product: UCS
Classification: Unclassified
Component: UMC - Domain management (Generic)
UCS 3.1
Other Linux
: P3 minor (vote)
: ---
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-18 17:09 CET by Felix Botner
Modified: 2013-08-15 17:31 CEST (History)
1 user (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): Usability
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Botner univentionstaff 2013-03-18 17:09:05 CET
upload via the file browser dialog:

Die Ausführung des Kommandos udm/license/import ist fehlgeschlagen:

Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/univention/management/console/modules/__init__.py", line 204, in execute
func( request )
File "/usr/lib/pymodules/python2.6/univention/management/console/modules/udm/udm_ldap.py", line 175, in wrapper_func
ret = func( *args, **kwargs )
File "/usr/lib/pymodules/python2.6/univention/management/console/modules/udm/__init__.py", line 246, in license_import
importer = LicenseImport( open( filename, 'rb' ) )
IOError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/var/tmp/univention-management-console-frontend/136362271563079-145s3MqH'

upload via the input field:

Die Ausführung des Kommandos udm/license/import ist fehlgeschlagen:

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/__init__.py", line 204, in execute
    func( request )
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/udm/udm_ldap.py", line 175, in wrapper_func
    ret = func( *args, **kwargs )
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/udm/__init__.py", line 255, in license_import
    importer.write( self._user_dn, self._password )
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/udm/tools.py", line 95, in write
    ldap_con.add_s( self.dn, self.addlist )
  File "/usr/lib/python2.6/dist-packages/ldap/ldapobject.py", line 194, in add_s
    return self.result(msgid,all=1,timeout=self.timeout)
  File "/usr/lib/python2.6/dist-packages/ldap/ldapobject.py", line 422, in result
    res_type,res_data,res_msgid = self.result2(msgid,all,timeout)
  File "/usr/lib/python2.6/dist-packages/ldap/ldapobject.py", line 426, in result2
    res_type, res_data, res_msgid, srv_ctrls = self.result3(msgid,all,timeout)
  File "/usr/lib/python2.6/dist-packages/ldap/ldapobject.py", line 432, in result3
    ldap_result = self._ldap_call(self._l.result3,msgid,all,timeout)
  File "/usr/lib/python2.6/dist-packages/ldap/ldapobject.py", line 96, in _ldap_call
    result = func(*args,**kwargs)
UNWILLING_TO_PERFORM: {'info': 'no global superior knowledge', 'desc': 'Server is unwilling to perform'}
Comment 1 Janis Meybohm univentionstaff 2013-08-15 17:31:59 CEST
Duplicate in favour of bug32160 (because it's in english)

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