mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 21:38:30 +00:00
Description: Making SHA256SALT the default encoding algorithm to encode passwords when creating/updating users. Introducing a new configurable list to allow admins to separately configure the order of preference for encoding and authentication schemes. Since passwords are now sent by clients as clear text, fixing the Plain text authenticator to check against the password passed in rather than its md5 digest. |
||
|---|---|---|
| .. | ||
| ldap | ||
| md5 | ||
| plain-text | ||
| sha256salted | ||