diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-14 21:39:49 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-14 21:39:49 +0100 |
commit | eab6d7eb23f66ac4a662a036336b292138e4484c (patch) | |
tree | b41d27609f143b4b99a7f22b70c2b42068941564 /config | |
parent | 0810d80f8a0f8611ed6f7befd4442ceb9b061781 (diff) | |
download | nextcloud-server-eab6d7eb23f66ac4a662a036336b292138e4484c.tar.gz nextcloud-server-eab6d7eb23f66ac4a662a036336b292138e4484c.zip |
Enhanced auth is totally unmaintained and broken
Let's remove it, it's also not secure anymore with the introduction of
our API etc...
(And doesn't work with ldap etc…)
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index b1655d02830..33aafab5484 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -36,12 +36,6 @@ $CONFIG = array( /* The automatic protocol detection of ownCloud can fail in certain reverse proxy situations. This option allows to manually override the protocol detection. For example "https" */ "overwriteprotocol" => "", -/* Enhanced auth forces users to enter their password again when performing potential sensitive actions like creating or deleting users */ -"enhancedauth" => true, - -/* Time in seconds how long an user is authenticated without entering his password again before performing sensitive actions like creating or deleting users etc...*/ -"enhancedauthtime" => 15 * 60, - /* A proxy to use to connect to the internet. For example "myproxy.org:88" */ "proxy" => "", |