Updated Branches: refs/heads/master 1f4822a75 -> 7229caff6
correcting componentContext.xml references Signed-off-by: Sebastien Goasguen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/7229caff Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/7229caff Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/7229caff Branch: refs/heads/master Commit: 7229caff6eef3d5ed9b0bb282a593eb3425365a0 Parents: 1f4822a Author: Travis Graham <[email protected]> Authored: Mon Oct 14 23:08:05 2013 -0400 Committer: Sebastien Goasguen <[email protected]> Committed: Thu Nov 7 14:36:12 2013 -0500 ---------------------------------------------------------------------- release-notes/en-US/Release_Notes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/7229caff/release-notes/en-US/Release_Notes.xml ---------------------------------------------------------------------- diff --git a/release-notes/en-US/Release_Notes.xml b/release-notes/en-US/Release_Notes.xml index b4fb726..b326269 100644 --- a/release-notes/en-US/Release_Notes.xml +++ b/release-notes/en-US/Release_Notes.xml @@ -1667,7 +1667,7 @@ service cloudstack-agent start <para>After upgrading to 4.2, 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:</para> - <para>Modify componentsContext.xml, and make PlainTextUserAuthenticator as the default + <para>Modify componentContext.xml, and make PlainTextUserAuthenticator as the default authenticator (1st entry in the userAuthenticators adapter list is default)</para> <programlisting language="XML"> <!-- Security adapters --> @@ -2317,7 +2317,7 @@ service cloudstack-agent start <para>After upgrading to 4.2, API clients are expected to send plain text passwords for login and user creation, instead of MD5 hash. If API client changes are not acceptable, following changes are to be made for backward compatibility:</para> - <para>Modify componentsContext.xml, and make PlainTextUserAuthenticator as the default + <para>Modify componentContext.xml, and make PlainTextUserAuthenticator as the default authenticator (1st entry in the userAuthenticators adapter list is default)</para> <programlisting language="XML"> <!-- Security adapters -->
