我们的声纳服务帐户被声纳服务器锁定时出现问题,我们已启用调试级日志记录,并且可以看到声纳尝试使用错误的密码进行身份验证,我不确定这是从哪里来的,但这会导致用户名帐户被锁定
"syssonar未通过身份验证:用户名或密码不正确。“
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发布于 2016-02-13 05:12:36
必须使用对SonarQube SQL Server数据库具有访问权限的用户才能将SonarQube作为服务运行。如果启用了集成登录,则必须检查SonarQube连接字符串
https://stackoverflow.com/questions/35135145
复制相似问题