flarum-ext-auth-ldap icon indicating copy to clipboard operation
flarum-ext-auth-ldap copied to clipboard

Improvements to LDAP extension, with nickname support and meaningful error messages

Open Yippy opened this issue 1 year ago • 2 comments

Added Nickname support, with the ability to use any search field that is set within settings. Please note That Nicknames extension must be enabled to be able to save Nicknames, placeholder will display givenname,sn as a example which is 'First Name' 'Surname' to be set as the Nickname for user profile

Added LDAP error messages for users, instead of the 'Error has occurred' html response. This will fix #48 issue.

Added Setting to allow admin's to display detail errors or not, this is a toggle in settings: image

Detailed error response will display incorrect LDAP binding: image

Detailed error response will display if LDAP search for account exist: image

Detailed error response will display if LDAP account password is incorrect: image

Yippy avatar Nov 06 '23 18:11 Yippy

Will also fix #39 issue.

Yippy avatar Nov 06 '23 18:11 Yippy

Implemented multiple LDAP domain settings, overhaul settings to display settings into sections. Added select2 to handle dropdown and multiple selection, pre-register LDAP fields options for easier usability. image

Yippy avatar Mar 04 '24 17:03 Yippy