[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
new to OpenLDAP - getting error 32 !!!!
Hi,
I am new to OpenLDAP but have played with NDS using a GUI to maintain the
Directory and I am having a couple of kick-off issues with OpenLDAP 2_0.11
I brought up the server on 389 with the following in sldap.conf :
##########################################################################
access to * by * write
# See Schema Specification
#attributetype <attribute type description>
# Default access directive when no access directive is specified
defaultaccess write
idletimeout 30
loglevel 256
# objectclass <object class description > (Schema Specification )
#######################################################################
# ldbm database definitions
#######################################################################
database ldbm
suffix "o=pictorsolutions.com,c=US"
rootdn "cn=Manager,o=pictorsolutions.com,c=US"
# Cleartext passwords, especially for the rootdn, should
# be avoid. See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw secret
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd/tools. Mode 700 recommended.
directory /usr/local/tools/openldap2.011/var/openldap-ldbm
# Indices to maintain
index objectClass eq
##########################################################################
And have the following entry in the DB and ran the "slapadd" to include this
entry.
##########################################################################
dn: cn=Ram Munjuluri,o=pictorsolutions.com,c=US
cn: Ram Munjuluri
cn: Ram
objectClass: top
objectClass: person
sn: Munjuluri
##########################################################################
I am only able to get the "namingContexts" listing to work and the out put
gives me
"o=pictorsolutions.com,c=US" but I am never able to access "cn=Ram" no
matter what combinations on filters I try. I keep getting error - 32 for all
queries.
Am I missing something ?
thanx in advance
-Ram