From 045c3fb424869d98755dd95a5aaafea4a1fdcc29 Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Tue, 9 Oct 2018 22:17:51 -0400 Subject: [PATCH] Revert "enable authentication by default (#782)" (#785) This reverts commit c4859856708dfc43a1cec44447723885816f8094. --- .../openhab/src/main/resources/conf/services/runtime.cfg | 6 ------ .../openhab/src/main/resources/runtime/services.cfg | 4 ---- 2 files changed, 10 deletions(-) diff --git a/distributions/openhab/src/main/resources/conf/services/runtime.cfg b/distributions/openhab/src/main/resources/conf/services/runtime.cfg index b1451f8d34..358a5bea2e 100644 --- a/distributions/openhab/src/main/resources/conf/services/runtime.cfg +++ b/distributions/openhab/src/main/resources/conf/services/runtime.cfg @@ -1,9 +1,3 @@ -################# AUTHENTICATION ################ -# Whether or not authentication should be active. -# By default, authentication is enabled, so you need to login with a user that is specified -# in OPENHAB_USERDATA/etc/users.properties. -#org.eclipse.smarthome.auth:authentication.enabled=false - ##################### LOCALE #################### # The default language that should be used. If not specified, the system default locale is used. diff --git a/distributions/openhab/src/main/resources/runtime/services.cfg b/distributions/openhab/src/main/resources/runtime/services.cfg index 75e7b8ca54..1497130c12 100644 --- a/distributions/openhab/src/main/resources/runtime/services.cfg +++ b/distributions/openhab/src/main/resources/runtime/services.cfg @@ -13,8 +13,4 @@ org.eclipse.smarthome.threadpool:thingHandler=5 org.eclipse.smarthome.threadpool:discovery=5 org.eclipse.smarthome.threadpool:safeCall=10 -# Authentication settings -org.eclipse.smarthome.jaas:realmName=karaf -org.eclipse.smarthome.auth:authentication.enabled=true - org.eclipse.smarthome.autoupdate:sendOptimisticUpdates=true