Hi all! I have a situtation that I want to get happening: We have just installed a colour photocopier with duplexing at a client's office. We're looking to have four printers pointing at this one device, with the following settings (one for each printer): * Black and White * Black and White, Duplexed * Colour * Colour Duplexed My question is, can we have server-side settings for this sort of thing? My reading of the rpcclient man page says that servers can contain settings, but I would like to be able to do the following: * Specify which users can modify the settings for themselves and those that can't * Specify which users can update the server-side settings * (If possible but highly unlikely) Specify which parts of the printer settings can be modified in the first case All responses that make me smarter welcome! Regards, Chris
Chris Nolan chris at itoperations.com.au> Thu Aug 14 10:30:35 GMT 2003 > > Hi all! > > I have a situtation that I want to get happening: > > We have just installed a colour photocopier with duplexing at a client's > office. We're looking to have four printers pointing at this one device,I guess you mean four print*queues*...> with the following settings (one for each printer): > > * Black and White > * Black and White, Duplexed > * Colour > * Colour Duplexed > > My question is, can we have server-side settings for this sort of thing?Yes. See http://www.linuxprinting.org/kpfeifle/SambaPrintHOWTO/Samba-HOWTO-Collection-3.0-PrintingChapter-11th-draft.html#11_2_10 http://www.linuxprinting.org/kpfeifle/SambaPrintHOWTO/Samba-HOWTO-Collection-3.0-PrintingChapter-11th-draft.html#11_1 My question is, do you know which Unix print sub-system your Samba server relies on? Do you mind telling? Do you know which kind of client Windows OS there are using this Samba server?> My reading of the rpcclient man page says that servers can contain > settings, but I would like to be able to do the following: > > * Specify which users can modify the settings for themselves and > those that can'tEvery user can modify settings for themselves.> * Specify which users can update the server-side settingsUsers listed in the "printer admin" setting of smb.conf (plus root) can modify the server-side settings. Server-side settings are used as defaults, in case users don't specify or change user-side settings.> * (If possible but highly unlikely) Specify which parts of the > printer settings can be modified in the first case >Not possible.> All responses that make me smarter welcome! >Depending on *what* *exactly* you want to effectivly achieve by having different user groups access different parts of the printer admin, there might be workarounds. It would involve the editing of the printer driver's PPD, to remove options that are not meant to be user-selectable (and leaving only the one[s] which should be used). F.e. your "Black and White" queue would not have a "Colour" option, and your "Colour Duplex" not a black and white and simplex one. Of course, your users would still be able to switch queues if they wanted the other option in printing. (You could fiddle with the access to the queues too, of course), Smarter now? ;-)> Regards, > Chris >Cheers, Kurt
Date: Thu, 14 Aug 2003 07:34:33 +0200 From: "Kurt Pfeifle" <kpfeifle@danka.de> Subject: [Samba] Server-side printer settings? To: samba@lists.samba.org Message-ID: <3F3B1F69.7020705@danka.de> Content-Type: text/plain; charset=us-ascii; format=flowed>> Thu Aug 14 10:30:35 GMT 2003 >> >> Hi all! >> >> I have a situtation that I want to get happening: >> >0> We have just installed a colour photocopier with duplexing at a client's >> office. We're looking to have four printers pointing at this one device, > >> I guess you mean four print*queues*...Sorry. :-) The funky setup that Mandrake provides has spoiled me. It's a welcome change from those damned OpenServer and UnixWare "servers" I have to take care of.>> with the following settings (one for each printer): >> >> * Black and White >> * Black and White, Duplexed >> * Colour >> * Colour Duplexed >> >> My question is, can we have server-side settings for this sort of thing? > >> Yes. See > > http://www.linuxprinting.org/kpfeifle/SambaPrintHOWTO/Samba-HOWTO-Collection-3.0-PrintingChapter-11th-draft.html#11_2_10 > http://www.linuxprinting.org/kpfeifle/SambaPrintHOWTO/Samba-HOWTO-Collection-3.0-PrintingChapter-11th-draft.html#11_1 > > My question is, do you know which Unix print sub-system your Samba > server relies on? Do you mind telling? Do you know which kind of > client Windows OS there are using this Samba server?I do not mind telling at all! CUPS is the print sub-system in use in this particular setup.>> My reading of the rpcclient man page says that servers can contain >> settings, but I would like to be able to do the following: >> >> * Specify which users can modify the settings for themselves and >> those that can't > >> Every user can modify settings for themselves. > > > > * Specify which users can update the server-side settings> Users listed in the "printer admin" setting of smb.conf (plus root) > can modify the server-side settings.> Server-side settings are used as defaults, in case users don't > specify or change user-side settings.>> * (If possible but highly unlikely) Specify which parts of the >> printer settings can be modified in the first case >> > >> Not possible.>> All responses that make me smarter welcome! >> > >> Depending on *what* *exactly* you want to effectivly achieve by > having different user groups access different parts of the > printer admin, there might be workarounds. It would involve > the editing of the printer driver's PPD, to remove options that > are not meant to be user-selectable (and leaving only the one[s] > which should be used). F.e. your "Black and White" queue would > not have a "Colour" option, and your "Colour Duplex" not a > black and white and simplex one. Of course, your users would > still be able to switch queues if they wanted the other option > in printing. (You could fiddle with the access to the queues > too, of course),> Smarter now?Very much so! Thanks! Regards, Chris
Reasonably Related Threads
- Why I can't set some default printer options for my HP 1015 + CUPS printer ??
- 2.2.8a, printer driver download: need to use setdrive r
- "Additional Drivers" and Print Window Refresh
- paid-for-print
- Samba 3.0 HOWTO Collection: new Draft for Printing Chapters is available