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 |
|