User Tools

Site Tools


auth:setup_printers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
auth:setup_printers [2012/11/27 18:21] kohoferauth:setup_printers [2012/12/06 17:03] – [PRINTING via KERBEROS (using a Windows Print Server)] kohofer
Line 1: Line 1:
 ====== SETUP PRINTER ====== ====== SETUP PRINTER ======
- 
  
 ===== LINUX ===== ===== LINUX =====
 +
 +
 +===== PRINTING via KERBEROS (using a Windows Print Server) =====
 +
 +Follow the Guide lines as described in the link below
 +
 +https://www.inf.unibz.it/wiki/tech/documentation/sysadmin/linux/printing_to_windows_print_server?s[]=krbsmb
 +
 +
 +Before you can print YOU MUST get a Kerberos ticket
 +
 +  * kinit <your-username>@UNIBZ.IT
 +
 +Check if you got a correct ticket
 +
 +  * klist
 +
 +<code>
 +Ticket cache: FILE:/tmp/krb5cc_1000
 +Default principal: <your-username>@UNIBZ.IT
 +
 +Valid starting    Expires           Service principal
 +06/12/2012 17:01  07/12/2012 03:01  krbtgt/UNIBZ.IT@UNIBZ.IT
 + renew until 07/12/2012 03:01
 +
 +</code>
 +----
 +
 +
 +===== PRINTING VIA CUPS (using a Linux Print Server) ======
 +
 +First get the name(s) of the available printer(s):
 +
 +<code>
 +http://gutenberg.inf.unibz.it:631/printers
 +</code>
 +
 +
 +Open your preferred browser and type this address: 
 +
 +  * localhost:631
 +
 +Follow this guides as shown on the next screen shots
 +
 +
 +^Select Add Printer ^Enter local username (must be in admin/sudo group) and local password^
 +|{{:auth:0_add-new-printer_w-browser.png?direct&500|Select Add Printer}}|{{:auth:1_add-new-printer_w-browser.png?direct&500|Enter local username (must be in admin/sudo group) and local password}}|
 +^Enter Connection string e.g. http://gutenberg.inf.unibz.it:631/printers/<printername> ^ Name, Description and Location Names^
 +|{{:auth:2_add-new-printer_w-browser.png?direct&600|}}|{{:auth:3_add-new-printer_w-browser.png?direct&600|}}|
 +^Select Make ^Select Driver^
 +|{{:auth:4_add-new-printer_w-browser.png?direct&600|}}|{{:auth:5_add-new-printer_w-browser.png?direct&600|}}|
 +
 +Last select newly added printer; Click on **Administration**\\
 +and select: **Set Default Options**
 +
 +
 +----
 +
  
  
Line 77: Line 134:
  
 === Remove clear password from /etc/cups/printers.conf config file === === Remove clear password from /etc/cups/printers.conf config file ===
 +
 +<note important>Please note: NOT ALL Programs show the prompt to enter DOMAIN\username and password</note>
 +
  
 Open the config file and make the following modifications:  Open the config file and make the following modifications: 
Line 133: Line 193:
  
 === Remove clear password from /etc/cups/printers.conf config file === === Remove clear password from /etc/cups/printers.conf config file ===
 +
 +<note important>Please note: NOT ALL Programs show the prompt to enter DOMAIN\username and password</note>
  
 Open the config file and make the following modifications:  Open the config file and make the following modifications: 
Line 147: Line 209:
 DeviceURI smb://ubz02cps.unibz.it/CPSPrn01 DeviceURI smb://ubz02cps.unibz.it/CPSPrn01
 </code> </code>
- 
----- 
- 
-===== PRINTING VIA CUPS (using a Linux Print Server) ====== 
- 
-First get the name(s) of the available printer(s): 
- 
-<code> 
-http://gutenberg.inf.unibz.it:631/printers 
-</code> 
- 
- 
-Open your preferred browser and type this address:  
- 
-  * localhost:631 
- 
-Follow this guides as shown on the next screen shots 
- 
- 
-^Select Add Printer ^Enter local username (must be in admin/sudo group) and local password^ 
-|{{:auth:0_add-new-printer_w-browser.png?direct&500|Select Add Printer}}|{{:auth:1_add-new-printer_w-browser.png?direct&500|Enter local username (must be in admin/sudo group) and local password}}| 
-^Enter Connection string e.g. http://gutenberg.inf.unibz.it:631/printers/<printername> ^ Name, Description and Location Names^ 
-|{{:auth:2_add-new-printer_w-browser.png?direct&600|}}|{{:auth:3_add-new-printer_w-browser.png?direct&600|}}| 
-^Select Make ^Select Driver^ 
-|{{:auth:4_add-new-printer_w-browser.png?direct&600|}}|{{:auth:5_add-new-printer_w-browser.png?direct&600|}}| 
- 
-Last select newly added printer; Click on **Administration**\\ 
-and select: **Set Default Options** 
- 
  
 ---- ----
/data/www/wiki.inf.unibz.it/data/pages/auth/setup_printers.txt · Last modified: 2023/04/18 16:23 by kohofer