hi,
In my project i have to authenticate users from multiple domain.We are providing provision for entering these values from the screen username,password and domain.And i will use the following functions for validating the user
private
{
strLDAPQuery =
strLDAPQuery = strLDAPQuery.Substring(0, firstDCindex + 3) + strDomain + strLDAPQuery.Substring(firstCommaIndex);
}
deRootDSE =
autheticationResult=
This works fine if we are validating the users in the same domain to which we are logged into the system.For other domain users its not working.Any help will be appreciated.