Click or drag to resize

ADPostActionHandlerSplitComponents Method

Split an LDAP path containing organizational units and domain components.

Namespace:  Omada.OE.Solution.OIM.Assembly.SystemOnBoardingPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public string[] SplitComponents(
	string domainConnectionString
)

Parameters

domainConnectionString
Type: SystemString
Complete LDAP path connection string.

Return Value

Type: String
Separated LDAP components used to find connection strings and generate system name from first domain name.
See Also