PDA

View Full Version : problem starting ldap


djidji
18th November 2005, 02:00 AM
here is what is going on:

[root@damian ~]# service ldap start
Checking configuration files for slapd: [ OK ]
Starting slapd: [ OK ]
[root@damian ~]# netstat --prot=inet -l -n
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 10.10.10.49:53 0.0.0.0:* LISTEN
udp 0 0 127.0.0.1:53 0.0.0.0:*
udp 0 0 10.10.10.49:53 0.0.0.0:*

i don't know how come i get a response that slapd starts fine when nothing is listening on any ldap ports. also, ldapsearch comes with response that it could not connect to the server. any suggestions?