"ADSVALUE not implemented" error, LDAP, dotNet, and more!
- From: "Fenster Blick" <fensterblick@xxxxxxxxx>
- Date: 16 Jun 2006 00:10:02 -0700
I've read every single posting on ADSVALUE, and possibly every single
posting on LDAP and .NET/dotNet, but I am still having problems
debugging an LDAP authentication issue.
The setup: We are using a .Net application to authenticate, using SSL,
with an LDAP directory on port 636. In the .Net code, the
DirectorySearcher searches on a DirectoryEntry. It uses the FastBind
AuthenticationType.
Sometimes it works and sometimes it doesn't. In almost every scenario,
if the application has not been used for several hours and someone
attempts authentication, it fails with the "ADSVALUE type is not yet
implemented" error message. Interestingly, if we wait about 30 minutes
and do not attempt any more logins, the error goes away.
Could the errors be related to FastBind? Should it be using
AuthenticationTypes.SecureSocketLayer instead?
Finally, the Microsoft documentation mentions that for FastBind, "ADSI
does not attempt to query the Active Directory objectClass property and
thus only exposes the base interfaces supported by all ADSI objects
instead of the full object support". I am clueless as to what this
means - can someone translate this into clearer English? What does it
matter if the objectClass property is not initially queried? Since our
LDAP has custom attributes, could this behaviour of FastBind cause the
error we received?
.
- Follow-Ups:
- Re: "ADSVALUE not implemented" error, LDAP, dotNet, and more!
- From: Dmitry Soloviev
- Re: "ADSVALUE not implemented" error, LDAP, dotNet, and more!
- From: Joe Kaplan \(MVP - ADSI\)
- Re: "ADSVALUE not implemented" error, LDAP, dotNet, and more!
- Prev by Date: Re: Unable to establish secure connection with the server
- Next by Date: Re: "ADSVALUE not implemented" error, LDAP, dotNet, and more!
- Previous by thread: Web Application over a network share
- Next by thread: Re: "ADSVALUE not implemented" error, LDAP, dotNet, and more!
- Index(es):
Relevant Pages
|
|