首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Sonarqube 5.3集成安全锁系统帐户

Sonarqube 5.3集成安全锁系统帐户
EN

Stack Overflow用户
提问于 2016-02-02 00:13:45
回答 1查看 656关注 0票数 1

我们的声纳服务帐户被声纳服务器锁定时出现问题,我们已启用调试级日志记录,并且可以看到声纳尝试使用错误的密码进行身份验证,我不确定这是从哪里来的,但这会导致用户名帐户被锁定

"syssonar未通过身份验证:用户名或密码不正确。“

代码语言:javascript
复制
2016.02.01 15:23:05 DEBUG web[o.s.p.l.w.AdConnectionHelper] Active directory bind string for the domain <dom: LDAP://INTRANET/DC=INTRANET,DC=MYDOMAIN,DC=com
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.WindowsAuthenticationHelper] Details for user syssonar: UserDetails{name=sysSonar, email=null, userId=syssonar@INTRANET}
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.WindowsAuthenticationHelper] Authenticating user: syssonar
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.WindowsAuthenticationHelper] User syssonar is not authenticated : The user name or password is incorrect.
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.WindowsUsersProvider] Requesting details for user: syssonar
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.WindowsAuthenticationHelper] Getting details for user: syssonar
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.AdConnectionHelper] Getting active directory bind string for domain: INTRANET
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.AdConnectionHelper] Active directory bind string for the domain INTRANET: LDAP://INTRANET/DC=INTRANET,DC=MYDOMAIN,DC=com
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.WindowsAuthenticationHelper] Details for user syssonar: UserDetails{name=sysSonar, email=null, userId=syssonar@INTRANET}
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.WindowsAuthenticationHelper] Authenticating user: syssonar
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.WindowsAuthenticationHelper] User syssonar is not authenticated : The user name or password is incorrect.
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.WindowsUsersProvider] Requesting details for user: syssonar
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.WindowsAuthenticationHelper] Getting details for user: syssonar
2016.02.01 15:23:06 DEBUG web[o.s.p.l.w.AdConnectionHelper] Getting active directory bind string for domain: INTRANET
EN

回答 1

Stack Overflow用户

发布于 2016-02-13 05:12:36

必须使用对SonarQube SQL Server数据库具有访问权限的用户才能将SonarQube作为服务运行。如果启用了集成登录,则必须检查SonarQube连接字符串

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/35135145

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档