--- samba-3.0.4.orig/docs/manpages/smb.conf.5 2004-05-05 16:23:15.000000000 +0200 +++ samba-3.0.4/docs/manpages/smb.conf.5 2004-05-10 10:36:38.146757289 +0200 @@ -803,6 +803,26 @@ Example: \fB\fIcsc policy\fR = programs \fR .TP +cups options (S) +This parameter is only applicable if \fIprinting\fR is set to \fBcups\fR. +Its value is a free form string of options passed directly to the +cups library. + +You can pass any generic print option known to CUPS (as listed +in the CUPS "Software Users' Manual"). You can also pass any printer +specific option (as listed in "lpoptions -d -l") +valid for the target queue(s). + +Set it to `cups options = raw´ if your CUPS server error_log file +complains with `Unsupported format 'application/octet-stream'´ while +printing from Samba clients. Thereby a general, system wide raw +printing by modifying \fI/etc/cups/mime\&.{convs,types}\fR is no longer needed. + +Default: \fB\fIcups options\fR = \fBempty\fR + +Example: \fB\fIcups options\fR = raw,media=a4,job-sheets=secret,secret + +.TP deadtime (G) The value of the parameter (a decimal integer) represents the number of minutes of inactivity before a connection is considered dead, and it is disconnected\&. The deadtime only takes effect if the number of open files is zero\&.