Hi,
I installed openldap-2.0.6 with SASL support of redhat 6.2. It build
and test without a hitch. In running configure, I included the
"--with-cyrus-sasl" and the "--enable-spasswd" parameters. In
slapd.conf, I've included the following lines:
sasl-host cheshire.onlinemac.com
sasl-realm CHESHIRE
sasl-secprops noanonymous minssf=56
rootdn "uid=rtanner@cheshire.onlinemac.com"
But when I try to use ldapadd, no combination of options that I tried
would work. After I entered my password (mech=CRAM-MD5), ldapadd
would return with the error "Insufficient Access".
I know SASL is ok. I installed and configured it on the same machine
several months ago and it gets used continuously for Cyrus IMAP and
AUTH SMTP. The docs are all pretty sparse, so I wouldn't be
surprised if I'm just doing something wrong.
All suggestions appreciated. Thanks.