Skip to content

Commit

Permalink
fix(ldap): use displayname with openldap (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl authored Feb 13, 2025
1 parent ffcb765 commit 623ce59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/templates/ejabberd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ modules:
ldap_groupattr: "cn"
ldap_groupdesc: "o"
ldap_useruid: "uid"
ldap_userdesc: "displayName"
ldap_ufilter: "(uid=%u)"
ldap_rfilter: "(objectClass=inetOrgPerson)"
ldap_memberattr: "uid"
Expand Down

0 comments on commit 623ce59

Please sign in to comment.