Bug 57325 - udm/query (dns/dns): ldap.NOT_SUPPORTED
udm/query (dns/dns): ldap.NOT_SUPPORTED
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC - DNS
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2024-05-24 09:56 CEST by Mika Westphal
Modified: 2024-05-24 09:56 CEST (History)
0 users

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: 2024022521000035
Bug group (optional): 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 Mika Westphal univentionstaff 2024-05-24 09:56:34 CEST
Version: 5.0-6 errata962

Error:
Interner Server-Fehler in "udm/query (dns/dns)".
Request: udm/query (dns/dns)

Traceback (most recent call last):
  File "%PY3%/univention/management/console/modules/decorators.py", line 259, in _run
    result = self._function(*args, **kwargs)  # type: Union[BaseException, _T]
  File "%PY3%/univention/management/console/modules/udm/__init__.py", line 611, in query
    module = self.get_module(object_type, obj.dn)
  File "%PY3%/univention/management/console/modules/udm/__init__.py", line 224, in get_module
    return get_module(flavor, ldap_dn, self.get_ldap_connection()[0])
  File "%PY3%/univention/management/console/modules/udm/udm_ldap.py", line 1203, in get_module
    return _get_module(flavor, ldap_dn, None, ldap_connection, ldap_position)
  File "%PY3%/univention/management/console/modules/udm/udm_ldap.py", line 1219, in _get_module
    modules = udm_modules.objectType(None, ldap_connection, ldap_dn, attributes, module_base=base)
  File "%PY3%/univention/admin/modules.py", line 1015, in objectType
    attr = lo.get(dn)
  File "%PY3%/univention/admin/uldap.py", line 636, in get
    return self.lo.get(dn, attr, required)
  File "%PY3%/univention/uldap.py", line 217, in _decorated
    if self.whoami():  # the connection is still bound and valid
  File "%PY3%/univention/uldap.py", line 365, in whoami
    dn = self.lo.whoami_s()
  File "%PY3%/ldap/ldapobject.py", line 1262, in whoami_s
    return self._apply_method_s(SimpleLDAPObject.whoami_s,*args,**kwargs)
  File "%PY3%/ldap/ldapobject.py", line 1197, in _apply_method_s
    return func(self,*args,**kwargs)
  File "%PY3%/ldap/ldapobject.py", line 908, in whoami_s
    return self._ldap_call(self._l.whoami_s,serverctrls,clientctrls)
  File "%PY3%/ldap/ldapobject.py", line 329, in _ldap_call
    reraise(exc_type, exc_value, exc_traceback)
  File "%PY3%/ldap/compat.py", line 44, in reraise
    raise exc_value
  File "%PY3%/ldap/ldapobject.py", line 313, in _ldap_call
    result = func(*args,**kwargs)
ldap.NOT_SUPPORTED: {'desc': 'Not Supported'}