Hi all,

according to RFC 4511 an ExtendedResponse has the following format:
  ExtendedResponse ::= [APPLICATION 24] SEQUENCE {
             COMPONENTS OF LDAPResult,
             responseName     [10] LDAPOID OPTIONAL,
             responseValue    [11] OCTET STRING OPTIONAL }

RFC 4511 obsoletes RFC 2251 where the ExtendedResponse was defined as:
   ExtendedResponse ::= [APPLICATION 24] SEQUENCE {
        COMPONENTS OF LDAPResult,
        responseName     [10] LDAPOID OPTIONAL,
        response         [11] OCTET STRING OPTIONAL }

The obsolete structure is still used in LDAP::ASN.pm and in Net::LDAP::Extension the attribute as well as the accessor is also called "response".

Kind regards,

Daniel

Reply via email to