This is a module for ProcessWire that enables user authentication over LDAP, so you are able to use your Active Directory users.
Features
- Native ProcessWire Sign In
- Ability to specify a default domain name
- Ability to specity a default role for new LDAP users
- Passwords for LDAP users are automatically updated
- Settings and messages are translatable
Login Page and Process
Module Settings
Translated Module Settings
This module ships with a translation into German. To install it, just upload the json file - which you can find under /translations - to your defined language.
Version 0.5.1
- Adds the option to connect to the LDAP server via SSL
- Adds Debug Mode, so the messages of PHP's LDAP extension are displayed in apache's log file
- The configuration is validated when saved
Version 0.5.0
Initial release