MyBB LDAP Authentication
Authenticate users against an LDAP server and automatically provision them to the MyBB user database.
Change Log for MyBB LDAP Authentication
Version 0.0.8 stable Build #6
Bugfix in build 0.0.8:
- resolving of user DN using proxy has been fixed, as reported by Sebijk in https://community.mybb.com/mods.php?acti...43&bid=477
Version 0.0.7 dev Build #5
New features in build 0.0.7:
- support for LDAPS encryption (SSL)
- support for a proxy user to allow DN resolving
Version 0.0.6 dev Build #4
Many fixes in build 0.0.6:
- rewrite of LDAP functions to be cleaner and more modular
- cropping of unneeded code clutter
- the email address is now correctly provisioned from LDAP upon user creation (once)
- it is now possible to set the port the LDAP server is listening on (see settings)
- it is now possible to scope users based on an attribute value like groupMembership (see settings)
A major limitation in this release is the LDAP user scope; if you are not using AD with UPN binds, then users are limited to a single OU. This will be addressed ASAP.
If you upgrade from 0.0.5 or earlier, deactivate and uninstall first to be able to see the new settings.
Version 0.0.5 dev Build #3
Fixed several bugs discovered upon submission
- undefined variables
- email was not correctly set upon user provisioning
- typos in login attempt handling
Version 0.0.4 dev Build #2
Minor bugfix
- Fixed escaping bug which prevented proper installation
- Altered some of the descriptions for settings to make their function easier to understand.
Version 0.0.3 dev Build #1
The first build has no changes.