ReferralChasingOptions Enum

Definition

The ReferralChasingOptions enumeration specifies if and how referral chasing is pursued.

This enumeration supports a bitwise combination of its member values.

public enum class ReferralChasingOptions
[System.Flags]
public enum ReferralChasingOptions
[<System.Flags>]
type ReferralChasingOptions = 
Public Enum ReferralChasingOptions
Inheritance
ReferralChasingOptions
Attributes

Fields

All 96

Chase referrals of either the subordinate or external type. The value is equal to 96 or 0x60.

External 64

Chase external referrals. The value is equal to 64 or 0x40.

None 0

Never chase the referred-to server. Setting this option prevents a client from contacting other servers in a referral process. The value is equal to 0 or 0x0.

Subordinate 32

Chase only subordinate referrals which are a subordinate naming context in a directory tree. The ADSI LDAP provider always turns off this flag for paged searches. The value is equal to 32 or 0x20.

Applies to