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