Hello!
I'm struggling to create the satisfactory set of records in sasldb2.db.
If I use the regular
saslpasswd2 -c user
I get exactly one record, according to sasldblistusers2:
u...@my.example.com: userPassword
If I add -n to avoid storing the plain-text (I only really need the
CRAM-MD5):
saslpasswd2 -n -c user
then sasldblistusers2 finds no records to list /at all/. My
saslpasswd.conf consists of two lines:
mech_list: cram-md5 digest-md5 ntlm plain
log_level: 9
I'm on FreeBSD using cyrus-sasl-2.1.26_12. What am I doing wrong? Thank you,
-mi