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 [2018/05/17 16:57] – [Now that you know the name of the printer, you can starting adding a printer.] kohoferauth:setup_printers [2019/12/18 15:35] – [Now that you know the name of the printer, you can starting adding a printer.] kohofer
Line 52: Line 52:
  
 ===== Now that you know the name of the printer, you can starting adding a printer. ===== ===== Now that you know the name of the printer, you can starting adding a printer. =====
- 
  
 SMB URI SMB URI
Line 84: Line 83:
  
 {{:auth:Print-Authentication.png?direct&500|Enter username and password}} {{:auth:Print-Authentication.png?direct&500|Enter username and password}}
 +
 +If the Authentication Window is <color #ed1c24>NOT</color> appearing and you get an error in http://localhost:631 saying: NT_STATUS_LOGON_FAILURE or similar,
 +check the file <code>
 +sudo more /etc/cups/printers.conf
 +</code> and verify that you have a line saying: **AuthInfoRequired username,password**!
 +In case the line is missing for the printer add the line or replace the line AuthInfoRequired none with **AuthInfoRequired username,password**!
 +
 +  sudo /etc/init.d/cups stop
 +  sudo vi /etc/cups/printers.conf
 +  sudo /etc/init.d/cups start
 +
 +Example /etc/cups/printers.conf
 +
 +<code>
 +<Printer UBZ021POS200_color>
 +UUID urn:uuid:2428e92d-5680-32a7-6d4a-d3ae4f8dc00a
 +AuthInfoRequired username,password
 +Info HP Color LaserJet 5550
 +Location POS 2R - IDSE
 +...
 +...
 +</code>
  
 ---- ----
Line 93: Line 114:
 Follow the steps as described in the link below Follow the steps as described in the link below
  
-https://www.inf.unibz.it/wiki/tech/documentation/sysadmin/linux/printing_to_windows_print_server?s[]=krbsmb+https://wiki.inf.unibz.it/tech/documentation/sysadmin/linux/printing_to_windows_print_server?s[]=krbsmb
  
 ==== Cups printer setup and URI format ==== ==== Cups printer setup and URI format ====
Line 111: Line 132:
 <note important>Important DO NOT forget to get a Kerberos Ticket manually!!</note> <note important>Important DO NOT forget to get a Kerberos Ticket manually!!</note>
  
-[[https://www.inf.unibz.it/wiki/tech/documentation/sysadmin/linux/printing_to_windows_print_server?s[]=krbsmb#get_a_kerberos_ticket_manually|Get a Kerberos Ticket]]+[[https://wiki.inf.unibz.it/tech/documentation/sysadmin/linux/printing_to_windows_print_server?s[]=krbsmb#get_a_kerberos_ticket_manually|Get a Kerberos Ticket]]
  
 ---- ----
Line 184: Line 205:
 ==== Printing of private and confidential Documents ==== ==== Printing of private and confidential Documents ====
  
-https://www.inf.unibz.it/wiki/auth/printing_of_private_and_confidential_documents+https://wiki.inf.unibz.it/auth/printing_of_private_and_confidential_documents
  
  
/data/www/wiki.inf.unibz.it/data/pages/auth/setup_printers.txt · Last modified: 2023/04/18 16:23 by kohofer