On Wed, Jul 01, 2015 at 10:55:37AM +0200, Jonas Meurer wrote: > Hi again, ... > Problem is, that the password needs to be stored unencrypted in the
> password file for that authenticator. Is it possible to use encrypted
> password stores for cram-md5 authenticator, as it is for plain and
> login authenticators?
No. Benefit of cram-md5 is that password is not sent textually
on the net, but drawback is that it has to be stored unencrypted.
--
Eugene Berdnikov