summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerend De Schouwer <berend.de.schouwer@gmail.com>2016-02-22 11:09:57 +0100
committerKarolin Seeger <kseeger@samba.org>2016-02-22 16:18:22 +0100
commitfce2c82f0a3336c8f4ffc56c5dc5f4d7dc6eaec6 (patch)
treecda7dd779b43cc125893041ba1df8539d6ce1c05
parenta5f60566ef7768f40d19695fe80c137167836542 (diff)
downloadsamba-fce2c82f0a3336c8f4ffc56c5dc5f4d7dc6eaec6.tar.gz
docs: Add example for domain logins to smbspool man page.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11643 Reviewed-by: Karolin Seeger <kseeger@samba.org>
-rw-r--r--docs-xml/manpages/smbspool.8.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs-xml/manpages/smbspool.8.xml b/docs-xml/manpages/smbspool.8.xml
index 51be69f4a47..56aa5d3ab4f 100644
--- a/docs-xml/manpages/smbspool.8.xml
+++ b/docs-xml/manpages/smbspool.8.xml
@@ -50,6 +50,7 @@
<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://domain\username:password@server[:port]/printer</para></listitem>
<listitem><para>smb://username:password@workgroup/server[:port]/printer</para></listitem>
</itemizedlist>
@@ -62,6 +63,10 @@
pass the URI in argv[0], while shell scripts must set the
<envar>DEVICE_URI</envar> environment variable prior to
running smbspool.</para>
+
+ <para>smbspool will accept URI escaped characters. This allows setting
+ a domain in the username, or space in the printer name. For example
+ smb://domain%5Cusername/printer%20name</para>
</refsect1>
<refsect1>