1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

smbspool supports specifying a port number in the device URI

(This used to be commit 1c3ec94f66)
This commit is contained in:
Jelmer Vernooij 2004-09-27 12:23:09 +00:00 committed by Gerald W. Carter
parent ad49ab8a79
commit e55473135d

View File

@ -47,10 +47,10 @@
a number of forms:</para>
<itemizedlist>
<listitem><para>smb://server/printer</para></listitem>
<listitem><para>smb://workgroup/server/printer</para></listitem>
<listitem><para>smb://username:password@server/printer</para></listitem>
<listitem><para>smb://username:password@workgroup/server/printer</para></listitem>
<listitem><para>smb://server[:port]/printer</para></listitem>
<listitem><para>smb://workgroup/server[:port]/printer</para></listitem>
<listitem><para>smb://username:password@server[:port]/printer</para></listitem>
<listitem><para>smb://username:password@workgroup/server[:port]/printer</para></listitem>
</itemizedlist>
<para>smbspool tries to get the URI from argv[0]. If argv[0]