Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2010-02-15 20:18:06 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2010-02-15 20:18:06 +0300
commit7ba42b7902d11bcedad825952481be4f90810a02 (patch)
tree61c86f8db4b46535181f383bd3852e6d2449d65e /scripts/murmur.ini
parent9d3a304e0b2a6cb5b829a9fec317c193db4232a5 (diff)
Split icesecret in icesecretread and icesecretwrite
Diffstat (limited to 'scripts/murmur.ini')
-rw-r--r--scripts/murmur.ini9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/murmur.ini b/scripts/murmur.ini
index d454223f9..eefdf35b3 100644
--- a/scripts/murmur.ini
+++ b/scripts/murmur.ini
@@ -35,7 +35,14 @@ dbus=session
# user account on your machine can connect to the Ice services.
# You can set a plaintext "secret" on the Ice conntection, and
# any script attempting to access must then have this secret.
-#icesecret=
+# Access is split in read (look only) and write (modify)
+# operations.
+#
+# Note that if this is uncommented and with empty content,
+# access will be denied.
+
+#icesecretread=
+icesecretwrite=
# How many login attempts do we tolerate from one IP
# inside a given timeframe before we ban the connection?