Hi All,
My apology if this, or similar is already discussed here.
In our environment, user authentication fails at this line.
Dim userEntry As New DirectoryEntry(Path, UserName, Password, AuthenticationTypes.Signing)
And if I removed the 4th option and made it just
Dim userEntry As New DirectoryEntry(Path, UserName, Password)
It works.
What would you suggest me to do? I could use this own patched version, but better should be to stay with the one publicly distributed.
FYI. The “Authentication Type”, I leave it to the default “Delegation”. Or in fact, I have not changed anything from the default installation.
Thanks a lot in advance for your advice.
Kazu