LDAP Groups Return Different Values Than Expected
プラットフォームについて: Cloud と Data Center - この記事は クラウド プラットフォームとデータセンター プラットフォームの両方に等しく当てはまります。
Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*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.
この内容はお役に立ちましたか?