【发布时间】:2015-12-03 21:33:39
【问题描述】:
一段时间以来,我一直在尝试使用 Active Directory 配置 Sonar,但没有成功,所以看到新的 LDAP 1.5 插件我真的很兴奋。不幸的是,它仍然不适合我,但它是如此接近!查找成功,但随后失败:
DEBUG web[w.s.NegotiateSecurityFilter] logged in user: CORP\My.UserName (S-1-5-21-1305660829-1405082133-723345943-15257)
DEBUG web[w.s.NegotiateSecurityFilter] roles: CORP\My.UserName, CORP\Domain Users, Everyone, BUILTIN\Administrators, BUILTIN\Users, NT AUTHORITY\NETWORK, NT AUTHORITY\Authenticated Users, NT AUTHORITY\This Organization, [etc.]
INFO web[w.s.NegotiateSecurityFilter] successfully logged in user: CORP\My.UserName
DEBUG web[o.s.p.l.w.s.s.SsoAuthenticationFilter] Validating authenticated user
DEBUG web[http] GET /sessions/new?return_to=%2F | time=1527ms
ERROR web[rails] Error from external users provider: exception Java::Com4j::ComException: 80040e37 (Unknown error) : A referral was returned from the server.
DEBUG web[http] GET /ldap/validate | time=1738ms
这与协商协议有关,但我在使用默认 NTLM 协议时也遇到了同样的错误。运行声纳 5.2。
【问题讨论】:
-
我已经围绕这个主题开设了一个 Google 群组讨论,因为我可以看到那里的群组在解决问题时更加活跃:groups.google.com/forum/#!topic/sonarqube/XntaLr-w8yY
标签: active-directory ldap sonarqube