[Date Prev][Date Next] [Chronological] [Thread] [Top]

[no subject]



hello,
  i am new. i have a problem described below:

i have made a file named check & fraternity.ldif. but when i try to run the ldapadd cmd. it is gving me the error message:
ldap_sasl_interactive_bind_s: no such attribute


my check.ldif file is here:
dn: o=sliet,c=in
o: sliet
objectclass: organization

dn: cn=mukesh, o=sliet,c=in
cn mukesh
sn: singla
mail: mukesh_singla2k@yahoo.com
objectclass: person




my slapd.conf file is here:
# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.7 2001/09/27 20:00:31 kurt Exp $
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include /usr/local/etc/openldap/schema/core.schema
include /usr/local/etc/openldap/schema/inetorgperson.schema
#include /usr/local/etc/openldap/schema/nis.schema
#include /usr/local/etc/openldap/schema/qmail.schema


# Define global ACLs to disable default read access.

# Do not enable referrals until AFTER you have a working directory
# service AND an understanding of referrals.
#referral ldap://root.openldap.org


pidfile		/usr/local/var/slapd.pid
argsfile	/usr/local/var/slapd.args

# Load dynamic backend modules:
# modulepath	/usr/local/libexec/openldap
# moduleload	back_ldap.la
# moduleload	back_ldbm.la
# moduleload	back_passwd.la
# moduleload	back_shell.la

#
# Sample Access Control
#	Allow read access of root DSE
#	Allow self write access
#	Allow authenticated users read access
#	Allow anonymous users to authenticate
#
#access to dn="" by * read
#access to *
#	by self write
#	by users read
#	by anonymous auth
#
# if no access controls are present, the default is:
#	Allow read by all
#
# rootdn can always write!

#######################################################################
# ldbm database definitions
#######################################################################

database	ldbm
suffix		"dc=sliet,dc=net,c=IN"
#suffix		"o=My Organization Name,c=US"
rootdn		"cn=Manager,dc=sliet,dc=net,c=IN"
rootpw		secret
slapd AND
directory	/usr/local/var/openldap-ldbm

index	objectClass	eq



can anybody help. thanks in advance for the solution.