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

RE: Indexing LDAP entries



Title: RE: Indexing LDAP entries

Hi All :
 
Can anybody tell me why I am getting error while adding user names and userid's
using "ldapadd" always gives me ldapadd: object not found.
 
But when i use slapadd and try to add it works...
Here is how my slapd.conf file looks like:
 
include /usr/local/etc/openldap/schema/core.schema
 
access to * by * write
 
pidfile         /usr/local/var/slapd.pid
 
argsfile        /usr/local/var/slapd.args
# General Backend Directives
 
backend ldbm
 
database ldbm
 
suffix "dc=scif,dc=com"
 
rootdn "cn=root,dc=scif,dc=com"
rootpw secret
 
directory /usr/local/var/openldap-ldbm
readonly off
 
index objectClass,uid  pres,eq
 
index cn,sn pres,eq,sub