Each Content Cortex Site instance can be mapped to no specific DNS site or exactly one DNS site. If more than one site is configured for the Content Cortex domain, and these sites are in different geographical locations, LDAP communication between the application server and the directory server might go across a WAN and performance might suffer. To alleviate this, you can set this property, which causes the API to search for all domain controllers for the given domain under that site. For example, you could set the value of this property to "Chicago". All domain controllers for the given domain under "CN=Chicago,CN=Sites,CN=Configuration,DC=..." are tested by attempting a connection. The first running domain controller is selected.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property ActiveDirectorySiteDNS As String |
| C# |
|---|
string ActiveDirectorySiteDNS { get; set; } |
| Visual C++ |
|---|
property String^ ActiveDirectorySiteDNS { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_activeDirectorySiteDNS(); function set_activeDirectorySiteDNS(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