Access permissions
![](/@@/translation-newline)
# Access permissions for each directory served by the scheduler.
![](/@@/translation-newline)
Locations are relative to DocumentRoot...
![](/@@/translation-newline)
# AuthType: the authorization to use:
![](/@@/translation-newline)
# None - Perform no authentication
![](/@@/translation-newline)
Basic - Perform authentication using the HTTP Basic method.
![](/@@/translation-newline)
Digest - Perform authentication using the HTTP Digest method.
![](/@@/translation-newline)
# (Note: local certificate authentication can be substituted by
![](/@@/translation-newline)
the client for Basic or Digest when connecting to the
![](/@@/translation-newline)
localhost interface)
![](/@@/translation-newline)
# AuthClass: the authorization class; currently only Anonymous, User,
![](/@@/translation-newline)
System (valid user belonging to group SystemGroup), and Group
![](/@@/translation-newline)
(valid user belonging to the specified group) are supported.
![](/@@/translation-newline)
# AuthGroupName: the group name for "Group" authorization.
![](/@@/translation-newline)
# Order: the order of Allow/Deny processing.
![](/@@/translation-newline)
# Allow: allows access from the specified hostname, domain, IP address, or
![](/@@/translation-newline)
network.
![](/@@/translation-newline)
# Deny: denies access from the specified hostname, domain, IP address, or
![](/@@/translation-newline)
network.
![](/@@/translation-newline)
# Both "Allow" and "Deny" accept the following notations for addresses:
![](/@@/translation-newline)
# All
![](/@@/translation-newline)
None
![](/@@/translation-newline)
*.domain.com
![](/@@/translation-newline)
.domain.com
![](/@@/translation-newline)
host.domain.com
![](/@@/translation-newline)
nnn.*
![](/@@/translation-newline)
nnn.nnn.*
![](/@@/translation-newline)
nnn.nnn.nnn.*
![](/@@/translation-newline)
nnn.nnn.nnn.nnn
![](/@@/translation-newline)
nnn.nnn.nnn.nnn/mm
![](/@@/translation-newline)
nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm
![](/@@/translation-newline)
# The host and domain address require that you enable hostname lookups
![](/@@/translation-newline)
with "HostNameLookups On" above.
![](/@@/translation-newline)
# Encryption: whether or not to use encryption; this depends on having
![](/@@/translation-newline)
the OpenSSL library linked into the CUPS library and scheduler.
![](/@@/translation-newline)
# Possible values:
![](/@@/translation-newline)
# Always - Always use encryption (SSL)
![](/@@/translation-newline)
Never - Never use encryption
![](/@@/translation-newline)
Required - Use TLS encryption upgrade
![](/@@/translation-newline)
IfRequested - Use encryption if the server requests it
![](/@@/translation-newline)
# The default value is "IfRequested".