From 11d7f4a2aa01d5bd010fd18934c2516f39a41e3c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 3 Dec 1997 03:37:02 +0000 Subject: make the "printing" option a per share option rather than global. When printing to lots of different sorts of remote printers this is useful (This used to be commit 7a88bed4a5ca8afe1f2836f7f9a019db01bf998e) --- docs/manpages/smb.conf.5 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/manpages') diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index b7b24b0258..1145de1263 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -270,6 +270,9 @@ personality". your NIS auto.map entry. If you have not compiled Samba with -DAUTOMOUNT then this value will be the same as %L. +%R = the selected protocol level after protocol negotiation. As of +Samba 1.9.18 it can be one of CORE, COREPLUS, LANMAN1, LANMAN2 or NT1. + %d = The process id of the current server process %a = the architecture of the remote machine. Only some are recognised, @@ -449,8 +452,6 @@ preferred master preload -printing - printcap name printer driver file @@ -642,6 +643,8 @@ printer driver printer driver location +printing + print ok printable @@ -2864,7 +2867,7 @@ Related paramerers. .B printer driver file -.SS printing (G) +.SS printing (S) This parameters controls how printer status information is interpreted on your system, and also affects the default values for the "print command", "lpq command" and "lprm command". @@ -2876,6 +2879,7 @@ bsd", "printing = sysv", "printing = hpux", "printing = aix", To see what the defaults are for the other print commands when using these three options use the "testparm" program. +As of version 1.9.18 of Samba this option can be set on a per printer basis .SS protocol (G) The value of the parameter (a string) is the highest protocol level that will -- cgit