EVT_SEVInfo

Contains a Security Equivalence Vector associated with a DSEvent.

Structure

  typedef struct EVT_SEVInfo {
     char          *entryDN;
     unsigned int   retryCount;
     char          *valueDN;
     int            referralCount;
     EVT_ReferralAddress  *referrals;
  };
  

Fields

entryDN

Specifies the DN of the Directory object whose Security Equivalence Vector (SEV) is being checked.

retryCount

Reserved

valueDN

Specifies the DN of an object or group being checked.

referralCount

Specifies the number of referrals in the referrals parameter.

referrals

Pointer to an array of EVT_ReferralAddress structures.