Cannot declare itself as another username with CUPS server
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Common Print Dialog |
New
|
Wishlist
|
Unassigned | ||
cups (Ubuntu) |
Invalid
|
Wishlist
|
Unassigned |
Bug Description
Originally posted on http://
> I'm using CUPS to print on an enterprise network. The job gets submitted fine, but I need to submit it as another username. Now I'm `jon` but I need to send it as say `jonallard`.
>
> On the command line, one could print as such
>
> lp -U jonallard -d printer1 file.ext
>
> How do I customize the *username* part when using the GUI printing dialogs and the Printing system settings?
>
> It is possible that it isn't, in fact, possible to add this username to the Ubuntu print config. If so, where should I ask for an improvement?"
Martin Owens -doctormo-
Is this a bug or is there some hidden place to put this username or should it be improved?
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: system-
ProcVersionSign
Uname: Linux 2.6.38-11-generic x86_64
NonfreeKernelMo
Architecture: amd64
CupsErrorLog:
Date: Thu Sep 22 16:17:38 2011
ExecutablePath: /usr/share/
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
InterpreterPath: /usr/bin/python2.7
Lpstat: device for uprint-mono: ipp://cups.
MachineType: LENOVO 427637U
PackageArchitec
Papersize: letter
PpdFiles: uprint-mono: Generic PCL Laser Printer
ProcEnviron:
LANGUAGE=en_CA:en
LANG=en_CA.UTF-8
SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=
SourcePackage: system-
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/13/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8BET44WW (1.24 )
dmi.board.
dmi.board.name: 427637U
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.
dmi.modalias: dmi:bvnLENOVO:
dmi.product.name: 427637U
dmi.product.
dmi.sys.vendor: LENOVO
What you could try is to edit the URIs in the /etc/cups/ printers. conf file. Stop CUPS, edit the file and after that start CUPS.
You have to edit the URIs adding "<USER>@" before the host name.
Turn
ipp://cups. ncs.mcgill. ca:631/ printers/ mcgill_ mono
into
ipp://<email address hidden> :631/printers/ mcgill_ mono
Does this work for you?