[ https://issues.apache.org/jira/browse/CLOUDSTACK-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13659991#comment-13659991 ]
Chip Childers commented on CLOUDSTACK-2516: ------------------------------------------- We need to document the upgrade scenario. Also, does this need to be cherry-picked into master? > Create User API compability broken now > -------------------------------------- > > Key: CLOUDSTACK-2516 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2516 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Affects Versions: 4.1.0, 4.2.0 > Reporter: Chip Childers > Assignee: Kishan Kavala > Priority: Blocker > Fix For: 4.1.0, 4.2.0 > > > From email thread: > On Wed, May 15, 2013 at 04:22:14PM +0200, Ove Ewerlid wrote: > > NB; The 402/410 deployments are on RHES64(OEL64) via RPMs built from > > latest git repos. > > /Ove > > > > On 05/15/2013 03:02 PM, Ove Ewerlid wrote: > > >Hi! > > > > > >When testing a deploy script, that works as expected with 4.0.2, on 4.1 > > >I noticed that there was a need to pass plaintext passwords to > > >createUser, rather then the documented MD5 hash. When passing MD5 hash, > > >the password gets double MD5:hashed in 41. > > > > > >There is new code in 4.1 that encodes password using the authenticator > > >plugins (encode method); > > > > > >cloudstack.4.1/server/src/com/cloud/user/AccountManagerImpl.java > > > > > > ... > > > String encodedPassword = null; > > > for (UserAuthenticator authenticator : _userAuthenticators) { > > > encodedPassword = authenticator.encode(password); > > > if (encodedPassword != null) { > > > break; > > > } > > > } > > > ... > > > > > >The 41 API docs still notes that an MD5 hash shall be passed in. > > >What am I missing here? > > > > > >/Ove -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira