LDAP_DISPLAY_NAME_ATTRIBUTE merge multiple values #1383

Closed
opened 2026-02-05 00:44:38 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @dusatvoj on GitHub (Sep 26, 2019).

Describe the feature you'd like
Ability to merge 2 values in LDAP_DISPLAY_NAME_ATTRIBUTE like:
LDAP_DISPLAY_NAME_ATTRIBUTE={givenName sn}

Describe the benefits this feature would bring to BookStack users
Merging first and last name from LDAP when fhere is no full name filled in LDAP

Originally created by @dusatvoj on GitHub (Sep 26, 2019). **Describe the feature you'd like** Ability to merge 2 values in `LDAP_DISPLAY_NAME_ATTRIBUTE` like: `LDAP_DISPLAY_NAME_ATTRIBUTE={givenName sn}` **Describe the benefits this feature would bring to BookStack users** Merging first and last name from LDAP when fhere is no full name filled in LDAP
OVERLORD added the 🔨 Feature Request🚪 Authentication🏭 Back-End labels 2026-02-05 00:44:38 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Dec 1, 2024):

Thanks for the original request @dusatvoj.
Thanks to @MatthieuLeboeuf this has now been implemented via #5295 and is due to be part of the next feature release.

The syntax would follow the example: LDAP_DISPLAY_NAME_ATTRIBUTE="firstname|lastname".

@ssddanbrown commented on GitHub (Dec 1, 2024): Thanks for the original request @dusatvoj. Thanks to @MatthieuLeboeuf this has now been implemented via #5295 and is due to be part of the next feature release. The syntax would follow the example: `LDAP_DISPLAY_NAME_ATTRIBUTE="firstname|lastname"`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1383