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

can't connect to server



I need some help...

My problem: I can't connect to my ldapserver.
When I try to find people (in WinNT) and type the ip of the computer that
runs slapd in "Look in" and click "Find now" it says:

"The specified directory service could not be reached.
The service may be temporarily unavailable or the server name may be
incorrect"

Info on the server, which is a Red Hat 6.2 box:

---------------------------------------------------------------
[root@x imap]# /etc/rc.d/init.d/ldap status
slapd (pid 9760 9759 9758) is running...

[root@x linh]# ldapsearch -b "o=ehand, c=se" "objectClass=*"
o=ehand, c=SE
o=ehand
objectclass=organization

ou=co-worker, o=ehand, c=SE
ou=co-worker
objectclass=ehandunit

ou=misc, o=ehand, c=SE
ou=misc
objectclass=ehandunit

cn=Linh Huynh, ou=co-worker, o=ehand, c=SE
cn=Linh Huynh
sn=Huynh
mail=linh@ehand.se
mail=md99-lhu@nada.kth.se
objectclass=person

---------------------------------------------------------------
[root@x imap]# less /etc/openldap/slapd.conf
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include         /etc/openldap/slapd.at.conf
include         /etc/openldap/slapd.oc.conf
schemacheck     off
#referral       ldap://root.openldap.org/

pidfile         /var/run/slapd.pid
argsfile        /var/run/slapd.args

#######################################################################
# ldbm database definitions
#######################################################################

database        ldbm
#suffix         "dc=ehand, dc=com"
suffix          "o=ehand, c=SE"
rootdn          "cn=ldapmanager, o=ehand, c=SE"
#rootdn         "cn=Manager, o=My Organization Name, c=US"
rootpw          {crypt}a_TiIcuMzwImc
# cleartext passwords, especially for the rootdn, should
# be avoid.  See slapd.conf(5) for details.
directory       /usr/local/ldap
---------------------------------------------------------------

what am I missing?
I've also tried Netscape Messenger, but it says "can't find ldapserver"
also.

thanks in advance,
- Linh