OSDN Git Service

BugTrack/2469 OpenLDAP SHA-2 Support on password (patched by henoheno)
authorumorigu <umorigu@gmail.com>
Wed, 9 May 2018 15:20:42 +0000 (00:20 +0900)
committerumorigu <umorigu@gmail.com>
Wed, 9 May 2018 15:20:42 +0000 (00:20 +0900)
commit9d67cfb2c07ff0b8c995bf3c344b61882bfb03d2
treec7907111631ca0085d58dea1b6fb0694d3762a62
parentf0e3c0f48da688dd217f7ceee034ebb4880a25d0
BugTrack/2469 OpenLDAP SHA-2 Support on password (patched by henoheno)

Supported SHA-2 password schemes:
* SHA256, SHA384, SHA512 (LDAP: OpenLDAP compatible)
* SSHA256, SSHA384, SSHA512 (OpenLDAP compatible - Salted version)
* x-php-sha256, x-php-sha384, x-php-512 (Simple hex version)

RFC 6234: US Secure Hash Algorithms (SHA and SHA-based HMAC and HKDF)
https://tools.ietf.org/html/rfc6234

Internet-Draft: Lightweight Directory Access Protocol (LDAP): Hashed Attribute values for 'userPassword' (March 13, 2013)
https://tools.ietf.org/html/draft-stroeder-hashed-userpassword-values-01
lib/auth.php
plugin/md5.inc.php
pukiwiki.ini.php