linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problem with openLDAP/SASL
@ 2002-08-10 20:52 Benoit Joseph
  0 siblings, 0 replies; only message in thread
From: Benoit Joseph @ 2002-08-10 20:52 UTC (permalink / raw)
  To: linux-admin, linux-config

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-10 20:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-10 20:52 Problem with openLDAP/SASL Benoit Joseph

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).