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 | 11d7f4a2aa01d5bd010fd18934c2516f39a41e3c (patch) | |
tree | 5850891085fca2c91ef9b77a98163648e0c448d6 /docs | |
parent | cc12fc66d1f958c3c04d6f106b4e9128f6bce925 (diff) | |
download | samba-11d7f4a2aa01d5bd010fd18934c2516f39a41e3c.tar.gz samba-11d7f4a2aa01d5bd010fd18934c2516f39a41e3c.tar.xz samba-11d7f4a2aa01d5bd010fd18934c2516f39a41e3c.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
(This used to be commit 7a88bed4a5ca8afe1f2836f7f9a019db01bf998e)
Diffstat (limited to 'docs')
-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 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 |