LDAPResult ::= SEQUENCE { resultCode ENUMERATED { success (0), ... }, matchedDN LDAPDN, errorMessage LDAPString }Note that LDAPv3 supports referral within the LDAP Result. The added component is:
LDAPResult ::= SEQUENCE { ... errorMessage LDAPString, referral [3] Referral OPTIONAL }
|
|
|
|
|
|
|
|