Communications Suite Delegated Administrator LDAP Object Classes and Attributes

Communications Suite Delegated Administrator LDAP Object Classes and Attributes

This chapter describes LDAP Schema 2 object classes and attributes used by Communications Suite Delegated Administrator.

Communications Suite Delegated Administrator provides web-based console and a command-line utility (commadmin) for provisioning (users, groups, resources, organizations) for Messaging Server and Calendar Server in an LDAP Schema 2 directory.

To provision Messaging Server users in an LDAP Schema 1 directory, you must use iPlanet Delegated Administrator, a deprecated tool. For information about object classes and attributes used by iPlanet Delegated Administrator, see iPlanet Delegated Administrator LDAP Object Classes and Attributes (Schema 1).

The chapter is divided into two sections:

The object classes and attributes are listed alphabetically.

Top

Object Classes

The following object classes are used by Delegated Administrator to provision users in an LDAP Schema 2 directory:

Top

sunDelegatedOrganization

Top

Supported by

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Definition

Object class that defines the properties of a business organization. For example, one property of sunDelegatedOrganization can designate a list of domain names the business organization can use for its users. Also, it can define the list of services designated by the provider organization, as available to the business organization, to be assigned to the users.

Top

Superior Class

top

Top

Object Class Type

auxiliary

Top

OID

Unknown

Top

Required Attributes

sunOrgType

Top

Allowed Attributes

sunAvailableServices, sunAvailableDomainNames, sunMaxUsers, sunNumUsers, sunMaxGroups, unNumGroups, sunEnableGAB, sunAllowMultipleServices, sunOrganizationSkin

Top

sunMailOrganization

Top

Supported by

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Definition

Object class to be added to a shared business organization that has mail service. sunMailOrganization adds two attributes (preferredMailHost and preferredMailMessageStore) that specify the mail host and message store partition where mail is stored for all users in the business organization.

You can only add the sunMailOrganization object class to a shared business organization (defined as "shared" with the sunOrgType attribute).

Do not add sunMailOrganization to a full domain business organization (defined as "full" with the sunOrgType attribute). For a full domain business organization, add the mailDomain object class, which also uses the preferredMailHost and preferredMailMessageStore attributes for provisioning the preferred mail host and message store for the domain.

Top

Superior Class

top

Top

Object Class Type

auxiliary

Top

OID

oid-sunMailOrganization

Top

Required Attributes

none

Top

Allowed Attributes

preferredMailHost, preferredMailMessageStore

Top

sunManagedLocation

Top

Supported by

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Definition

Object class to be added to the user/group root suffix. This class maintains a pointer (in the form of a DN) to the location of the Business Organization Tree and Residential Tree. For example, o=Business and o=Residential, respectively.

Top

Superior Class

top

Top

Object Class Type

auxiliary

Top

OID

Unknown

Top

Required Attributes

none

Top

Allowed Attributes

sunBusinessRoot, sunResidentialRoot, sunServicesRoot

Top

sunManagedProvider

Top

Supported by

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Definition

Object class used for storing the properties of a provider organization. Following are some of the properties maintained by sunManagedProvider:

  • Types of business organizations this provider can create
  • Where to create the business organizations
  • Services available to this provider
  • Domain names that can be used by the shared business organizations created under this provider organization

Top

Superior Class

top

Top

Object Class Type

auxiliary

Top

OID

oid-sunManagedProvider

Top

Required Attributes

None

Top

Allowed Attributes

sunAllowBusinessOrgType, sunBusinessOrgBase, sunIncludeServices, sunExcludeServices, sunAssignableDomains, sunAllowMultipleDomains, sunProviderOrgDN

Top

sunSharedDomain

Top

Supported by

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Definition

Object class to designate a domain that can be shared across multiple business organizations (such as sesta.com).

The sunSharedDomain object class can designate a hosted domain as a shared domain. Underneath this shared domain, there can be multiple Provider Organizations. Under the Provider Organizations you can create multiple Business Organizations, all sharing the same namespace as the shared domain.

Top

Superior Class

top

Top

Object Class Type

auxiliary

Top

OID

oid-sunSharedDomain

Top

Required Attributes

none

Top

Allowed Attributes

none

Top

Attributes

The following attributes are used by Delegated Administrator to provision users in an LDAP Schema 2 directory:

Top

mailParentalControl

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, single-valued

Top

Object Class

[inetMailUser FIX]

Top

Definition

Set to true when parental control is enabled for a user.

Messaging Server uses sieve rules to implement parental control (the ability of a family administrative account to specify mail delivery rules for one or more sub-accounts).

Parental control rules are stored in the family group entry (implemented by using mailSieveRuleSource as an attribute of the inetManagedGroup object class). When a head of family specifies parental control rules, the rules are transformed to sieve rules and stored in the family group entry.

