I am seeing that wbemcli tool does not honor the @ in the basic auth credentail.
wbemcli nl -v ei 'https://cimuser:pass@123@<ip-address>:5989/root/cimv2:CIM_Filesystem'</ip-address>
The tool is truncating/skipping the chacters after '@' and opassing only the 'pass' as password to CIMOM server. This seems bug to me. For normal, http request this can be solved by encoding the special charcter but in this case it will not work. I think we need to change the parsing logic from command line argments. Ideally wbemcli tool allow to specify the username and password seperately with command line switches.
I will check the implementaion, but anyone know if it bug or already fixed it. Thanks.
I am seeing the same issue, can anyone reply for this, that this issue has resolved or not.