Get other ldap query strings associated with a domain.
        Posted  
        
            by 
                seekerOfKnowledge
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by seekerOfKnowledge
        
        
        
        Published on 2011-01-04T14:28:42Z
        Indexed on 
            2011/01/04
            14:55 UTC
        
        
        Read the original article
        Hit count: 198
        
active-directory
|c#
I have in Softerra LDAP Administration something like the following:
server: blah.gov
OU=Domain Controllers etc...
ldap://subdomain.blah.gov
I can't figure out how to, in C#, get those other ldap subdomain query strings.
I'm not sure how else to explain it, so ask questions and I'll try to clarify.
Updated: This is what Softerra LDAP Administrator looks like. The ldap queries near the bottom are not children of the above node, but somehow, the program knows about them and linked them in the GUI. If I could figure out how, that would fix my problem.

© Server Fault or respective owner