saslpasswd2 would not create records for CRAM-MD5, other mechanisms

"Mikhail T." <[email protected]> Sun, 8 Oct 2017 06:13:41 -0400
Newsgroups gmane.comp.security.cyrus.sasl
Message-ID <[email protected]>
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:

    [email protected]:    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