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:
parent
ad49ab8a79
commit
e55473135d
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user