tags:

views:

45

answers:

1

Hi, is there a way for a c# application to interact via LDAP with Directory Servers like SUN's or Tivoli's ? If it's possible, any hints you can give me ?

Thanks

A: 

System.DirectoryServices.Protocols namespace contains various generic LDAP classes e.g. System.DirectoryServices.Protocols.LdapConnection

Ben Robinson