Identify a directory service in a network

Last post 11-05-2009 12:18 AM by kamlesh_g_k. 0 replies.

Sort Posts:

  • Identify a directory service in a network

    11-05-2009, 12:18 AM
    • Member
      point Member
    • kamlesh_g_k
    • Member since 11-05-2009, 12:14 AM
    • Posts 3


       We have a requirement to scan the network and detect the presence of a directory service.
    If we find a directory service we need to ask the user for configuration parameters.
    I'm using WinLDAP  C++ libraries
    (http://msdn.microsoft.com/en-us/library/aa367016(VS.85).aspx)
     As per my research, to connect and search for an LDAP complaint directory service we need the following information 
    a) Distinguished Name (Example - 
    "CN=Subnets,CN=Sites,CN=Configuration")
    b) Domain Component (Example - 
    "DC=cts,DC=com")
    a) A valid userid and password
    We are querying Active directory, but we should be able to connect to other directory services like IBM trivoli, etc too.
    What other configuration parameters are needed to connect to directory services?
    Any info would be appreciated.

    Hi,

       We have a requirement to scan the network and detect the presence of a directory service.
    If we find a directory service we need to ask the user for configuration parameters.


    I'm using WinLDAP  C++ libraries
    (http://msdn.microsoft.com/en-us/library/aa367016(VS.85).aspx)

    As per my research, to connect and search for an LDAP complaint directory service we need the following information 

    a) Distinguished Name (Example - "CN=Subnets,CN=Sites,CN=Configuration")
    b) Domain Component (Example - "DC=cts,DC=com")
    a) A valid userid and password

    We are querying Active directory, but we should be able to connect to other directory services like IBM trivoli, etc too.

    What other configuration parameters are needed to connect to directory services?

    Any info would be appreciated.

Page 1 of 1 (1 items)