LDAP sync fails due to incorrect directory type
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
要約
問題
LDAP synchronisation fails and the users are not added into any groups. The following appears in the atlassian-confluence.log:
2013-01-03 12:50:44,309 ERROR [scheduler_Worker-4] [directory.ldap.mapper.GroupContextMapper] mapFromContext Failed to map attribute <memberDNs> from context with DN <cn=conf,ou=groups,dc=atl,dc=atlassian,dc=com>
org.springframework.ldap.BadLdapGrammarException: Failed to parse DN; nested exception is org.springframework.ldap.core.ParseException: Encountered "<EOF>" at line 1, column 5.
Was expecting:
<SPACED_EQUALS> ...
at org.springframework.ldap.core.DistinguishedName.parse(DistinguishedName.java:187)
at org.springframework.ldap.core.DistinguishedName.<init>(DistinguishedName.java:140)
...
診断
Ensure that you have POSIX style LDAP system
原因
The "Directory Type" chosen in the directory configuration is wrong
ソリューション
ソリューション
Navigate to Confluence Admin > User Directories, edit the configuration directory, and change the "Directory Type" to OpenLDAP (Read-Only Posix Schema)
この内容はお役に立ちましたか?