i have recently uninsalled openldap, and reinstalled it.
I noticed that I could not start slapd because it said it address already in use...
Code:
[root@box openldap]# netstat -a |grep ldap
tcp 0 0 *:ldap *:* LISTEN
tcp 0 0 *:ldaps *:* LISTEN
ldap is not running.... ps aux shows no sign of ldap or slapd.
neither does top..
why is this port still open, and can i close it without restarting...?