On Sep 10, 2005, at 06:15 AM, Hirmke Michael wrote:
the who_am_i method from Net::LDAP::Extension::WhoAmI doesn't
return any information. Instead I get
error: 2: 0000203D: LdapErr: DSID-0C090C7D,
comment: Unknown extended request OID, data 0, vece
Server is a Windows 2003 SP1 DC.
Is this a problem with the server not being able to fulfil this
request?
Yes.
Does this method depend on the capabilities of the server? And if so,
can
I find out, whether the server has this capability?
Yes.
Do I have to check, if "1.3.6.1.4.1.4203.1.11.3" is in the list of
"supportedExtension"?
Yes. Or use the constant LDAP_EXTENSION_WHO_AM_I from
Net::LDAP::Constant
$ldap->root_dse->supported_extension( LDAP_EXTENSION_WHO_AM_I );
Graham.