Managed CDI::EnableOrganization

The EnableOrganization procedure enables a customer organization for the CDI Service.

Arguments

Input argument Required Description

<path>

Yes

The Lightweight Directory Access Protocol (LDAP) path of the customer organization in the Service Provider domain.

<preferredDomainController>

Yes

The name of the preferred domain controller in the Service Provider domain.

<remoteNetBiosDomainName>

Yes

The NetBIOS name of the customer's remote domain.

<remoteFQDNDomainName>

Yes

The fully qualified domain name of the customer's remote domain.

<remotePreferredDomainController>

Yes

The name of the customer's remote preferred domain controller.

<remoteAdministratorContact>

Yes

The e-mail address of the customer's remote administrator contact.

Remarks

Security

The EnableOrganization procedure has the following security requirements:

  • The caller is impersonated.

  • Minimum security role is OrgCreators.

Sample Code

Example XML Request

The following is an example of an XML request for the EnableOrganization procedure of the Managed CDI Namespace:

<?xml version="1.0" encoding="iso-8859-1" ?> 
<request> 
 
  <procedure> 
 
    <execute namespace="Managed CDI" procedure="EnableOrganization" impersonate="1"> 
 
      <executeData> 
 
        <path>LDAP://OU=AlpineSkiHouse,OU=ConsolidatedMessenger,OU=Hosting,DC=Fabrikam,DC=Com</path> 
 
        <remoteNetBiosDomainName>Alpine</remoteNetBiosDomainName> 
 
        <remoteFQDNDomainName>Alpine.com</remoteFQDNDomainName> 
 
        <remotePreferredDomainController>AlpineAD.Alpine.Com</remotePreferredDomainController> 
 
        <remoteAdministratorContact>admin@Alpine.com</remoteAdministratorContact> 
 
        <preferredDomainController>ad0l.fabrikam.com</preferredDomainController> 
 
      </executeData> 
 
      <after source="executeData" destination="data" mode="merge"/> 
 
    </execute> 
 
  </procedure> 
 
</request> 

Example XMl Response

No example XML response.

Applies To

Managed Customer Directory Integration Namespace API for:

  • Hosted Messaging and Collaboration version 4.0

  • Hosted Messaging and Collaboration version 3.5

  • Windows-based Hosting version 4.5

  • Windows-based Hosting version 4.0

  • Windows-based Hosting for Applications version 1.0

See also

Tasks

Managed CDI::DisableOrganization