diff options
author | kondou <kondou@ts.unde.re> | 2014-02-26 18:06:13 +0100 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2014-02-26 18:06:13 +0100 |
commit | da19109f403d4d41a417181f5e1de67972334bad (patch) | |
tree | 10a6830d406627d4e0c8285e3eeb97e34a0a9f31 /config/config.sample.php | |
parent | 7f05c23231b7f77ccc155cdc229e1ae21267e0e5 (diff) | |
download | nextcloud-server-da19109f403d4d41a417181f5e1de67972334bad.tar.gz nextcloud-server-da19109f403d4d41a417181f5e1de67972334bad.zip |
Config to disable basic_auth username chacking
This can be confusing and/or annoying
Diffstat (limited to 'config/config.sample.php')
-rwxr-xr-x | config/config.sample.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9c5eca8a5ec..987a866e49b 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -178,6 +178,9 @@ $CONFIG = array( /* Enable or disable the logging of IP addresses in case of webform auth failures */ "log_authfailip" => false, +/* 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 |