Description
Authentication failures via WebDAV are not logged
Steps to reproduce
- Go to <server_addr>/remote.php/webdav in the browser
- Enter incorrect credentials several times
- Check OwnClod and Apache logs on the server
Expected behaviour
Authentication failures should be logged.
Actual behaviour
There are no log entries for WebDAV authentication failures.
Only login attempts made via the index.php (primary web interface) are logged.
Server configuration
Debian 7.6 64 bit
Apache 2.2.22
MySQL
Php 5.4.4
ownCloud 7.0.1
config/config.php:
'dbtype' => 'mysql',
'version' => '7.0.1.1',
'dbname' => 'oc',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc',
'dbpassword' => 'xxx',
'installed' => true,
'forcessl' => true,
'mail_from_address' => 'noreply',
'mail_smtpmode' => 'php',
'mail_domain' => 'xxx.eu',
'theme' => '',
'maintenance' => false,
'logtimezone' => 'Europe/Paris',
'logfile' => '/var/log/owncloud/owncloud.log',
'loglevel' => '2',
'log_authfailip' => true,
'default_language' => 'sk_SK'