icingaweb2/library/Icinga/Authentication/User
ss23 c196a7c7c4 Modify authentication function to support alternative algorithms
The existing usage of crypt() was borderline incorrect. This simplified
function will allow hashes of other types (e.g. bcrypt) and thus
mitigate #2954 (use password_hash) until this can be implemented.

The getSalt protected method was also removed as this is no longer
required, though this can be added again in future.
2017-11-06 22:48:42 +13:00
..
DbUserBackend.php Modify authentication function to support alternative algorithms 2017-11-06 22:48:42 +13:00
DomainAwareInterface.php Add interface for user backends which are responsible for a specific domain 2017-06-12 13:31:07 +02:00
ExternalBackend.php ExternalBackend: Don't throw an error if it's not possible to clean usernames 2016-11-16 12:04:46 +01:00
LdapUserBackend.php Remove unused method LdapUserBackend::setConfig() 2017-07-11 17:08:16 +02:00
UserBackend.php Auth: Make sure to set the configured domain on LDAP/MSAD user backends 2017-07-11 17:02:32 +02:00
UserBackendInterface.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00