Sun Java Communications Suite 5 Schema Reference

Attributes

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

domainUidSeparator

Origin

Messaging Server 5.0

Syntax

cis, single-valued

Object Classes

inetDomainOrg

Definition

This attribute is used only for LDAP Schema 1.

This attribute is used by the messaging server to override the default mailbox (MB) home. When present, this attribute specifies that compound user identifications (UID's) are used in this domain and this attribute specifies the separator. For instance, if + is the separator, the mailbox names in this domain are obtained by replacing the right most occurrence of + in the uid with @. To map an internal mailbox name to the UID, the right most occurrence of @ is replaced with a + in the mailbox name.

While substitution of an @ for the UID separator is sufficient to generate a mailbox name, this may not be the same as any of the user’s actual email addresses.


Note –

Format of internal mailbox names is uid@domain, where “domain” is DNS domain mapping to the namespace. The only exception to this rule is mailbox names for users in default domain where only the uid is used to construct internal mailbox names. See inetCanonicalDomainName on how the default value of domain name used can be overridden in specific cases.


The MTA option used to override this attribute’s value is LDAP_DOMAIN_ATTR_UID_SEPARATOR.

Example

domainUIDSeparator: #

OID

2.16.840.1.113730.3.1.702

domOrgMaxUsers

Origin

Messaging Server 5.0

Syntax

cis, single-valued

Object Classes

inetDomainOrg

Definition

This attribute is used only for LDAP Schema 1.

Maximum number of user entries in a domain organization.

Example

domOrgMaxUser: 500

OID

2.16.840.1.113730.3.1.697

domOrgNumUsers

Origin

Messaging Server 5.0

Syntax

cis, single-valued

Object Classes

inetDomainOrg

Definition

Number of current user entries in a domain organization.

Example

domOrgNumUsers: 345

OID

2.16.840.1.113730.3.1.698

memberOfManagedGroup

Origin

Messaging Server 5.0

Syntax

dn, single-valued

Object Classes

ipUser

Definition

Family accounts are not supported in LDAP Schema 2. Use this only if you are using LDAP Schema 1.

Specifies the DN of the family account of which this user is a member.

Example

memberOfManagedGroup: cn=Addams Family, ou=groups,o=sesta.com,o=isp

OID

2.16.840.1.113730.3.1.704

mgmanAllowSubscribe

Origin

Messaging Server 5.0

Syntax

cis, multi-valued

Object Classes

inetMailGroupManagement

Definition

Domain name(s) or email addresses of users allowed to subscribe to this mailing list.

Example

mgmanAllowSubscribe:sesta.com (Every user at sesta.com would be able to subscribe to the list.)

OID

2.16.840.1.113730.3.1.790

mgmanDenySubscribe

Origin

Messaging Server 5.0

Syntax

cis, multi-valued

Object Classes

inetMailGroupManagement

Definition

Domain name(s) or email addresses of users not allowed to subscribe to this list. The mgmanDenySubscribe attribute takes precedence over mgmanAllowSubscribe.

Example

mgmanDenySubscribe:siroe.com

OID

2.16.840.1.113730.3.1.791

mgmanGoodbyeText

Origin

Messaging Server 5.0

Syntax

cis, single-valued

Object Classes

inetMailGroupManagement

Definition

Reserved.

Example

No example given.

OID

2.16.840.1.113730.3.1.797

mgmanHidden

Origin

Messaging Server 5.0

Syntax

cis, single-valued

Object Classes

inetMailGroupManagement

Definition

Used with iPlanet Delegated Administrator for Messaging only.

A boolean flag specifying whether or not the group should appear in lists that are requested by people other than the group owners. A value of true corresponds with a hidden group, that is, the list is not visible. A value of false means that the list is visible. A missing value is the same as a value of false.

Example

mgmanHidden:true

OID

2.16.840.1.113730.3.1.792

mgmanIntroText

Origin

Messaging Server 5.0

Syntax

cis, single-valued

Object Classes

inetMailGroupManagement

Definition

Reserved.

Example

No example given.

OID

2.16.840.1.113730.3.1.796

mgmanJoinability

Origin

Messaging Server 5.0

Syntax

cis, single-valued

Object Classes

inetMailGroupManagement

Definition

Used for LDAP Schema 1 only. Specifies who can subscribe to the group. The allowed values are ANYONE, ALL, and NONE (If this attribute is not specified, the default is NONE):

Example

mgmanJoinability:All

OID

2.16.840.1.113730.3.1.793

mgmanMemberVisibility

Origin

Messaging Server 5.0

Syntax

cis, single-valued

Object Classes

inetMailGroupManagement

Definition

Only used in LDAP Schema 1 with iPlanet Delegated Administrator for Messaging.

Defines who has rights to view the group membership list (expand the group). This attribute has the keyword values: none, all, true ,anyone. No matter what the setting of this attribute, group owners always retain the right to view (and modify) membership.

However, if this attribute is checked in the case of group expansion as part of an SMTP EXPN command (that is, not as part of an administrative tool that can easily identify whether or not the client is the group owner), then a value of none ends up operating as if the list is unconditionally disabled. This is because SMTP doesn’t provided a means of establishing a client’s identity, such as “owner”.

The following table lists the keywords and gives a description of each:

Table 6–1 Rights Keywords

Rights  

Description  

anyone

Enables anyone to expand the group (see the members in the mailing list). Also, the MTA returns the addresses of members when an EXPN is performed. 

all or true

The user has to successfully authenticate to the directory (or iPlanet Delegated Administrator for Messaging) before expansion is allowed. 

none

Expansion is not allowed. 

Unrecognized values are interpreted as none.

If the attribute is not present, the MTA option EXPANDABLE_DEFAULT controls whether the expansion is allowed.


Note –

LDAP_EXPANDABLE is the MTA option used to specify a different attribute name for this function.


Example

mgmanMemberVisibility:all

OID

2.16.840.1.113730.3.1.795

mgmanVisibility

Origin

Messaging Server 5.0

Syntax

cis, single-valued

Object Classes

inetMailGroupManagement

Definition

Not available

Example

No example given.

OID

2.16.840.1.113730.3.1.794

mnggrpAdditionPolicy

Origin

Messaging Server 5.0

Syntax

cis, single-valued

Object Classes

inetOrgPerson

Definition

Reserved.

Example

No example given.

OID

2.16.840.1.113730.3.1.710

mnggrpBillableUser

Origin

Messaging Server 5.0

Syntax

dn, single-valued

Object Classes

inetOrgPerson

Definition

DN of the user who is responsible for paying the bills for this family account or group of users.

Example

mnggrpBillableUser: uid=John,ou=people,o=sesta.com,o=isp

OID

2.16.840.1.113730.3.1.711

mnggrpCurrentUsers

Origin

Messaging Server 5.0

Syntax

integer, single-valued

Object Classes

inetOrgPerson

Definition

Current number of users allowed in the managed group. Intended for reporting purposes only. No operational impact.

Example

mnggrpCurrentUsers: 20

OID

2.16.840.1.113730.3.1.714

mnggrpDeletionPolicy

Origin

Messaging Server 5.0

Syntax

cis, single-valued

Object Classes

inetOrgPerson

Definition

Reserved.

Example

No example given.

OID

2.16.840.1.113730.3.1.709

mnggrpMailQuota

Origin

Messaging Server 5.0

Syntax

integer, single-valued

Object Classes

inetOrgPerson

Definition

Cumulative disk quota allowed for all users in the managed group. A value of -1 specifies that there is no limit on space used by users in the managed group. Intended for reporting purposes only. No operational impact.

Example

mnggrpMailQuota:-1

OID

2.16.840.1.113730.3.1.715

mnggrpMaxUsers

Origin

Messaging Server 5.0

Syntax

integer, single-valued

Object Classes

inetOrgPerson

Definition

Maximum number of users allowed in the managed group.

Example

30

OID

2.16.840.1.113730.3.1.713

mnggrpStatus

Origin

Messaging Server 5.0

Syntax

cis, single-valued

Object Classes

inetOrgPerson

Definition

Reserved.

Example

No example given.

OID

2.16.840.1.113730.3.1.712

mnggrpUserClassOfServices

Origin

Messaging Server 5.0

Syntax

cis, multi-valued

Object Classes

inetOrgPerson

Definition

Reserved.

Example

No example given.

OID

2.16.840.1.113730.3.1.716

nsDefaultMaxDeptSize

Origin

Messaging Server 5.0; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

integer, single-valued

Object Classes

nsManagedDomain

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

Specifies the default size (in number of users) of a newly created department managed by Delegated Administrator.

Example

nsDefaultMaxDeptSize:20

OID

2.16.840.1.113730.3.1.562

nsMaxDepts

Origin

Messaging Server 5.0; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

integer, single-valued

Object Classes

organization, nsManagedDomain

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

Used with Delegated Administrator. Specifies the maximum number of group entries that can be created under this object.

Example

nsMaxDepts:200

OID

2.16.840.1.113730.3.1.557

nsMaxDomains

Origin

Messaging Server 5.0; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

integer, single-valued

Object Classes

nsManagedDomain

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

For use with Delegated Administrator. Specifies the maximum number of suborganizations allowed to be created under this object.

Example

nsMaxDomains:50

OID

2.16.840.1.113730.3.1.561

nsMaxMailLists

Origin

Messaging Server 5.0; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

integer, single-valued

Object Classes

nsManagedDomain

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

For use with Delegated Administrator. Specifies the maximum number of mailing lists that can be created under this entry.

Example

nsMaxMailLists:200

OID

2.16.840.1.113730.3.1.559

nsMaxUsers

Origin

Messaging Server 5.0; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

integer, single-valued

Object Classes

organization

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

For use with Delegated Administrator. Specifies the maximum number of users that can be created under this entry.

Example

nsMaxUsers:750

OID

2.16.840.1.113730.3.1.555

nsNumDepts

Origin

Messaging Server 5.0; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

integer, single-valued

Object Classes

organization, nsManagedDomain

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

For use with Delegated Administrator. Tracks the number of nested departments that exist under this object.

Example

nsNumDepts:35

OID

2.16.840.1.113730.3.1.556

nsNumDomains

Origin

Messaging Server 5.0; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

integer, single-valued

Object Classes

nsManagedDomain

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

Used by Delegated Administrator. Tracks the number of suborganizations that exist under this object.

Example

nsNumDomains:5

OID

2.16.840.1.113730.3.1.560

nsNumMailLists

Origin

Messaging Server 5.0; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

integer, single-valued

Object Classes

nsManagedDomain

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

Used by Delegated Administrator. Tracks the number of mail lists that exist under this object.

Example

nsNumMailLists:200

OID

2.16.840.1.113730.3.1.558

nsNumUsers

Origin

Messaging Server 5.0; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

integer, single-valued

Object Classes

organization, nsManagedDomain

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

Tracks the number of users that can be created under this object.

Example

nsNumUsers:2000

OID

2.16.840.1.113730.3.1.554

nsSearchFilter

Origin

Not currently used; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

cis, single-valued

Object Classes

nsManagedPerson

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

Reserved for future development for Delegated Administrator.

Example

No example given.

OID

2.16.840.1.113730.3.1.564

nsdaCapability

Origin

Messaging Server 5.0; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

cis, single-valued

Object Classes

nsManagedPerson

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

Specifies whether a user can create a mail list. Supports Delegated Administrator.

Example

No example given.

OID

2.16.840.1.113730.3.1.563

nsdaDomain

Origin

Messaging Server 5.0; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

cis, single

Object Classes

nsManagedPerson

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

Specifies the user’s organization, for Delegated Administrator.

Example

No example given.

OID

2.16.840.113730.3.1.600

nsdaModifiableBy

Origin

Messaging Server 5.0; deprecated in Messaging Server 6.0 with LDAP Schema 2.

Syntax

dn, single-valued

Object Classes

inetOrgPerson

Definition

This attribute is deprecated for LDAP Schema 2, it is supported only for LDAP Schema 1.

Used by Delegated Administrator. Specifies who has modify access to the object in which this attribute appears. DN of the administrator’s group used with ACI's to grant rights to manage other groups.

Example

nsdaModifiableBy: cn=service administrators,ou=group,o=isp

OID

2.16.840.1.113730.3.1.565