X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=inline;f=SL%2FAuth%2FLDAP.pm;h=1c8c851613fa105d18edcb9f431e61a1ce027c89;hb=debd14edcc23a6168e827be861a052f396aee901;hp=70e963d47896ff45cb12d3eb8c03c271694d07eb;hpb=1fe74e53d153ed2ac08da4943b9252ab2cd3da67;p=kivitendo-erp.git 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; }