# HG changeset patch
# User Pascal Volk <user@localhost.localdomain.org>
# Date 1351627780 0
# Node ID 8ea32fbfc9df165e4f65d0c801236e3dd512344b
# Parent  152ea3e3e955fc06d6892e5ce1ee85dd2f0d977b
VMM/password: Added scheme SCRAM-SHA-1.

diff -r 152ea3e3e955 -r 8ea32fbfc9df VirtualMailManager/password.py
--- a/VirtualMailManager/password.py	Sun Oct 28 18:57:49 2012 +0000
+++ b/VirtualMailManager/password.py	Tue Oct 30 20:09:40 2012 +0000
@@ -337,6 +337,7 @@
     'PLAIN-MD4': (_md4_hash, 0x10000f00),
     'PLAIN-MD5': (_md5_hash, 0x10000f00),
     'RPA': (_dovecotpw, 0x10000f00),
+    'SCRAM-SHA-1': (_dovecotpw, 0x20200a01),
     'SHA': (_sha1_hash, 0x10000f00),
     'SHA1': (_sha1_hash, 0x10000f00),
     'SHA256': (_sha256_hash, 0x10100a01),