Restricts a group membership search to within the realms configured in Administration Console for Content Platform Engine.

A user can be in a configured realm but belong to a group in an unconfigured realm. By default (that is, when the property value is False), the server automatically searches cross-realm group membership (also called cross-domain group membership in Active Directory). If it reaches a realm that is not configured in Administration Console, the server returns a Realm not found error and group membership search processing stops. However, if the property value is True when this situation occurs, the server logs an informational message to the server error log and the group membership search continues.

NOTE This property is not supported for the Windows Active Directory Application Mode (ADAM) directory service provider. This is because ADAM does not support cross-realm group memberships (cross-partition memberships, in ADAM terminology).

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property RestrictMembershipToConfiguredRealms As Nullable(Of Boolean)
C#
Nullable<bool> RestrictMembershipToConfiguredRealms { get; set; }
Visual C++
property Nullable<bool> RestrictMembershipToConfiguredRealms {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_restrictMembershipToConfiguredRealms();
function set_restrictMembershipToConfiguredRealms(value);

ToggleRemarks

ToggleSee Also