RE: login API with MD5 is not working

2014-04-17 Thread Demetrius Tsitrelis
Some authenticators such as LDAP need clear text passwords. -Original Message- From: Tejas Gadaria [mailto:refond.g...@gmail.com] Sent: Wednesday, April 16, 2014 8:36 PM To: dev@cloudstack.apache.org Subject: Re: login API with MD5 is not working Hi Demetrius, Thanks for explanation, I

Re: login API with MD5 is not working

2014-04-17 Thread Tejas Gadaria
To: dev@cloudstack.apache.org Subject: Re: login API with MD5 is not working Hi Demetrius, Thanks for explanation, I will try with https now. Just for information, why did they change this from MD5 to plain text? Regards, Tejas On Thu, Apr 17, 2014 at 1:03 AM, Demetrius Tsitrelis

RE: login API with MD5 is not working

2014-04-16 Thread Demetrius Tsitrelis
parameters you send will be saved in the caches of all intermediate servers. Also DO use HTTPS. -Original Message- From: Tejas Gadaria [mailto:refond.g...@gmail.com] Sent: Tuesday, April 15, 2014 2:02 AM To: dev@cloudstack.apache.org Subject: login API with MD5 is not working Hi, I am trying

Re: login API with MD5 is not working

2014-04-16 Thread Sebastien Goasguen
. -Original Message- From: Tejas Gadaria [mailto:refond.g...@gmail.com] Sent: Tuesday, April 15, 2014 2:02 AM To: dev@cloudstack.apache.org Subject: login API with MD5 is not working Hi, I am trying to login in to CS 4.3 though login API. I am passing MD5 hash (1st) in password that works

RE: login API with MD5 is not working

2014-04-16 Thread Demetrius Tsitrelis
[mailto:run...@gmail.com] Sent: Wednesday, April 16, 2014 12:16 PM To: dev@cloudstack.apache.org Subject: Re: login API with MD5 is not working On Apr 16, 2014, at 12:56 PM, Demetrius Tsitrelis demetrius.tsitre...@citrix.com wrote: One problem is that the API documentation (https

Re: login API with MD5 is not working

2014-04-16 Thread Tejas Gadaria
16, 2014 12:16 PM To: dev@cloudstack.apache.org Subject: Re: login API with MD5 is not working On Apr 16, 2014, at 12:56 PM, Demetrius Tsitrelis demetrius.tsitre...@citrix.com wrote: One problem is that the API documentation (https://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin

login API with MD5 is not working

2014-04-15 Thread Tejas Gadaria
Hi, I am trying to login in to CS 4.3 though login API. I am passing MD5 hash (1st) in password that works fine with CS 4.0.2 but same doesn't works well with CS 4.3. Then I try to pass password in plain text ( 2nd) it worked, Is this a bug? Both APIs are given below, 1)

Re: login API with MD5 is not working

2014-04-15 Thread Nate Gordon
CloudStack changed password encoding in 4.2 (I believe, but I seem to remember, but can't find documentation that it changed in 4.1) such that it no longer assumes that passwords are MD5s coming in. It instead expects that passwords are passed as plain text and are encoded by CS internally