Directory Programming .NET

Active Directory and ADAM programming support for .NET developers
Welcome to Directory Programming .NET Sign in | Join | Help

Re: DirectorySearfh.FindAll() COMException 0x80072029

  •  06-29-2010, 8:21 PM

    Re: DirectorySearfh.FindAll() COMException 0x80072029

    Why do you think the authentication type is SecureSocketsLayer? That's not a default value and you don't set that anywhere. In .NET 2.0+, the default is "Secure" which does negotiate authentication.

    It would also be helpful to know what the value of the username and password were that generated this failure. How do we know if they are null references or empty strings from the code above?

View Complete Thread