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:
authortkmorris <mauricioarozi@gmail.com>2013-07-30 00:26:37 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2014-10-03 01:23:31 +0400
commit813aceb854949a863e095930423d8d49793e4be8 (patch)
tree974d5786c4aacc3aa51d0d5bd2df2eed2ebb978e /scripts
parent8097c089af25352b0a1d6ca33180de6755b0b43d (diff)
Add PBKDF2 support to Murmur.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/murmur.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/murmur.ini b/scripts/murmur.ini
index 98ccc43a3..77cb13a62 100644
--- a/scripts/murmur.ini
+++ b/scripts/murmur.ini
@@ -129,6 +129,14 @@ users=100
# Allow clients to use HTML in messages, user comments and channel descriptions?
#allowhtml=true
+# This sets password hash storage to legacy mode (1.2.4 and before)
+# (Note that this is insecure and should not be changed this unless absolutely needed)
+#legacyPasswordwHash=false
+
+# This overrides the global default for kdf iterations, if used for password authentications
+# (Note that you should only change this value if know both what you want and what you are doing)
+#kdfIterations=0
+
# Murmur retains the per-server log entries in an internal database which
# allows it to be accessed over D-Bus/ICE.
# How many days should such entries be kept?