Hi All,

I did upgrade from cs 4.0 to 4.1 followed by release notes.
I met issues when I did step 5. The below is from doc:
After upgrading to 4.1, API clients are expected to send plain text passwords for login 
   and user creation, instead of MD5 hash. Incase, api client changes are not acceptable, 
   following changes are to be made for backward compatibility:
   Modify componentsContext.xml, and make PlainTextUserAuthenticator as the default 
   authenticator (1st entry in the userAuthenticators adapter list is default) 
   
    <!-- Security adapters -->
    <bean id="userAuthenticators" class="com.cloud.utils.component.AdapterList">
      <property name="Adapters">
        <list>
          <ref bean="PlainTextUserAuthenticator"/>
          <ref bean="MD5UserAuthenticator"/>
          <ref bean="LDAPUserAuthenticator"/>
        </list>
      </property>
    </bean>
My question is the file name is componentsContext.xml or componentContext.xml.
And where should I put this above, put it to the end of file?

Thank you.

Steven

On 11/23/2013 11:46 PM, Ahmad Emneina wrote:
Take a look at the 4.2 release notes. It should have steps to outline the
upgrade. I recommend going to 4.2.1 over 4.2


On Sat, Nov 23, 2013 at 8:14 PM, Steven Liang <stevenli...@yesup.com> wrote:

Hi All,

My CS is 4.0, I want to upgrade it to 4.2.
Could you please give me an idea?
Thank you.

Regards,
Steven


    


--
Steven Liang
Linux System Admin
Phone: 1.416.499.8009 ext. 2865
Cell Phone: 1.647.718.5292
Email: stevenli...@yesup.com
www.yesup.com | account.yesup.com


Yesup

Reply via email to