Skip to content

Releases: heiglandreas/authLdap

v2.4.2

20 Jul 05:55
2.4.2
370e0ce
Compare
Choose a tag to compare

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

28 Apr 07:39
2.3.1
7a0578d
Compare
Choose a tag to compare

Allow to not overwrite existing WordPress-Users with LDAP-Users as that can be a security issue.

2.1.0

07 Mar 08:38
Compare
Choose a tag to compare
  • Add search-base for groups. This might come in handy for
    multisite-instances

1.5.0

17 Apr 12:57
1.5.0
Compare
Choose a tag to compare

Allows usage of URL-Encode to escape special characters in the LDAP-URI

Version 1.4.21

02 Nov 20:27
1.4.21
Compare
Choose a tag to compare

Adds the possibility to use multiple LDAP-Servers for authentication

Version 1.4.18

10 May 20:49
1.4.18
Compare
Choose a tag to compare

This version removes the deprecated wp_setcookie-function.

Version 1.4.17

10 May 20:32
1.4.17
Compare
Choose a tag to compare

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

22 Apr 20:25
1.4.15
Compare
Choose a tag to compare

Adds an error-message to the LDAP-Bind

v1.4.14

22 Apr 20:03
1.4.14
Compare
Choose a tag to compare

This release contains

  • [#84] Fixes issue with password-change-field (thanks to @chaplina)

v1.4.13

22 Apr 19:41
1.4.13
Compare
Choose a tag to compare

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)