[Pkg-voip-commits] [resiprocate] 05/09: sync repro.config from upstream

Daniel Pocock pocock at moszumanska.debian.org
Tue Jan 21 21:23:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

pocock pushed a commit to branch master
in repository resiprocate.

commit 69eb0dd4a39b84e4507ea8da965a6f9522fe720f
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Tue Jan 21 20:00:41 2014 +0100

    sync repro.config from upstream
---
 debian/conf/repro.config | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

diff --git a/debian/conf/repro.config b/debian/conf/repro.config
index 87b5fbe..a0bb4d2 100644
--- a/debian/conf/repro.config
+++ b/debian/conf/repro.config
@@ -20,7 +20,7 @@ LogLevel = WARNING
 LogFilename = repro.log
 
 # Log file Max Bytes
-LogFileMaxBytes = 5242880
+LogFileMaxBytes = 0
 
 # Instance name to be shown in logs, very useful when multiple instances
 # logging to syslog concurrently
@@ -173,8 +173,25 @@ HttpPort = 5080
 # disable HTTP challenges for web based configuration GUI
 DisableHttpAuth = false
 
-# Web administrator password
-HttpAdminPassword = admin
+# Realm to use for HTTP admin interface digest authentication
+HttpAdminRealm = repro
+
+# File containing user/password details
+# 
+# The format is:
+#
+#   username:realm:HA1
+#
+# where
+#
+#   user = admin
+#   realm = the value from HttpAdminRealm
+#   HA1 = `echo -n user:realm:password | md5sum`
+#
+# You can use the htdigest utility from Apache to create and
+# manage this file 
+#
+HttpAdminUserFile = /etc/repro/users.txt
 
 # Comma separated list of IP addresses used for binding the Command Server listeners.
 # If left blank it will bind to all adapters.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/resiprocate.git



More information about the Pkg-voip-commits mailing list