aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-08-17 16:57:08 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-08-18 11:46:41 +0200
commit917574dcd1a9c4ea379cb22c65031b9b2f11fa97 (patch)
tree08c0414092cee4235ceb31c1414d8a881d9711ea /sonar-core
parent3a4fb4b364f2c04411adbb4d26d1952f94d8934e (diff)
downloadsonarqube-917574dcd1a9c4ea379cb22c65031b9b2f11fa97.tar.gz
sonarqube-917574dcd1a9c4ea379cb22c65031b9b2f11fa97.zip
SONAR-7994 Clean up migration that feed local users
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java b/sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java
index d0728366983..5c173cae78d 100644
--- a/sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java
+++ b/sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java
@@ -146,14 +146,6 @@ public class CorePropertyDefinitions {
.type(PropertyType.BOOLEAN)
.defaultValue(String.valueOf(false))
.build(),
- PropertyDefinition.builder(CoreProperties.CORE_AUTHENTICATOR_LOCAL_USERS)
- .name("Local/technical users")
- .description("Comma separated list of user logins that will always be authenticated using SonarQube database. "
- + "When using the LDAP plugin, for these accounts, the user attributes (name, email, ...) are not re-synchronized")
- .type(PropertyType.STRING)
- .multiValues(true)
- .defaultValue("admin")
- .build(),
PropertyDefinition.builder(CoreProperties.SCM_DISABLED_KEY)
.name("Disable the SCM Sensor")
.description("Disable the retrieval of blame information from Source Control Manager")