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 595F0CA01 for ; Sat, 28 Apr 2012 14:56:55 +0000 (UTC) Received: (qmail 14823 invoked by uid 500); 28 Apr 2012 14:56:55 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 14789 invoked by uid 500); 28 Apr 2012 14:56:55 -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 14776 invoked by uid 99); 28 Apr 2012 14:56:55 -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:55 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Abhinandan.Prateek@citrix.com designates 203.166.19.134 as permitted sender) Received: from [203.166.19.134] (HELO SMTP.CITRIX.COM.AU) (203.166.19.134) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Apr 2012 14:56:47 +0000 X-IronPort-AV: E=Sophos;i="4.75,496,1330905600"; d="scan'208";a="11244091" Received: from banpmailmx02.citrite.net ([10.103.128.74]) by SYDPIPO01.CITRIX.COM.AU with ESMTP/TLS/RC4-MD5; 28 Apr 2012 14:56:24 +0000 Received: from BANPMAILBOX01.citrite.net ([10.103.128.72]) by BANPMAILMX02.citrite.net ([10.103.128.74]) with mapi; Sat, 28 Apr 2012 20:26:23 +0530 From: Abhinandan Prateek To: Kevin Kluge , "cloudstack-dev@incubator.apache.org" Date: Sat, 28 Apr 2012 20:26:23 +0530 Subject: RE: user credntials Thread-Topic: user credntials Thread-Index: Ac0lDilhaw96cgQlSSqd3BD36o9OxwAPzyjAAAA/quA= Message-ID: <64FB1554ABC9B44FAA773FBD6CB889C2F915DFC24E@BANPMAILBOX01.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 In 2.2.* we were passing MD5 encoded password via UI. For Acton it changed = to unencrypted password as that was the only way to have external systems t= o authenticate cloudstack users for example external LDAP. This is being reverted back to MD5 encoded password in 3.0.2 as it was. It = will be left to the admin to configure this encryption mechanism in case LD= AP is in use. -Abhi -----Original Message----- From: Kevin Kluge=20 Sent: Saturday, April 28, 2012 8:16 PM 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? =20 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 >=20 > Team, > There has been a change in the way passwords are being passed from=20 > the cloudstack UI. In case you have difficulty login with the new 3.*=20 > build, clear your browser cache. If you are using API to login then=20 > you need to provide > MD5 encrypted passwords to login instead of plaintext. In case you=20 > still have issues drop me an email. > -Abhi