diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-12-03 03:37:02 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-12-03 03:37:02 +0000 |
commit | 7a88bed4a5ca8afe1f2836f7f9a019db01bf998e (patch) | |
tree | 2bdd72b25c034208e27af4c8d994d184b33a0987 /docs/manpages | |
parent | afe88facbfb85113105bf516e066b6c1e971f6b7 (diff) | |
download | samba-7a88bed4a5ca8afe1f2836f7f9a019db01bf998e.tar.gz samba-7a88bed4a5ca8afe1f2836f7f9a019db01bf998e.tar.xz samba-7a88bed4a5ca8afe1f2836f7f9a019db01bf998e.zip |
make the "printing" option a per share option rather than global. When
printing to lots of different sorts of remote printers this is useful
Diffstat (limited to 'docs/manpages')
-rw-r--r-- | docs/manpages/smb.conf.5 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index b7b24b0258c..1145de12637 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 |