ReferralChasingOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
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. |
External | 64 | Chase external referrals. The value is equal to 64 or 0x40. |
All | 96 | Chase referrals of either the subordinate or external type. The value is equal to 96 or 0x60. |
Applies to
.NET