LDAP Groups Return Different Values Than Expected

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

LDAP group names display the incorrect values in the Group Browser.

原因

This function returns list of full name 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 currently is no solution as this is dependant 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.


最終更新日: 2016 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.