author | Pascal Volk <user@localhost.localdomain.org> |
Tue, 30 Oct 2012 20:09:40 +0000 | |
changeset 633 | 8ea32fbfc9df |
parent 632 | 152ea3e3e955 |
child 634 | 6f1aba75b693 |
--- 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),