LDAP Groups Return Different Values Than Expected
プラットフォームについて: Cloud および Data Center - この記事はクラウドと Data Center 両方のプラットフォームに等しく適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
症状
LDAP group names display incorrect values in the Group Browser.
原因
This function returns a list of full names or first names:
userAccessor.getMemberNames(group);
Confluence will go look under your group node in ldap. Usually what is under here is a list of members which are identified by CN=SomeUserName }} and Confluence will strip the {{'CN='
and return you the rest. Confluence returns a list of usernames that belong to a group.
This unexpected list can result if usernames are associated to some other attribute rather than the CN attribute, such as full name or first name or some other field assigned to CN instead.
ソリューション
There is currently no solution as this is dependent on your LDAP configuration. If the members under a group are identified by something other than CN=username, then the username will not be returned.