nextcloud/apps/user_ldap
Carl Schwan a9e674bec0 Don't use slow hashing to check the LDAP binding
Using password_hash is expensive and should be used for hashing
passwords when saving them in the database. Here we just want to see if
the bind was already done with the given password, so use a fast hashing
algorythm.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-05 16:59:26 +00:00
..
ajax Get rid of LogWrapper calling deprecated logger and use LoggerInterface from PSR instead 2021-11-09 15:11:15 +01:00
appinfo Add ldap:reset-group command to unmap groups from LDAP 2022-04-01 12:18:02 +00:00
composer Fix an issue with the search backend update 2022-04-14 12:11:02 +02:00
css Fix LDAP Dark Theme Issue 2022-04-08 22:57:33 +02:00
img compress some images with tinypng.com 2020-05-22 13:07:11 +00:00
js Fix vendor loading in user_ldap wizard 2022-03-30 14:14:40 +02:00
l10n [tx-robot] updated from transifex 2022-05-05 02:28:40 +00:00
lib Don't use slow hashing to check the LDAP binding 2022-05-05 16:59:26 +00:00
templates Fix vendor loading in user_ldap wizard 2022-03-30 14:14:40 +02:00
tests Fix user_ldap unit tests 2022-04-01 12:18:03 +00:00