When a sub-account is tagged for parental control, the DN of the family group entry is stored in the sub-account’s user entry (implemented with the mailSieveRuleRef attribute). In addition, the mailParentalControl attribute is set to true.

Allowed values: true, false

Default value: false

Top

Example

mailParentalControl: true

Top

OID

oid-mailParentalControl

Top

mailSieveRuleRef

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

dn, single-valued

Top

Object Class

[inetMailUser FIX]

Top

Definition

Specifies the DN of an LDAP entry. The referenced LDAP entry can contain additional mail filters in the entry’s mailSieveRuleSource attribute. Sieve rules specified in the referenced LDAP entry are applied before sieve rules specified in this user entry. This reference is used only when the mailParentalControl attribute is set to true.

Top

Example

mailSieveRuleRef: cn=Sample Family Group,o=groups,o=Residential,o=userGroupRoot

Top

OID

oid-mailSieveRuleRef

Top

preferredMailHost

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, single-valued

Top

Object Classes

[mailDomain FIX], sunMailOrganization

Top

Definition

If you are provisioning an LDAP Schema 2 directory with Communications Suite Delegated Administrator, use the following definition:

Sets the mail host name for new users in this business organization. When a user is created, the mailHost attribute of the user entry is filled by the value of preferredMailHost.

The preferredMailHost attribute is required when the business organization has a mail service.

If this is a full business organization, preferredMailHost is an attribute of the mailDomain object class. If this is a shared business organization, preferredMailHost is an attribute of the sunMailOrganization object class.

If you are provisioning an LDAP Schema 1 directory with iPlanet Delegated Administrator:

See [preferredMailHost FIX] for a definition of how to use this attribute with Schema 1.

Top

Example

preferredMailHost: mail.siroe.com

Top

OID

2.16.840.1.113730.3.1.761

Top

preferredMailMessageStore

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, single-valued

Top

Object Classes

[mailDomain FIX], sunMailOrganization

Top

Definition

If you are provisioning an LDAP Schema 2 directory with Communications Suite Delegated Administrator, use the following definition:

Sets the message store partition name for new users in this business organization. When a user is created, the mailMessageStore attribute of the user entry is filled by the value of preferredMailMessageStore.

If the preferredMailMessageStore attribute is missing, Delegate Administrator leaves the mailMessageStore attribute empty and the access server assumes that the user’s mailbox is in the default partition of the server instance.

If this is a full business organization, preferredMailMessageStore is an attribute of the mailDomain object class. If this is a shared business organization, preferredMailMessageStore is an attribute of the sunMailOrganization object class.

If you are provisioning an LDAP Schema 1 directory with iPlanet Delegated Administrator:

See [preferredMailMessageStore FIX] for a definition of how to use this attribute with Schema 1.

Top

Example

preferredMailMessageStore: primary

Top

OID

2.16.840.1.113730.3.1.762

Top

psIncludeInGAB

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, single-valued

Top

Object Class

ipUser

Top

Definition

Includes this user in the Global Address Book (GAB) and gives this user access to the Global Address Book.

Allowed values: true, false

Default value: true

Top

Example

psIncludeInGAB: false

Top

OID

oid-psIncludeInGAB

Top

sunAllowBusinessOrgType

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, multi-valued

Top

Object Class

sunManagedProvider

Top

Definition

Defines the types of business organizations this provider administrator can create.

This is a required attribute.

Allowed values:

  • shared— Designates a business organization that is assigned to a shared domain. Multiple business organizations can be part of a shared domain. The business organization being created shares its namespace with the other organizations in the domain.
  • full— Designates a business organization that is a full-fledged domain with an authorized domain name and its own unique namespace.

The sunAllowBusinessOrgType attribute can enable the provider to create

  • Only shared business organizations (shared value only)
  • Only business organizations that are real, full-fledged domains (full value only)
  • Both shared and full-fledged business organizations (shared and full values)

Top

Example

sunAllowBusinessOrgType: sharedsunAllowBusinessOrgType: full

Top

OID

oid-sunAllowBusinessOrgType

Top

sunAllowMultipleDomains

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, single-valued

Top

Object Class

sunManagedProvider

Top

Definition

Determines whether this provider organization can create business organizations that permit multiple domain names or a single domain name for their users.

The sunAllowMultipleDomains attribute applies only to business organizations created in shared domains. If a business organization is created as a domain with its own namespace, it can always have multiple domain names specified with the associatedDomain attribute.

If the sunAllowMultipleDomains attribute is not present, the LDAP semantics allow multiple domain names for the users of the business organizations. (The default value is true.)

Allowed values: true, false

Top

Example

