Changes

From Amahi Wiki
Jump to: navigation, search
22 bytes removed ,  16:50, 9 January 2021
This will add a user name and password to the administration section of the web interface.
* Stop the service:
{{Code| sudo stop cups}}
* Edit the configuration file:
{{Code| sudo vi /etc/cups/cupsd.conf}}
* Add the following text below <Location /admin>:
{{Text|<pre>Encryption Required
AuthType Default
Require user @SYSTEM}}</pre>
* Save the file.
* Start the service:
{{Code| sudo start cups}}
== Configure Web Interface ==
12,424

edits