mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #399] Should this setting be "cn" instead of "displayName" - Authelia Config #152
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lordratner on GitHub (Dec 22, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/399
github.com/nitnelave/lldap@c64d32e2c0/example_configs/authelia_config.yml (L43)I could be looking at this wrong, but when I look at the full tree with ldap.exe, I don't even see a "displayName" attribute.
@nitnelave commented on GitHub (Dec 23, 2022):
They're synonyms. In the update that's coming up to implement #67 , the aliases will be made more formal and exposed to LDAP as the structure. You can see here the translation of LDAP attribute name -> data: https://github.com/nitnelave/lldap/blob/main/server/src/domain/ldap/user.rs#L51