Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC925C9F9 for ; Sat, 28 Apr 2012 14:56:36 +0000 (UTC) Received: (qmail 14313 invoked by uid 500); 28 Apr 2012 14:56:36 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 14277 invoked by uid 500); 28 Apr 2012 14:56:36 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 14269 invoked by uid 99); 28 Apr 2012 14:56:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Apr 2012 14:56:36 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of will.chan@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Apr 2012 14:56:30 +0000 X-IronPort-AV: E=Sophos;i="4.75,496,1330923600"; d="scan'208";a="192535087" Received: from sjcpmailmx01.citrite.net ([10.216.14.74]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/RC4-MD5; 28 Apr 2012 10:56:08 -0400 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.73]) by SJCPMAILMX01.citrite.net ([10.216.14.74]) with mapi; Sat, 28 Apr 2012 07:56:07 -0700 From: Will Chan To: "cloudstack-dev@incubator.apache.org" , Abhinandan Prateek Date: Sat, 28 Apr 2012 07:54:46 -0700 Subject: RE: user credntials Thread-Topic: user credntials Thread-Index: Ac0lDilhaw96cgQlSSqd3BD36o9OxwAPzyjAAABdKYE= Message-ID: <61AE1E2837A06D4A8E98B796183842D40116B804A22E@SJCPMAILBOX01.citrite.net> References: <64FB1554ABC9B44FAA773FBD6CB889C2F915DFC23F@BANPMAILBOX01.citrite.net>,<61AE1E2837A06D4A8E98B796183842D40116B82AC951@SJCPMAILBOX01.citrite.net> In-Reply-To: <61AE1E2837A06D4A8E98B796183842D40116B82AC951@SJCPMAILBOX01.citrite.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 It's not. It was accidentally changed to plain-text in 3.0 to support LDAP= and a community member found it changed from 2.2.x. We've reverted it now= to pass in MD5 hashed again. If you want to enable LDAP Auth, you would n= ow need an additional step to modify the UI to pass in a plain-text passwor= d, if you wish. Will ________________________________________ From: Kevin Kluge [Kevin.Kluge@citrix.com] Sent: Saturday, April 28, 2012 7:45 AM To: Abhinandan Prateek; cloudstack-dev@incubator.apache.org Subject: RE: user credntials Abhi, is this a backwards incompatible API change? Also, what does it mea= n for upgrade? I thought we always sent MD5 hashed passwords from UI to MS. Can you expla= in the change a bit more? -kevin > -----Original Message----- > From: Abhinandan Prateek > Sent: Saturday, April 28, 2012 12:14 AM > Subject: user credntials > > Team, > There has been a change in the way passwords are being passed from the > cloudstack UI. In case you have difficulty login with the new 3.* build,= clear > your browser cache. If you are using API to login then you need to provid= e > MD5 encrypted passwords to login instead of plaintext. In case you still = have > issues drop me an email. > -Abhi=