diff options
Diffstat (limited to 'docs/htmldocs')
-rw-r--r-- | docs/htmldocs/smb.conf.5.html | 78 |
1 files changed, 73 insertions, 5 deletions
diff --git a/docs/htmldocs/smb.conf.5.html b/docs/htmldocs/smb.conf.5.html index 1b205d1ecaa..f01facbceac 100644 --- a/docs/htmldocs/smb.conf.5.html +++ b/docs/htmldocs/smb.conf.5.html @@ -4054,6 +4054,18 @@ CLASS="PARAMETER" ><LI ><P ><A +HREF="#USECLIENTDRIVER" +><TT +CLASS="PARAMETER" +><I +>use client driver</I +></TT +></A +></P +></LI +><LI +><P +><A HREF="#USER" ><TT CLASS="PARAMETER" @@ -4236,7 +4248,7 @@ CLASS="PARAMETER" ><DIV CLASS="REFSECT1" ><A -NAME="AEN1381" +NAME="AEN1385" ></A ><H2 >EXPLANATION OF EACH PARAMETER</H2 @@ -7193,6 +7205,12 @@ NAME="DISABLESPOOLSS" > </P ><P +>See also <A +HREF="#USECLIENTDRIVER" +>use client driver</A +> + </P +><P >Default : <B CLASS="COMMAND" >disable spoolss = no</B @@ -17234,6 +17252,56 @@ CLASS="COMMAND" ></DD ><DT ><A +NAME="USECLIENTDRIVER" +></A +>use client driver (S)</DT +><DD +><P +>This parameter applies only to Windows NT/2000 + clients. It has no affect on Windows 95/98/ME clients. When + serving a printer to Windows NT/2000 clients without first installing + a valid printer driver on the Samba host, the client will be required + to install a local printer driver. From this point on, the client + will treat the print as a local printer and not a network printer + connection. This is much the same behavior that will occur + when <B +CLASS="COMMAND" +>disable spoolss = yes</B +>. </P +><P +>The differentiating + factor is that under normal circumstances, the NT/2000 client will + attempt to open the network printer using MS-RPC. The problem is that + because the client considers the printer to be local, it will attempt + to issue the OpenPrinterEx() call requesting access rights associated + with the logged on user. If the user possesses local administator rights + but not root privilegde on the Samba host (often the case), the OpenPrinterEx() + call will fail. The result is that the client will now display an "Access + Denied; Unable to connect" message in the printer queue window (even though + jobs may successfully be printed). </P +><P +>If this parameter is enabled for a printer, then any attempt + to open the printer with the PRINTER_ACCESS_ADMINISTER right is mapped + to PRINTER_ACCESS_USE instead. Thus allowing the OpenPrinterEx() + call to succeed. <EM +>This parameter MUST not be able enabled + on a print share which has valid print driver installed on the Samba + server.</EM +></P +><P +>See also <A +HREF="#DISABLESPOOLSS" +>disable spoolss</A +> + </P +><P +>Default: <B +CLASS="COMMAND" +>use client driver = no</B +></P +></DD +><DT +><A NAME="USERHOSTS" ></A >use rhosts (G)</DT @@ -18565,7 +18633,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN5864" +NAME="AEN5883" ></A ><H2 >WARNINGS</H2 @@ -18595,7 +18663,7 @@ TARGET="_top" ><DIV CLASS="REFSECT1" ><A -NAME="AEN5870" +NAME="AEN5889" ></A ><H2 >VERSION</H2 @@ -18606,7 +18674,7 @@ NAME="AEN5870" ><DIV CLASS="REFSECT1" ><A -NAME="AEN5873" +NAME="AEN5892" ></A ><H2 >SEE ALSO</H2 @@ -18685,7 +18753,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN5893" +NAME="AEN5912" ></A ><H2 >AUTHOR</H2 |