2016-06-07 119 views
0

當我登錄到Sonar並將其保留一段時間並再次回到同一頁面時,聲納身份驗證失敗。 我們正在使用LDAP 0.1 jar文件和聲納3.3.1和sonar.properties文件中的配置如下所述:Sonar身份驗證失敗,並顯示LDAP

sonar.authenticator.class: org.sonar.plugins.ldap.LdapAuthenticator 

sonar.authenticator.ignoreStartupFailure: true 

sonar.authenticator.createUsers: true 

ldap.url: ldap://hostname.mycompany.com:389 

ldap.bindDn: [email protected] 

ldap.bindPassword: Password 

ldap.loginAttribute: sAMAccountName 

ldap.userObjectClass: user 

回答