Skip to content

Commit

Permalink
Revert "enable authentication by default (#782)" (#785)
Browse files Browse the repository at this point in the history
This reverts commit c485985.
  • Loading branch information
kaikreuzer committed Oct 10, 2018
1 parent c485985 commit 045c3fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 0 additions & 4 deletions distributions/openhab/src/main/resources/runtime/services.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 045c3fb

Please sign in to comment.