LDAP Service running?

  • Thread starter Thread starter Mike Matheny
  • Start date Start date
M

Mike Matheny

I am trying to set up a mail server on a WinXP Pro PC. It is NOT part of a
AD. I keep getting an error in the mail server about not being able to start
LDAP because there is already a service running on the port. Where is LDAP
and how do I disable it so the mail server LDAP can run?
 
I am trying to set up a mail server on a WinXP Pro PC. It is NOT part of
a
AD. I keep getting an error in the mail server about not being able to start
LDAP because there is already a service running on the port. Where is LDAP
and how do I disable it so the mail server LDAP can run?

LDAP is a protocol that uses TCP port 389.

To see what service is using port 389:
Open a Command Prompt window
Enter netstat -ano
Note the PID associated with port 389

Open TaskMgr
Use View: Select Columns to add PID column
Click on the Process tab
Find the service under the Image Name col next to the PID from the
netstat -ano cmd
 
Back
Top