LDAP sync fails due to incorrect directory type

お困りですか?

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

コミュニティに質問

問題

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)

最終更新日 2016 年 4 月 5 日

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

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