Hi,
I had to write LDAP Authentication for my application against three different servers - Sun, Active Directory, and Novell's Edirectory. I was using System.DirectoryServices.protocols namespace where I found that the Available list of authentication types to be: Anonymous, Basic, Negotiate, Ntlm, Digest, Sicily, Dpa, Msn, External, Kerberos.
Now my question is, how can i set these different authentication types in each of these servers so that I can test how the app responds to my code. In short, how do i change the authentication type in each of these servers, and what type of authentication each of them support?
Thanks in advance,
Ramu