Double variable expansion / multiple password mechanisms
Karsten Heiken
heiken at luis.uni-hannover.de
Tue Jun 14 14:40:05 UTC 2016
Hi Leon,
> I had the crazy thought I could do something like the following:
>
> For each user Store supported password schemes as LDAP attributes:
> userPasswordCRAM-MD5: {CRAM-MD5}xxx
> userPasswordDIGEST-MD5: {DIGEST-MD5}xxxx
> userPasswordSCRAM: {SCRAM-SHA-1}xxxx
> userPasswordNTLM: {NTLM}xxxx
You should be able to add multiple userPassword attributes to your directory:
userPassword: {CRAM-MD5}xxx
userPassword: {DIGEST-MD5}xxxx
userPassword: {SCRAM-SHA-1}xxxx
userPassword: {NTLM}xxxx
Karsten
More information about the dovecot
mailing list