Skip to content

Instantly share code, notes, and snippets.

@njradford
Created April 30, 2023 03:56
Show Gist options
  • Save njradford/cadd2c67e57512387f42a5de65c1f424 to your computer and use it in GitHub Desktop.
Save njradford/cadd2c67e57512387f42a5de65c1f424 to your computer and use it in GitHub Desktop.
Allow connections from remote machines and allow all actions from admin UI
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