X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1fe74e53d153ed2ac08da4943b9252ab2cd3da67..461b6311d70b58f07997b209d6e55c3d0b9c838c:/SL/Auth/LDAP.pm?ds=inline diff --git a/SL/Auth/LDAP.pm b/SL/Auth/LDAP.pm index 70e963d47..1c8c85161 100644 --- a/SL/Auth/LDAP.pm +++ b/SL/Auth/LDAP.pm @@ -180,6 +180,10 @@ sub can_change_password { return 0; } +sub requires_cleartext_password { + return 1; +} + sub change_password { return ERR_BACKEND; }