Ralf Becker
|
6e6e75182b
|
added a debug message
|
2014-06-18 08:22:12 +00:00 |
|
Ralf Becker
|
5eea435035
|
fixed auth_sql to allow updating passwords of in-active accounts and return true for all successfull password changes as documented (returned false if password was unchanged and hash password on success)
|
2013-06-26 09:49:30 +00:00 |
|
Ralf Becker
|
f993f20723
|
* API: fallback auth checks and - if necessary - updates passwords on fallback on successful primary authentication or password change, to ensure they are kept up to date
|
2013-05-22 09:02:53 +00:00 |
|
Klaus Leithoff
|
db3f408f18
|
if ldap with fallback sql, we may be able to fetch and set the password last change date, if we are on primary, so check if the method exists instead of returning false.
|
2011-09-26 15:20:40 +00:00 |
|
Klaus Leithoff
|
740758d026
|
check if method exists for the fallback_auth, before calling get/setLastPwdChange
|
2011-09-26 11:01:16 +00:00 |
|
Klaus Leithoff
|
afb4dff864
|
* API/CheckPasswordAge: new approach to the issue, as we have to take into account that the timestamp of the last password change may not be provided by the auth system. We fetch the timestamp from the authsystem if the method is implemented for the auth method configured (instead of juggling with account_lastpasswd_change or account_lastpwd_change)
|
2011-09-22 15:29:41 +00:00 |
|
Ralf Becker
|
61d26df913
|
reworked auth classes, to allow them to use each other and a new auth class using a primary backend (ldap) and a fallback (sql)
|
2010-01-28 04:22:37 +00:00 |
|