LanceJenkinZA / prosody-modules

Automatically exported from code.google.com/p/prosody-modules
MIT License
0 stars 0 forks source link

mod_log_auth logs twice #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install and activate mod_log_auth
2. Login with wrong credentials
3. Authentication failure shows up twice in the logfile

What is the expected output? What do you see instead?
I expect the failure message only once in the logfile. Now I have to double the 
"maxretry" count in my fail2ban configuration. This works but this is just a 
workaround in my opinion :-)

What version of the product are you using? On what operating system?
Ubuntu 14.04.2 LTS, Prosody 0.9.1-1

Please provide any additional information below.
I have no special configuration on my server. Just a plain installation with 
one host. The only thing I defined in the configuration files is the SSL 
certificate and the mod_log_auth module. May it be a configuration fault 
anyways?

Original issue reported on code.google.com by mrclsch...@gmail.com on 4 May 2015 at 9:57