SonarQubeCommunity / sonar-activedirectory

GNU Lesser General Public License v3.0
16 stars 6 forks source link

SonarException: Realm 'ACTIVE_DIRECTORY' not found #7

Closed golayp closed 8 years ago

golayp commented 8 years ago

Hello,

I'm trying to upgrade from ldap plugin 1.5.1 to 2.0 but when i follow instructions given, i receive the following exception on sonarqube startup: Caused by: org.sonar.api.utils.SonarException: Realm 'ACTIVE_DIRECTORY' not found. Please check the property 'sonar.security.realm' in conf/sonar.properties

Did i miss something?

pascalberger commented 8 years ago

To use ACTIVE_DIRECTORY realm you need to install this plugin and can uninstall the LDAP plugin afterwards.

golayp commented 8 years ago

Ok thanks you, I finally solved the problem by using the version 1.5.1 and configuring groups in sonarqube postfixed with the domain name like "mygroup@mydomain" ... But I definitely will give a try to this new plugin.