Skip to content

Authentication failures via WebDAV are not logged #10366

Closed
@ati562

Description

@ati562

Authentication failures via WebDAV are not logged

Steps to reproduce

  1. Go to <server_addr>/remote.php/webdav in the browser
  2. Enter incorrect credentials several times
  3. 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'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions