[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 ?