Robin Bowes wrote:
One issue I have is that it only uses auth-plain. I'd like to use auth-cram-md5 if possible, but I'm not sure if that's possible without knowing the plain text passwords (which I don't as they're encrypted with MD5 in the htpasswd file).
You are correct. You can only offer auth-plain because you do not have access to the plaintext password (which is required for cram-md5).
John
