Your message dated Thu, 9 Mar 2017 19:22:49 +0000
with message-id <[email protected]>
and subject line Re: Bug#618793: cups: [PATCH] Add LDAP browse filter for LDAP
printer sharing
has caused the Debian Bug report #618793,
regarding cups: [PATCH] Add LDAP browse filter for LDAP printer sharing
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
618793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618793
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cups
Version 1.4.4-7
Severity: wishlist
Tags: patch
Hi,
This wishlist bug is basically a repost of CUPS STR #3775 for the benefit
of Debian users, given the patch hasn't made it upstream due to copyright
assignment issues.
The attached patch adds a new BrowseLDAPFilter config option for LDAP
printer sharing on the client side.
This LDAP filter, if defined, is ANDed with the default
(objectClass=cupsPrinter) filter when searching for shared printers.
We have 2 CUPS servers sharing a few hundreds printers and we use this
filter to reduce the number of printers shown on the client side based on
keywords in the printerLocation attribute:
BrowseLDAPFilter (printerLocation=Site1*)
Without this, our users would see hundreds of printers in their print
panel, which would be downright unusable.
Note that for this filter to work, the schema must be altered to specify a
matching rule for substrings on printerLocation and a proper index must be
added (sub index on printerLocation).
Patch is against 1.4.4.
JB.
--
Consultant INTM - Debian Developer - TMI Calibre
EDF - DSP - CSP IT - ITS Rhône Alpes - C4S - CCNPS
04 69 65 68 56
Ce message et toutes les pièces jointes (ci-après le 'Message') sont établis à
l'intention exclusive des destinataires et les informations qui y figurent sont
strictement confidentielles. Toute utilisation de ce Message non conforme à sa
destination, toute diffusion ou toute publication totale ou partielle, est
interdite sauf autorisation expresse.
Si vous n'êtes pas le destinataire de ce Message, il vous est interdit de le
copier, de le faire suivre, de le divulguer ou d'en utiliser tout ou partie. Si
vous avez reçu ce Message par erreur, merci de le supprimer de votre système,
ainsi que toutes ses copies, et de n'en garder aucune trace sur quelque support
que ce soit. Nous vous remercions également d'en avertir immédiatement
l'expéditeur par retour du message.
Il est impossible de garantir que les communications par messagerie
électronique arrivent en temps utile, sont sécurisées ou dénuées de toute
erreur ou virus.
____________________________________________________
This message and any attachments (the 'Message') are intended solely for the
addressees. The information contained in this Message is confidential. Any use
of information contained in this Message not in accord with its purpose, any
dissemination or disclosure, either whole or partial, is prohibited except
formal approval.
If you are not the addressee, you may not copy, forward, disclose or use any
part of it. If you have received this message in error, please delete it and
all copies from your system and notify the sender immediately by return message.
E-mail communication cannot be guaranteed to be timely secure, error or
virus-free.
ldap_sharing_browse_filter.patch
Description: Binary data
--- End Message ---
--- Begin Message ---
On Fri 18 Mar 2011 at 15:42:37 +0100, Julien-externe BLACHE wrote:
> This wishlist bug is basically a repost of CUPS STR #3775 for the benefit
> of Debian users, given the patch hasn't made it upstream due to copyright
> assignment issues.
>
> The attached patch adds a new BrowseLDAPFilter config option for LDAP
> printer sharing on the client side.
>
> This LDAP filter, if defined, is ANDed with the default
> (objectClass=cupsPrinter) filter when searching for shared printers.
>
> We have 2 CUPS servers sharing a few hundreds printers and we use this
> filter to reduce the number of printers shown on the client side based on
> keywords in the printerLocation attribute:
>
> BrowseLDAPFilter (printerLocation=Site1*)
>
> Without this, our users would see hundreds of printers in their print
> panel, which would be downright unusable.
>
> Note that for this filter to work, the schema must be altered to specify a
> matching rule for substrings on printerLocation and a proper index must be
> added (sub index on printerLocation).
>
> Patch is against 1.4.4.
I think it could be wishful thinking to expect this enhancement request
to be fulfilled any time soon, especially as it was intended for a now
unsupported cups version. Should we carry this bug report in the BTS
indefinitely? I think not; hence closing. Sorry.
Regards,
Brian.
--- End Message ---