Files
grav-plugin-login-ldap/CHANGELOG.md
2024-04-16 11:15:09 -06:00

1.1 KiB

v1.1.0

04/16/2024

    • Stop event propagation on empty username #27
    • Add LDAP configuration example for Active Directory #19
    • Fix plugin installation under PHP 8.1 #31

v1.0.2

11/16/2020

    • Allow to login if LDAP user's DN contains double quotes #18
    • Ignore authentication requests with empty username #14
    • Better handling a null condition with array_shift #8

v1.0.1

06/11/2018

    • Added ability to search for groups with customizable distinguishedName setting of the bound user (useful for ActiveDirectory domains) #1

v1.0.0

05/18/2018

    • Plugin released...