nextcloud-server/apps/user_ldap/lib
Carl Schwan 95b5187300 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:29:38 +02:00
..
AppInfo
Command Add missing file 2022-04-01 12:18:03 +00:00
Controller Avoid updating _lastChange when nothing is changed in the configuration 2022-03-31 08:38:05 +00:00
DataCollector Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
Events
Exceptions
Handler
Jobs Fix psalm errors in apps/user_ldap/lib/Jobs/CleanUp.php 2022-02-10 10:15:00 +01:00
Mapping Adapt max length limit in AbstactMapping to match database 2022-03-30 14:43:09 +00:00
Migration Fix createNamedParameter in LDAP migrations 2022-04-07 11:34:13 +02:00
Notification
PagedResults Fix PHP 8.1 support for user_ldap application 2021-12-16 09:43:30 +01:00
Settings
User Fix unit tests 2022-03-03 16:35:06 +01:00
Access.php Set $limit as int as well in Access::count private method 2022-03-08 10:21:54 +01:00
AccessFactory.php
BackendUtility.php
Configuration.php Avoid updating _lastChange when nothing is changed in the configuration 2022-03-31 08:38:05 +00:00
Connection.php Don't use slow hashing to check the LDAP binding 2022-05-05 16:29:38 +02:00
ConnectionFactory.php
FilesystemHelper.php
Group_LDAP.php Add ldap:reset-group command to unmap groups from LDAP 2022-04-01 12:18:02 +00:00
Group_Proxy.php Add ldap:reset-group command to unmap groups from LDAP 2022-04-01 12:18:02 +00:00
GroupPluginManager.php Fix user_ldap unit tests 2022-04-01 12:18:03 +00:00
Helper.php Add a comment explaining how Helper::loginName2UserName can work 2022-02-08 14:25:09 +01:00
IGroupLDAP.php Fix PHP 8.1 support for user_ldap application 2021-12-16 09:43:30 +01:00
ILDAPGroupPlugin.php
ILDAPUserPlugin.php
ILDAPWrapper.php Fix unit tests 2022-03-03 16:35:06 +01:00
IUserLDAP.php Fix PHP 8.1 support for user_ldap application 2021-12-16 09:43:30 +01:00
LDAP.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
LDAPProvider.php Fix PHP 8.1 support for user_ldap application 2021-12-16 09:43:30 +01:00
LDAPProviderFactory.php
LDAPUtility.php
Proxy.php
User_LDAP.php Use "use" to import namespaces 2022-03-14 09:35:01 +01:00
User_Proxy.php Fix psalm issue about userCounts 2022-03-11 14:17:29 +01:00
UserPluginManager.php Add ldap:reset-group command to unmap groups from LDAP 2022-04-01 12:18:02 +00:00
Wizard.php Fix assignment of the LDAP Wizard connection 2022-03-31 14:42:39 +02:00
WizardResult.php