Jump to content

Recommended Posts

Posted

Yeah i know that

 

I know that 636 is the port for SSL.

 

But i would like to know how to find out the port its running on. Reason behind this is basically we have had School boardband install in the school about 3 months now

 

There have tried to do a ldap query but it has been failing everytime. I have tested Ldap and its working fine on the server. there have tested the firewalls on the server its not working come up query failed. So now im wondering if it ldap is running on a different port. I have only had at this school for a months.

Posted

grep -i ldap /etc/services

 

ldap 389/tcp

ldap 389/udp

ldaps 636/tcp # LDAP over SSL

ldaps 636/udp # LDAP over SSL

www-ldap-gw 1760/tcp # www-ldap-gw

www-ldap-gw 1760/udp # www-ldap-gw

msft-gc-ssl 3269/tcp # Microsoft Global Catalog with LDAP/SSL

msft-gc-ssl 3269/udp # Microsoft Global Catalog with LDAP/SSL

ldap-admin 3407/tcp # LDAP admin server port

ldap-admin 3407/udp # LDAP admin server port

bmc_ctd_ldap 6301/tcp # BMC CONTROL-D LDAP SERVER

bmc_ctd_ldap 6301/udp # BMC CONTROL-D LDAP SERVER

Posted
grep -i ldap /etc/services

 

ldap 389/tcp

ldap 389/udp

ldaps 636/tcp # LDAP over SSL

ldaps 636/udp # LDAP over SSL

www-ldap-gw 1760/tcp # www-ldap-gw

www-ldap-gw 1760/udp # www-ldap-gw

msft-gc-ssl 3269/tcp # Microsoft Global Catalog with LDAP/SSL

msft-gc-ssl 3269/udp # Microsoft Global Catalog with LDAP/SSL

ldap-admin 3407/tcp # LDAP admin server port

ldap-admin 3407/udp # LDAP admin server port

bmc_ctd_ldap 6301/tcp # BMC CONTROL-D LDAP SERVER

bmc_ctd_ldap 6301/udp # BMC CONTROL-D LDAP SERVER

 

Does not tell you what port ldap is running on though.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...