Redo part of bp/sql-identiy-pam that was accidently undone by bug 968519.
We encapsulated the call to utils.check_password with a local method,
_check_password, to make it easier to subclass Identity. This allows us
to use a different password checker without having to replace the entire
authenticate method in our code. The fix for 968519 accidently removed
the call to the local method. *This* fix puts that call back in.
Updating comment because Jenkins failed due to build timeout in
unrelated test.
(cherry picked from commit 0dc2e9ca37497597aa49439e3d3e71c22f30b515)
Reviewed: https:/ /review. openstack. org/14858 github. com/openstack/ keystone/ commit/ bec9b68d4250936 313f888d19db9d9 f97e298d26
Committed: http://
Submitter: Jenkins
Branch: stable/folsom
commit bec9b68d4250936 313f888d19db9d9 f97e298d26
Author: Ken Thomas <email address hidden>
Date: Fri Oct 19 14:42:55 2012 +0000
bug 1068674
Redo part of bp/sql-identiy-pam that was accidently undone by bug 968519.
We encapsulated the call to utils.check_ password with a local method, password, to make it easier to subclass Identity. This allows us
_check_
to use a different password checker without having to replace the entire
authenticate method in our code. The fix for 968519 accidently removed
the call to the local method. *This* fix puts that call back in.
Updating comment because Jenkins failed due to build timeout in
unrelated test.
(cherry picked from commit 0dc2e9ca3749759 7aa49439e3d3e71 c22f30b515)
Change-Id: I69a3ba2d5a62e4 c600edab7ef2cc0 7413c7360cc