sunAllowMultipleDomains: true

Top

OID

oid-sunAllowMultipleDomains

Top

sunAllowMultipleServices

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, single-valued

Top

Object Class

sunDelegatedOrganization

Top

Definition

NOTE: This attribute is not being used for this release.

Enables you to assign multiple classes-of-service to users in this business organization.

Allowed values: true, false

Default value: true

If sunAllowMultipleServices has a value of false, users in this business organization can have at most one class-of-service.

Top

Example

sunAllowMultipleServices: false

Top

OID

oid-sunAllowMultipleServices

Top

sunAssignableDomains

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, multi-valued

Top

Object Class

sunManagedProvider

Top

Definition

Specifies a list of domain names the provider administrator can choose from when assigning domains to business organizations in this provider organization. This list is derived from the domain names specified in the sunPreferredDomain and associatedDomain attributes of the parent or ancestor shared domain node.

If the sunAssignableDomains attribute is not present, all of the sunPreferredDomain and associatedDomain attributes are available to be assigned to business organizations by this provider.

Top

Example

sunAssignableDomains: sesta.com sunAssignableDomains: siroe.com sunAssignableDomains: varius.com

Top

OID

oid-sunAssignableDomains

Top

sunAvailableDomainNames

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, multi-valued

Top

Object Class

sunDelegatedOrganization

Top

Definition

Specifies a list of domain names available for use by the business organization. This list is a subset of domain names derived from the sunAssignableDomains attribute in the provider organization.

If the sunAvailableDomainNames attribute is not present, all domains from the sunAssignableDomains attribute in the provider organization are available for use by this business organization.

Top

Example

sunAvailableDomainNames: sesta.comsunAvailableDomainNames: siroe.com

Top

OID

oid-sunAvailableDomainNames

Top

sunAvailableServices

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Syntax

cis, multi-valued

Object Class

sunDelegatedOrganization

Definition

Specifies a list of Service Packages available to the business organization for its users and groups. Also specifies the number of instances of each named class-of-service.

This is a required attribute.

Format

The value of the attribute has two possible formats:

Limited Allocation

servicename:number:number_assigned

  • number is the number of service packages allocated to the organization
  • number_assigned is the number of service packages assigned to users or groups in the organization. If no service packages have been assigned, the value of number_assigned is -1.

Unlimted

servicename

If you specify servicename only—if you do not specify the number of services allocated and assigned—an unlimited number of that service is available to the business organization.

Example

sunAvailableServices:Gold:10:–1
sunAvailableServices:Mercury:20:5 
sunAvailableServices:Silver

In this example, 10 Gold services are available to the organization, 0 have been assigned. 20 Mercury services are available to the organization, 5 have been assigned. An unlimited number of Silver services are available to the organization.

OID

oid-sunAvailableServices

sunBusinessOrgBase

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

dn, single-valued

Top

Object Class

sunManagedProvider

Top

Definition

Contains the DN for the node underneath which all full domains for this provider organization are to be created.

You can assign this attribute only if the sunAllowBusinessOrgType attribute was provisioned to allow full domains (sunAllowBusinessOrgType: full).

Top

Example

sunBusinessOrgBase: o=providerorgDomainsRoot,o=Business,o=userGroupRoot

Top

OID

oid-sunBusinessOrgBase

sunBusinessRoot

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

dn, single-valued

Top

Object Class

sunManagedLocation

Top

Definition

Holds thTop
e DN of the root entry that contains the business organization tree.

Top

Example

sunBusinessRoot: o=Business,o=userGroupRoot

Top

OID

oid-sunBusinessRoot

Top

sunEnableGAB

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, single-valued

Top

Object Class

sunDelegatedOrganization

Top

Definition

Enables use of a global address book for this business organization.

Allowed values: true, false

Default value: false

Top

Example

sunEnableGAB: true

Top

OID

oid-sunEnableGAB

Top

sunExcludeServices

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, multi-valued

Top

Object Class

sunManagedProvider

Top

Definition

Specifies a list of classes-of-service that will be excluded from the business organizations in this provider organization.

If both the sunIncludeServices and sunExcludeServices attributes are specified, only sunIncludeServices takes effect. If neither attribute is present, all classes-of-service found underneath the container specified with the sunServicesRoot attribute will also be available to the business organizations in this provider organization.

Top

Example

sunExcludeServices: Bronze

Top

OID

oid-sunExcludeServices

Top

sunIncludeServices

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, multi-valued

Top

Object Class

sunManagedProvider

Top

Definition

Specifies a list of the classes-of-service available to business organizations in this provider organization.

The complete list of classes-of-service available in this directory is found underneath the container specified with the sunServicesRoot attribute.

