1Plugin logautherror for Dokuwiki 2===== 3 4This is a plugin [dokuwiki](https://github.com/splitbrain/dokuwiki "DokuWiki is a standards compliant, simple to use Wiki, mainly aimed at creating documentation of any kind."), log in apache error_log when an authentification fail. 5Is usefull with [fail2ban](https://github.com/fail2ban/fail2ban "Fail2Ban scans log files like /var/log/pwdfail and bans IP that makes too many password failures.") ! 6 7**WARNING**: You can config the error message in the admin panel but by default match for fail2ban 8 9All documentation for this plugin can be found at 10http://www.dokuwiki.org/plugin:logautherror 11 12If you install this plugin manually, make sure it is installed in 13lib/plugins/logautherror/ - if the folder is called different it 14will not work! 15 16Please refer to http://www.dokuwiki.org/plugins for additional info 17on how to install plugins in DokuWiki. 18 19---- 20Copyright (C) ASTREL <devel@astrel.fr> 21 22This program is free software; you can redistribute it and/or modify 23it under the terms of the GNU General Public License as published by 24the Free Software Foundation; version 2 of the License 25 26This program is distributed in the hope that it will be useful, 27but WITHOUT ANY WARRANTY; without even the implied warranty of 28MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 29GNU General Public License for more details. 30 31See the COPYING file in your DokuWiki folder for details 32