[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
urgent problem with slapadd , ldapadd
- To: <openldap-software@OpenLDAP.org>
- Subject: urgent problem with slapadd , ldapadd
- From: "Yoginee Bhagwat" <ybhagwat@micromuse.com>
- Date: Wed, 6 Jul 2005 14:03:11 -0700
- Content-class: urn:content-classes:message
- Thread-index: AcWCbh4GOS+OKHmyQTmAAR2FpGl+AQ==
- Thread-topic: urgent problem with slapadd , ldapadd
Hi,
My slapd started without any problem. with netstat and ps I can see that
my slapd is running on given port but when I try to do slapadd it gives
me error
[root@shark openldap]# slapadd -v -l /tmp/top.ldif
slapadd: could not add entry dn="dc=wallst.dev.micromuse,dc=com"
(line=7)
this is my LDIF file
#Build the root node.
dn: dc=wallst.dev.micromuse,dc=com
dc: wallst.dev.micromuse
objectClass: dcObject
objectClass: organizationalUnit
ou: wallst.dev.micromuse Dot com
dn: ou=people,dc=wallst.dev.micromuse,dc=com
ou: people
objectClass: organizationalUnit
also I try to connect to it using ldapsearch or ldapadd it gives me
following error.
[root@shark openldap]# ldapsearch -x -b "dc=wallst.dev.micromuse,dc=com"
"(objectclass=*)'
ldap_sasl_interactive_bind_s: Can't contact LDAP server
Can anybody tell me what is going wrong ?
Thanks
-Yoginee