Releases: heiglandreas/authLdap
v2.4.2
Use environment-variables inside the LDAP-URI or use a complete environment variable as LDAP-URI. That way you do not need to provide sensible data in cleartext in the config but can provide them via a .env-file or other means
v2.3.1
Allow to not overwrite existing WordPress-Users with LDAP-Users as that can be a security issue.
2.1.0
- Add search-base for groups. This might come in handy for
multisite-instances
1.5.0
Allows usage of URL-Encode to escape special characters in the LDAP-URI
Version 1.4.21
Adds the possibility to use multiple LDAP-Servers for authentication
Version 1.4.18
This version removes the deprecated wp_setcookie-function.
Version 1.4.17
This version introduces the possibility to separate multiple groups by other separators than commas. That might be necessary when you are using f.e. memberOf as group-attribute. Thanks to @gramakri for implementing the feature!
v1.4.15
Adds an error-message to the LDAP-Bind
v1.4.14
v1.4.13
This release contains:
- [#93] Removed generation of default email-address (thanks to @henryk)
- [#80] Fixes password-hashing when caching passwords (thanks to @litinoveweedle)
- [#84] Removes the possibility to reset a password for LDAP-based users (thanks to @chaplina)
- [#80] Removes the password-change-Email from 4.3 on (thanks to @litinoveweedle)
- [#81] Fixes double authentication-attempt (that resulted in failed authentication) (thanks to @litinoveweedle)