Revision d0c2cfbe
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Auth/LDAP.pm | ||
---|---|---|
180 | 180 |
return 0; |
181 | 181 |
} |
182 | 182 |
|
183 |
sub requires_cleartext_password { |
|
184 |
return 1; |
|
185 |
} |
|
186 |
|
|
183 | 187 |
sub change_password { |
184 | 188 |
return ERR_BACKEND; |
185 | 189 |
} |
Auch abrufbar als: Unified diff
Das Benutzer-Passwort nicht im Klartext in Session-Tabelle ablegen