Displaying 7 results from an estimated 7 matches for "5cuser".
Did you mean:
pcuser
2007 Oct 10
0
strange uid=domain\5Cuser ldap search requests
...) and
a member Samba server hosting homes and profiles
which is identifying users with nss_ldap and is issuing some
strange ldap searches.
I have these messages in my slapd logs:
conn=14143 op=2 SRCH base="ou=XXX" scope=1 deref=0
filter="(&(objectClass=posixAccount)(uid=domain\5Cuser))"
conn=14143 op=2 SRCH attr=uid userPassword uidNumber gidNumber cn
homeDirectory loginShell gecos description objectClass shadowLastChange
shadowMax shadowExpire
conn=14143 op=2 SEARCH RESULT tag=101 err=0 nentries=0 text=
always repeating exactly 3 times and then
conn=14143 op=5 SRCH ba...
2014 Dec 22
2
virt-v2v - Unable to authenticate to vCenter as DOMAIN\user
Hi,
I am encountering an issue with virt-v2v where I need to authenticate to the vCenter as DOMAIN\user.
I have tried the following with the resulting errors:
1. 'virt-v2v -v -x -ic 'vpx://vcenter/Datacenter/cluster_name/esx_server?no_verify=1' vm_name -o local -of raw -os /tmp'
- prompted for username password
- entered 'DOMAIN\User' as username
- successfully
2015 Sep 25
0
Re: v2v: Mention ovftool in the man page as a way to create OVA files.
...authentication, you have to express the @ character in the form of its ascii hex-code (that's to say %5C):
> `ovftool --noSSLVerify vi://[DOMAIN]%5C[USER]:[PASSWORD]@[VCENTER-HOST]/[DATACENTER-NAME]/vm/[VM-NAME] /path/to/file.ova`
>
> For ex.:
> `ovftool --noSSLVerify vi://EXAMPLE%5Cuser:password@vcenter.example.local/DATACENTER/vm/V2V-RHEL5 /mnt/export/V2V-RHEL5.ova`
>
> Hope this helps other people to save time instead of spending it on
> Google. Thanks for your hard work and keep on rockin'.
Thanks - I will update the documentation further.
Rich.
--
Richard Jon...
2014 Dec 22
0
Re: virt-v2v - Unable to authenticate to vCenter as DOMAIN\user
..._verify=1' vm_name -o local -of raw -os /tmp
> virt-v2v: error: could not parse '-ic
> vpx://DOMAIN\user@vcenter/Datacenter/cluster_name/esx_server?no_verify=1'.
> Original error message was: parse_uri: unable to parse URI
How about trying this URL:
-ic 'vpx://DOMAIN%5cuser@vcenter/Datacenter/cluster_name/esx_server?no_verify=1'
Note that %5c is the URL escape for backslash.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtu...
2014 Dec 23
1
Re: virt-v2v - Unable to authenticate to vCenter as DOMAIN\user
...l -of raw -os /tmp
>> virt-v2v: error: could not parse '-ic
>> vpx://DOMAIN\user@vcenter/Datacenter/cluster_name/esx_server?no_verify=1'.
>> Original error message was: parse_uri: unable to parse URI
>
> How about trying this URL:
>
> -ic 'vpx://DOMAIN%5cuser@vcenter/Datacenter/cluster_name/esx_server?no_verify=1'
>
> Note that %5c is the URL escape for backslash.
>
> Rich.
>
> --
> Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
> Read my programming and virtualization blog: http://rwmj.word...
2018 Nov 02
2
[PATCH v2 0/2] v2v: Split up huge manual page into smaller pages.
Previously posted:
https://www.redhat.com/archives/libguestfs/2018-November/msg00000.html
https://www.redhat.com/archives/libguestfs/2018-November/msg00001.html
This completes the split and rewrite of the virt-v2v manual to make it
much simpler to understand and digest.
Rich.
2018 Nov 01
1
[PATCH UNFINISHED] v2v: Split up huge manual page into smaller pages.
This patch is incomplete, but early feedback would be welcome.
Rich.