You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by sandeep khandekar <cl...@gmail.com> on 2014/03/10 10:19:12 UTC

Changing the default password encryption

Dear,
In which bean should I insert the above code?
in the following files
componentContext.xml.in
nonossComponentContext.xml.in


<property name="UserAuthenticators">
         <list>
            <ref bean="SHA256SaltedUserAuthenticator"/>
            <ref bean="MD5UserAuthenticator"/>
            <ref bean="LDAPUserAuthenticator"/>
            <ref bean="PlainTextUserAuthenticator"/>
        </list>
    </property>
    <property name="UserPasswordEncoders">
        <list>
            <ref bean="SHA256SaltedUserAuthenticator"/>
             <ref bean="MD5UserAuthenticator"/>
             <ref bean="LDAPUserAuthenticator"/>
            <ref bean="PlainTextUserAuthenticator"/>
            </list>

Thank you

sandeep