Univention Bugzilla – Attachment 9164 Details for
Bug 44905
Disabling UMC module autosearch has no consequence to sizelimit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
44905.patch (text/plain), 827 bytes, created by
Florian Best
on 2017-09-01 11:06:55 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2017-09-01 11:06:55 CEST
Size:
827 bytes
patch
obsolete
>diff --git a/management/univention-management-console-module-udm/umc/python/udm/udm_ldap.py b/management/univention-management-console-module-udm/umc/python/udm/udm_ldap.py >index 449477d..5477dbb 100644 >--- a/management/univention-management-console-module-udm/umc/python/udm/udm_ldap.py >+++ b/management/univention-management-console-module-udm/umc/python/udm/udm_ldap.py >@@ -1142,7 +1142,7 @@ def info_syntax_choices(syn, options={}): > if filter_s is not None: > try: > size += len(module.search(filter=filter_s, simple=not syn.use_objects)) >- except udm_errors.ldapSizelimitExceeded: >+ except (udm_errors.ldapSizelimitExceeded, SearchLimitReached): > return {'performs_well': True, 'size_limit_exceeded': True} > return {'size': size, 'performs_well': True} > return {'size': 0, 'performs_well': False}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 44905
: 9164