Univention Bugzilla – Attachment 2839 Details for
Bug 14827
Traceback nach überschrittenem Timeout beim suchen von Home-Shares
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch gegen UCS 2.2
bug14827.patch (text/plain), 997 bytes, created by
Janis Meybohm
on 2010-11-19 10:52:52 CET
(
hide
)
Description:
Patch gegen UCS 2.2
Filename:
MIME Type:
Creator:
Janis Meybohm
Created:
2010-11-19 10:52:52 CET
Size:
997 bytes
patch
obsolete
>Index: /usr/share/pycentral/python-univention-directory-manager/site-packages/univention/admin/uldap.py >=================================================================== >--- /usr/share/pycentral/python-univention-directory-manager/site-packages/univention/admin/uldap.py (Revision 12393) >+++ /usr/share/pycentral/python-univention-directory-manager/site-packages/univention/admin/uldap.py (Revision 12425) >@@ -312,6 +312,10 @@ > except ldap.INAPPROPRIATE_MATCHING, msg: > raise univention.admin.uexceptions.insufficientInformation, msg[0]['desc'] > except ldap.LDAPError, msg: >+ # workaround for bug 14827 ==> msg tuple seems to be empty >+ if not msg: >+ univention.debug.debug(univention.debug.ADMIN, univention.debug.ERROR, 'uldap.searchDn: ldapError occured: msg=' % str(msg)) >+ raise univention.admin.uexceptions.ldapError, str(msg) > raise univention.admin.uexceptions.ldapError, msg[0]['desc'] > > def getPolicies(self, dn, policies=[], attrs={}, result={}, fixedattrs={}):
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 14827
: 2839