changeset 1197:25641c4cab36

mod_auth_external/examples: bash: Don't use log file by default
author Matthew Wild <mwild1@gmail.com>
date Thu, 26 Sep 2013 18:10:41 +0100
parents f45ca6edc159
children b21bd39c8a12
files mod_auth_external/examples/bash/prosody-auth-example.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_auth_external/examples/bash/prosody-auth-example.sh	Thu Sep 26 13:43:27 2013 +0200
+++ b/mod_auth_external/examples/bash/prosody-auth-example.sh	Thu Sep 26 18:10:41 2013 +0100
@@ -4,7 +4,7 @@
 AUTH_OK=1
 AUTH_FAILED=0
 LOGFILE="/var/log/prosody/auth.log"
-USELOG=true
+USELOG=false
 
 while read ACTION USER HOST PASS ; do