Created
April 30, 2023 03:56
-
-
Save njradford/cadd2c67e57512387f42a5de65c1f424 to your computer and use it in GitHub Desktop.
Allow connections from remote machines and allow all actions from admin UI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LogLevel debug2 | |
PageLogFormat | |
MaxLogSize 0 | |
ErrorPolicy retry-job | |
Listen 0.0.0.0:631 | |
Listen /run/cups/cups.sock | |
Browsing On | |
BrowseLocalProtocols dnssd | |
DefaultAuthType Basic | |
DefaultEncryption IfRequested | |
ServerAlias * | |
WebInterface Yes | |
<Location /> | |
Order allow,deny | |
Allow All | |
</Location> | |
<Policy default> | |
JobPrivateAccess default | |
JobPrivateValues default | |
SubscriptionPrivateAccess default | |
SubscriptionPrivateValues default | |
<Limit All> | |
Order allow,deny | |
Allow all | |
</Limit> | |
</Policy> | |
<Policy authenticated> | |
JobPrivateAccess default | |
JobPrivateValues default | |
SubscriptionPrivateAccess default | |
SubscriptionPrivateValues default | |
<Limit All> | |
Order allow,deny | |
Allow all | |
</Limit> | |
</Policy> | |
<Policy kerberos> | |
JobPrivateAccess default | |
JobPrivateValues default | |
SubscriptionPrivateAccess default | |
SubscriptionPrivateValues default | |
<Limit All> | |
Order allow,deny | |
</Limit> | |
</Policy> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment