diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-28 21:46:52 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-28 21:46:52 +0200 |
commit | 7c0340c63c5559abad481bd1d5da9e7f1cc7e4a9 (patch) | |
tree | 937637948afcf57562c30f20ab12e2faec47ad05 /config | |
parent | 318eaa9f5603a57411b6d928ada6219aebba15fc (diff) | |
parent | 2d9b46e3b9dc2ceb8e21c23a905891aa9c33151e (diff) | |
download | nextcloud-server-7c0340c63c5559abad481bd1d5da9e7f1cc7e4a9.tar.gz nextcloud-server-7c0340c63c5559abad481bd1d5da9e7f1cc7e4a9.zip |
Merge pull request #7852 from josh4trunks/basic_auth_fix
Fixes login / logout when HTTP Basic Headers are avilable.
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 12affc1c81f..3298672bf4a 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -181,9 +181,6 @@ $CONFIG = array( /* Whether ownCloud should log the last successfull cron exec */ "cron_log" => true, -/* Whether http-basic username must equal username to login */ -"basic_auth" => true, - /* * Configure the size in bytes log rotation should happen, 0 or false disables the rotation. * This rotates the current owncloud logfile to a new name, this way the total log usage |