It is a simple plugin to integrate Sonar with Active Directory for authentication.
- AD Configuration autodiscovery (zero configuration in Sonar)
- AD Authentication
- User groups retrieval
- Drop the plugin sonar-ad-plugin jar to Sonar plugin directory (<Sonarqube Home>\extensions\plugins).
- Add the following to sonar config (<Sonarqube Home>\conf\sonar.properties) & Restart Sonar
sonar.security.realm: AD
sonar.authenticator.createUsers: true
- 0.4 Changes to retrieve the groups of the logged in user
- 0.3 Changes to [define AD Domain manually] (programmingforliving#2) - Credits to Sergey Timanin
- 0.2 Changes to bypass AD for Sonar default user 'admin' - Credits to Frieder Bluemle
- 0.1 Initial version