Univention Bugzilla – Attachment 7540 Details for
Bug 40910
LDAP-"operational attributes" als extended attribute verfügbar machen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
extended.patch (text/plain), 444 bytes, created by
Kevin Dominik Korte
on 2016-03-16 20:19:35 CET
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Kevin Dominik Korte
Created:
2016-03-16 20:19:35 CET
Size:
444 bytes
patch
obsolete
>diff --git a/univention-python/modules/uldap.py b/univention-python/modules/uldap.py >index 627578c..7e0e500 100644 >--- a/univention-python/modules/uldap.py >+++ b/univention-python/modules/uldap.py >@@ -281,7 +281,9 @@ class access: > > def get(self, dn, attr=[], required=False): > '''returns ldap object''' >- >+ if len(attr) == 0: >+ attr.append('+') >+ attr.append('*') > if dn: > try: > result=self.lo.search_s( dn, ldap.SCOPE_BASE,
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 40910
: 7540