<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello!</p>
    <p>I'm struggling to create the satisfactory set of records in <tt>sasldb2.db</tt>.
      If I use the regular</p>
    <blockquote>
      <p>saslpasswd2 -c user<br>
      </p>
    </blockquote>
    <p>I get exactly one record, according to <tt>sasldblistusers2</tt>:<br>
    </p>
    <blockquote>
      <p><tt><a class="moz-txt-link-abbreviated" href="mailto:user@my.example.com">user@my.example.com</a>:    userPassword</tt></p>
    </blockquote>
    <p>If I add -n to avoid storing the plain-text (I only really need
      the CRAM-MD5):</p>
    <blockquote>
      <p>saslpasswd2 -n -c user</p>
    </blockquote>
    <p>then sasldblistusers2 finds no records to list <i>at all</i>. My
      <tt>saslpasswd.conf</tt> consists of two lines:</p>
    <blockquote>
      <p><tt>mech_list:      cram-md5 digest-md5 ntlm plain</tt><tt><br>
        </tt><tt>log_level:      9</tt><br>
      </p>
    </blockquote>
    I'm on FreeBSD using cyrus-sasl-2.1.26_12. What am I doing wrong?
    Thank you,<br>
    <blockquote>-mi<br>
    </blockquote>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>