Hi All
I got some suggestions yesterday from you guys but it seems that i
didn't understand something correctly
I'm trying to add a .ldif file in the database but i get this error
" [root@localhost root]# ldapadd -D "cn=ehoxha, o=colubris.com" -W <
/usr/local/etc/openldap/mili.ldif
Enter LDAP Password:
ldap_sasl_interactive_bind_s: No such object"
here is my slapd.conf file
#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/cosine.schema
include /usr/local/etc/openldap/schema/inetorgperson.schema
schemacheck=off
loglevel 1
# 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
access to * by * write
Allow read access of root DSE
Allow self write access
# Allow authenticated users read access
# Allow anonymous users to authenticate
access to dn=".*,?dc=colubris,dc=com" attr=homePhone
by selfwrite
by dn="(.*,)?dc=colubris,dc=com" search
by domain=.*\.colubris\.com read
#access to dn=".*.?dc=colubris,dc=com"
# by selfwrite
# by dn=".*,dc=colubris,dc=com" search
# by anonymous auth
#access to attr=member,entry
# by dnattr=member selfwrite
#access to attr=userPassword
# by selfwrite
# by anonymous auth
# by dn="cn=ehoxha,dc=colubris,dc=com" write
# if no access controls are present, the default is:
# Allow read by all
#
#rootdn can always write!
#######################################################################
# ldbm database definitions
#######################################################################
database ldbm
readonly on
suffix "o=colubris.com"
rootdn "cn=ehoxha, o=colubris.com"
#suffix "dc=colubris,dc=com"
#rootdn "cn=ehoxha,dc=colubris,dc=com"
rootpw ehoxha
directory /usr/local/var/openldap-ldbm
# Cleartext passwords, especially for the rootdn, should
# be avoid. See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd/tools. Mode 700 recommended.
directory /usr/local/var/openldap-ldbm
# Indices to maintain
index uid pres, eq objectClass
lastmod on
Here is the mili.ldif file i which i wanna add:
dn: o=colubris.com
o: colubris.com
objectclass: top
objectclass: organization
dn: ou=r&d, o=colubris.com
ou: r&d
objectclass: organizationalUnit
dn: uid=test, ou=r&d, o=colubris.com
uid: test
cn: Emilio Hoxha
sn: Hoxha
givenname: Emilio
objectclass: person
userpassword: {CRYPT}stephane
mailacceptinggeneralid:emilio.hoxha@colubris.com
ou: r&d
Help is very welcome
Regards
-Emilio
<<winmail.dat>>