tvdijen / simplesamlphp-module-ldappasswordreset
A module that provides password reset functionality for LDAP-backends
Package info
github.com/tvdijen/simplesamlphp-module-ldapPasswordReset
Type:simplesamlphp-module
pkg:composer/tvdijen/simplesamlphp-module-ldappasswordreset
v2.0.0
2026-03-04 23:42 UTC
Requires
- php: ^8.3
- ext-mbstring: *
- simplesamlphp/assert: ^1.1 || ^2.0
- simplesamlphp/composer-module-installer: ^1.3
- simplesamlphp/simplesamlphp: ^2.4
- simplesamlphp/simplesamlphp-module-ldap: ^2.4
- symfony/http-foundation: ^6.4 || ^7.4
- symfony/ldap: ^6.4 || ^7.4
- symfony/security-core: ^6.4 || ^7.4
Requires (Dev)
README
Install
Install with composer
vendor/bin/composer require simplesamlphp/simplesamlphp-module-ldapPasswordReset
Configuration
Next thing you need to do is to enable the module: in config.php,
search for the module.enable key and set ldapPasswordReset to true:
'module.enable' => [ 'ldapPasswordReset' => true, … ],