Search results for query: *

  1. T

    Question Change LDAP Password

    Can someone take a look at those LDAP paths and respond with some helpful solution. I think if I can lock those down that I might be able to continue with this app.
  2. T

    Question Change LDAP Password

    I can't even seem to get a simple Directory Search to connect properly. Private Sub ChangePassword(ByVal un As String, ByVal pw As String, ByVal npw As String) Try Dim de As New DirectoryEntry("LDAP://<ip>/ou=Information...
  3. T

    Question Change LDAP Password

    new code bust doesn't work I changed a few things as seen below: Private Sub ChangePassword(ByVal un As String, ByVal pw As String, ByVal npw As String) Try Dim de As New DirectoryEntry() de.Path = "LDAP://<ip>/ou=Information...
  4. T

    Question Change LDAP Password

    I am creating a windows form app that will allow our IT admins to reset passwords on an old domain we only use sparingly. Throughout my searches I have come across multiple methods of scripting this, but each comes back with some type of error. My current code looks like: Private Sub...
Back
Top