LDAP Error "Unbalanced parenthesis"

お困りですか?

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

コミュニティに質問

Platform Notice: Server, Data Center, and Cloud By Request - This article was written for the Atlassian server and data center platforms but may also be useful for Atlassian Cloud customers. If completing instructions in this article would help you, please contact Atlassian Support and mention it.

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 は除く

問題

When logging in using an LDAP user account, the following error occurs:

Test retrieve user: Failed
org.springframework.ldap.InvalidSearchFilterException: Unbalanced parenthesis; nested exception is 
javax.naming.directory.InvalidSearchFilterException: Unbalanced 
parenthesis; remaining name

atlassian-fisheye-YYYY-MM-DD.log に次のエラーが返される。

2016-03-25 17:14:03,161 ERROR [qtp1342346098-355 ] fisheye 
DefaultUserManager-loginWithSanitizedUserName - Could not authenticate 
user "UserName"
com.cenqua.fisheye.user.AuthenticationException: com.atlassian.crowd.exception.runtime.OperationFailedException
...
Caused
 by: org.springframework.ldap.InvalidSearchFilterException: Unbalanced 
parenthesis; nested exception is 
javax.naming.directory.InvalidSearchFilterException: Unbalanced 
parenthesis; remaining name... 

原因

User Object Filter requires that the value be enclosed in parentheses.  By default this is not an issue as the default values already include parentheses.

  • Versions of Fisheye prior to 4.0 allowed the User Object Filter to be specified without parentheses.

ソリューション

Add parentheses to the value of User Object Filter.


Example:

 

最終更新日 2018 年 7 月 31 日

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

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