If the sunIncludeServices attribute is not present, all classes-of-service specified underneath the class-of-service container will also be available to the business organizations in this provider organization.

Top

Example

sunIncludeServices: Gold

Top

OID

oid-sunIncludeServices

Top

sunMaxGroups

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

integer, single-valued

Top

Object Class

sunDelegatedOrganization

Top

Definition

Specifies the maximum number of groups that can be created in this business organization.

To enable the business organization to contain an unlimited number of groups, specify a value of -1.

Allowed values are integers.

Top

Example

sunMaxGroups: 20

Top

OID

oid-sunMaxGroups

Top

sunMaxUsers

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

integer, single-valued

Top

Object Class

sunDelegatedOrganization

Top

Definition

Specifies the maximum number of users who can be created in this business organization.

To enable the business organization to contain an unlimited number of users, specify a value of -1.

Allowed values are integers.

Top

Example

sunMaxUsers: 50

Top

OID

oid-sunMaxUsers

Top

sunNumGroups

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

integer, single-valued

Top

Object Class

sunDelegatedOrganization

Top

Definition

Specifies the current number of groups in this business organization.

Allowed values are integers.

Top

Example

sunNumGroups: 8

Top

OID

oid-sunNumGroups

Top

sunNumUsers

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

integer, single-valued

Top

Object Class

sunDelegatedOrganization

Top

Definition

Specifies the current number of users in this business organization.

Allowed values are integers.

NOTE: This number is maintained by Delegated Administrator. Manual changes to the number of users (using ldapmodify) will not be reflected in the count.

Top

Example

sunNumUsers: 12

Top

OID

oid-sunNumUsers

Top

sunOrganizationSkin

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, multi-valued

Top

Object Class

sunDelegatedOrganization

Top

Definition

This attribute is not currently implemented.

Enables this business organization to use a specified customization of the user interface (UI) to provide a specific look and feel for users in the organization.

The sunOrganizationSkin attribute is specified with a key-value pair. The key is the name of a skin to be used for the organization’s customized UI. The value identifies the jar file containing the skin.

Top

Format

skinname:jarfile

Top

Examples

sunOrganizationSkin: classic: classiclookandfeel.jarsunOrganizationSkin: modern: modernlookandfeel.jar

Top

OID

oid-sunOrganizationSkin

Top

sunOrgType

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

cis, single-valued

Top

Object Class

sunDelegatedOrganization

Top

Definition

Determines whether this business organization is part of a shared domain (shared) or is a full-fledged domain with its own namespace (full).

This is a required attribute.

Allowed values:

  • shared— Designates a business organization that is assigned to a shared domain. Multiple business organizations can be part of a shared domain. This business organization shares its namespace with the other organizations in the domain.
  • full— Designates a business organization that is a full-fledged domain with an authorized domain name and its own unique namespace.

Top

Example

sunOrgType: shared
sunorgtype: full

Top

OID

oid-sunOrgType

Top

sunProviderOrgDN

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

dn, single-valued

Top

Object Class

sunManagedProvider

Top

Definition

Contains the base DN that points to the business organization for this provider organization. The users of this provider organization are created in this business organization.

The provider organization cannot have any user entries directly under the provider organization node. All users in the provider organization must be managed in the separate business organization identified by the sunProviderOrgDN attribute. This business organization is like any other business organization.

Top

Example

sunProviderOrgDN: o=providerorg,o=sesta.com,o=sharedDomainsRoot,o=Business

Top

OID

oid-sunProviderOrgDN

Top

sunResidentialRoot

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

dn, single-valued

Top

Object Class

sunManagedLocation

Top

Definition

Holds the DN of the root entry that contains the residential tree.

Top

Example

sunResidentialRoot: o=Residential,o=userGroupRoot

Top

OID

Unknown

Top

sunServicesRoot

Top

Origin

Messaging Server 6 2006Q2; Communications Suite Delegated Administrator

Top

Syntax

dn, single-valued

Top

Object Class

sunManagedLocation

Top

Definition

Specifies the DN of the container of all the class-of-service definitions available to provider organizations in the directory.

Top

Example

sunServicesRoot: o=Services,o=Business,o=userGroupRoot

Top

OID

Unknown

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

Sign up or Log in to add a comment or watch this page.


The individuals who post here are part of the extended Sun Microsystems community and they might not be employed or in any way formally affiliated with Sun Microsystems. The opinions expressed here are their own, are not necessarily reviewed in advance by anyone but the individual authors, and neither Sun nor any other party necessarily agrees with them.

Copyright 1994-2009 Sun Microsystems, Inc.
Powered by Atlassian Confluence
Sun Guidelines on Public Discourse Privacy Policy Terms of Use Trademarks Site Map Employment Investor Relations Contact