diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2011-11-18 15:38:59 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2011-11-18 15:38:59 -0500 |
commit | 914261dcddd1178dd7eb6558095afc6bcdf8ddc9 (patch) | |
tree | b44af2e9a1ad6a24802eb98ffa8d29fc91d928ba /docs | |
parent | 20311fe03e46667f8e1ce8efd25d42948038fe0e (diff) | |
download | ampache-914261dcddd1178dd7eb6558095afc6bcdf8ddc9.tar.gz ampache-914261dcddd1178dd7eb6558095afc6bcdf8ddc9.tar.bz2 ampache-914261dcddd1178dd7eb6558095afc6bcdf8ddc9.zip |
Add the ability to locally cache passwords validated by external means
This can, for instance, be used to allow LDAP authenticated users to use the
API without manually setting a password, as long as they've logged in using
the web interface at least once.
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index eb3330f4..606f9fbb 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,8 @@ -------------------------------------------------------------------------- v.3.6-Alpha2 + - Added the ability to locally cache passwords validated by external + means (e.g. to allow LDAP authenticated users to use the API) - Fixed session handling to actually use our custom handler (reported by ss23) - Fixed Last.FM art method (reported by claudio) |