[Pkg-libvirt-commits] [libguestfs] 137/384: v2v: Add a note about escaping username like DOMAIN\user.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 16:56:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 29df51d9bc24eaae9e42c3794b7dac9c78d8b3bd
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue Dec 23 15:29:26 2014 +0000
v2v: Add a note about escaping username like DOMAIN\user.
Thanks: Ben Hooper.
---
v2v/virt-v2v.pod | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index 4e8942e..0ec37d1 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -845,7 +845,12 @@ where:
=item C<user@>
-is the (optional, but recommended) user to connect as
+is the (optional, but recommended) user to connect as.
+
+If the username contains a backslash (eg. C<DOMAIN\USER>) then you
+will need to URI-escape that character using C<%5c>: C<DOMAIN%5cUSER>
+(5c is the hexadecimal ASCII code for backslash.) Other punctuation
+may also have to be escaped.
=item C<server>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list