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

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