Search

You searched for the word(s): userid:842325

Matching Posts

  • Re: Cont: A local error has occurred (formatting fixed)

    I had this problem today when trying to access a windows 2003 AD domain from my vb.net app and this page was pretty much the only thing I found on google when searching for a solution. I eventually found a solution myself so thought I would post it just in case it helps anyone else. The way I got it working was to define the Authentication Type of the DirectoryEntry object as Secure. So for example, instead of this: Dim MyUserDE As New DirectoryEntry(ldappath) I now do this: Dim MyUserDE As New DirectoryEntry
    Posted to Active Directory and LDAP (Forum) by Chris128 on 12/1/2008
Page 1 of 1 (1 items)