diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index 1450f07f..12f13b2e 100755 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -392,6 +392,7 @@ angular.module('syncthing.core') $scope.openNoAuth = guiCfg.address.substr(0, 4) !== "127." && guiCfg.address.substr(0, 6) !== "[::1]:" && (!guiCfg.user || !guiCfg.password) + && guiCfg.authMode !== 'ldap' && !guiCfg.insecureAdminAccess; if (!hasConfig) {