+ Post New Thread
Results 1 to 12 of 12
Windows Server 2000/2003 Thread, How do i find the port number of in Technical; LDAP Basically i would know what port ldap is running on...
  1. #1

    Join Date
    Apr 2012
    Posts
    93
    Thank Post
    2
    Thanked 1 Time in 1 Post
    Rep Power
    0

    How do i find the port number of

    LDAP

    Basically i would know what port ldap is running on

  2. IDG Tech News
  3. #2


    Join Date
    Feb 2007
    Location
    Northamptonshire
    Posts
    4,564
    Thank Post
    344
    Thanked 763 Times in 689 Posts
    Rep Power
    280
    Default of 389 for non SSL enabled connections.

    Check out - Lightweight Directory Access Protocol - Wikipedia, the free encyclopedia for the others

  4. #3

    Join Date
    Apr 2012
    Posts
    93
    Thank Post
    2
    Thanked 1 Time in 1 Post
    Rep Power
    0
    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.

  5. #4

    Join Date
    Apr 2012
    Posts
    93
    Thank Post
    2
    Thanked 1 Time in 1 Post
    Rep Power
    0
    I have sorted the port number. It is running on 389

  6. #5


    Join Date
    Jan 2006
    Posts
    7,748
    Thank Post
    422
    Thanked 961 Times in 747 Posts
    Rep Power
    307
    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

  7. #6

    Join Date
    Apr 2012
    Posts
    93
    Thank Post
    2
    Thanked 1 Time in 1 Post
    Rep Power
    0
    That command does not work on my server

    grep -i ldap /etc/services

  8. #7


    Join Date
    Jan 2006
    Posts
    7,748
    Thank Post
    422
    Thanked 961 Times in 747 Posts
    Rep Power
    307
    first rule of windows servers.
    Install cygwin to make them functional

    Cygwin

  9. #8


    Join Date
    Feb 2007
    Location
    Northamptonshire
    Posts
    4,564
    Thank Post
    344
    Thanked 763 Times in 689 Posts
    Rep Power
    280
    I said it was 389 on the first post but

  10. #9
    twin--turbo's Avatar
    Join Date
    Jun 2012
    Location
    Carlisle
    Posts
    1,424
    Thank Post
    1
    Thanked 207 Times in 198 Posts
    Rep Power
    66
    Quote Originally Posted by CyberNerd View Post
    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.

  11. #10


    Join Date
    Jan 2006
    Posts
    7,748
    Thank Post
    422
    Thanked 961 Times in 747 Posts
    Rep Power
    307
    Quote Originally Posted by twin--turbo View Post
    Does not tell you what port ldap is running on though.
    No, it tells you where it *should* be running. you'd need lsof to dig deeper.

  12. #11
    twin--turbo's Avatar
    Join Date
    Jun 2012
    Location
    Carlisle
    Posts
    1,424
    Thank Post
    1
    Thanked 207 Times in 198 Posts
    Rep Power
    66
    netstat should do this

    Rob

  13. #12

    glennda's Avatar
    Join Date
    Jun 2009
    Location
    Sussex
    Posts
    7,234
    Thank Post
    263
    Thanked 1,034 Times in 935 Posts
    Rep Power
    300
    If the server is a global catalog server you should also be able to use 3268.

SHARE:
+ Post New Thread

Similar Threads

  1. How do I find my Promethean product serial number?
    By markrobinson in forum Promethean Direct Support
    Replies: 8
    Last Post: 2nd March 2011, 09:41 AM
  2. how do i find the chipset for my NIC
    By speedy1 in forum Hardware
    Replies: 1
    Last Post: 15th January 2011, 08:12 PM
  3. How do I extend the life of my Sanyo / Promethean LCD projector?
    By markrobinson in forum Promethean Direct Support
    Replies: 0
    Last Post: 12th November 2009, 03:06 PM
  4. Replies: 1
    Last Post: 30th January 2009, 09:23 AM
  5. how do i change the content id of a page?
    By e_g_r in forum EduGeek Joomla 1.0 Package
    Replies: 5
    Last Post: 23rd January 2008, 09:09 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •