X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=doc%2Fhelp%2Fref-cupsd-conf.html.in;h=b2027c93c0b274c67b92aadc9714cc9d699b1216;hb=dcb445bcf3e9ec2efd56550263052aca70beb08e;hp=36f694a3245b23bf3a261b6a65937d093951c2da;hpb=9c80ffa289171a48b10cbda2098289ed0c7b96cc;p=thirdparty%2Fcups.git diff --git a/doc/help/ref-cupsd-conf.html.in b/doc/help/ref-cupsd-conf.html.in index 36f694a32..b2027c93c 100644 --- a/doc/help/ref-cupsd-conf.html.in +++ b/doc/help/ref-cupsd-conf.html.in @@ -914,6 +914,20 @@ system-specific but is usually lp or nobody.

+

CUPS 1.6GSSServiceName

+ +

Examples

+ +
+GSSServiceName http
+GSSServiceName ipp
+
+ +

Description

+ +

The GSSServiceName directive sets the Kerberos service name to use. The default is @CUPS_DEFAULT_GSSSERVICE_NAME@ for compatibility with Microsoft Windows.

+ +

HostNameLookups

Examples

@@ -1724,6 +1738,25 @@ active jobs is completed, stopped, aborted, or canceled.

default setting is 0.

+

CUPS 1.6MaxJobTime

+ +

Examples

+ +
+MaxJobTime 10800
+MaxJobTime 0
+
+ +

Description

+ +

The MaxJobTime directive controls the maximum number of +seconds allowed for a job to complete printing before it is considered "stuck". +The job is canceled automatically if it takes longer than the specified number of seconds to complete.

+ +

Setting the maximum time to 0 disables this functionality. The default +setting is 10800 seconds (3 hours).

+ +

MaxLogSize

Examples