From: Benoit Joseph <benoit.joseph@teledisnet.be>
To: linux-admin <linux-admin@vger.kernel.org>,
linux-config <linux-config@vger.kernel.org>
Subject: Problem with openLDAP/SASL
Date: Sat, 10 Aug 2002 22:52:46 +0200 [thread overview]
Message-ID: <20020810205246.GG506@mares.joker.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1815 bytes --]
Hello,
This is my first post on the list so be indulgent ;-)
my problem is i'm not able to configure my openLDAP server to use SASL.
When i use any ldap command without the -x flag, i got the following
error
ldapadd -W -D 'cn=Manager,dc=<mydomain>,dc=be' -f
infrastructure/LDIFfiles/tree-structure.ldif
Enter LDAP Password:
ldap_sasl_interactive_bind_s: No such object
What should i do to avoid this error. Where can i find clear docs about
this?
Thanks for advance
Here is my slapd.conf
include /etc/openldap/schema/core.schema
include /etc/openldap/schema/cosine.schema
include /etc/openldap/schema/inetorgperson.schema
include /etc/openldap/schema/nis.schema
include /etc/openldap/schema/redhat/rfc822-MailMember.schema
# Load dynamic backend modules:
modulepath /usr/sbin/openldap
moduleload back_ldap.la
moduleload back_ldbm.la
moduleload back_passwd.la
moduleload back_shell.la
access to *
by dn="cn=Manager,dc=<my-domain>,dc=be" write
by self write
by users read
#######################################################################
# ldbm database definitions
#######################################################################
include /etc/openldap/schema/openldap.schema
database ldbm
suffix "dc=<my-domain>,dc=be"
rootdn "cn=Manager,dc=<my-domain>,dc=be"
rootpw secret
directory /var/lib/ldap
# Indices to maintain
index objectClass,uid,uidNumber,gidNumber,memberUid eq
index cn,mail,surname,givenname eq,subinitial
schemacheck on
defaultaccess none
readonly off
Benoit
--
Benoit JOSEPH
Perso: joker@baby-linux.net
benoit.joseph@teledisnet.be
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
reply other threads:[~2002-08-10 20:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020810205246.GG506@mares.joker.org \
--to=benoit.joseph@teledisnet.be \
--cc=linux-admin@vger.kernel.org \
--cc=linux-config@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).