Univention Bugzilla – Attachment 10368 Details for
Bug 51306
ldapError: Bad search filter: (&(objectClass=univentionPrinterModels)(printerModel="eigeneTreiber\Lexmark.ppd*))
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
51306.patch (text/plain), 937 bytes, created by
Florian Best
on 2020-05-18 16:50:39 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2020-05-18 16:50:39 CEST
Size:
937 bytes
patch
obsolete
>diff --git management/univention-directory-manager-modules/modules/univention/admin/handlers/shares/printer.py management/univention-directory-manager-modules/modules/univention/admin/handlers/shares/printer.py >index 5c07a746f3..fd7d67317d 100644 >--- management/univention-directory-manager-modules/modules/univention/admin/handlers/shares/printer.py >+++ management/univention-directory-manager-modules/modules/univention/admin/handlers/shares/printer.py >@@ -253,7 +253,7 @@ class object(univention.admin.handlers.simpleLdap): > def open(self): > # find the producer > univention.admin.handlers.simpleLdap.open(self) >- models = printermodel.lookup(self.co, self.lo, 'printerModel="%s*' % self['model']) >+ models = printermodel.lookup(self.co, self.lo, filter_format('printerModel="%s*', [self['model']])) > ud.debug(ud.ADMIN, ud.INFO, "printermodel: %s" % str(models)) > if not models or len(models) > 1: > self['producer'] = []
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 51306
: 10368