# # From http://docs.iplanet.com/docs/manuals/messaging/ims50/sr/objects.htm # # (DC tree) DN of the customer's Organization subtree where all # user/group entries are stored. This attribute must be present and # point to a valid Organization subtree DN. Messaging Server # components MUST resolve this DN in order to search for user and # group entries that correspond to the hosted organization. # Example: inetDomainBaseDN: o=sesta.com,o=siroe-isp.com attributetype ( 2.16.840.1.113730.3.1.690 NAME 'inetDomainBaseDN' DESC 'DN of the customers Organization' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}) # Specifies the global status of a domain. The intent of this # attribute is to enable the administrator to temporarily suspend # and reenable access, or to permanently remove access, by the # domain and all its users to all the services enabled for that # domain. This attribute takes one of three values. Supported # values are: # active - Domain is active and users in the domain may use # services enabled by the overlay of service-specific object # classes and the service state as indicated by the # particular status attribute for that service. # inactive - Domain is inactive. The account may not use any # services granted by service-specific object classes. This state # overrides individual service status set using the service's # status attributes. # deleted - Domain is marked as deleted. The account may remain # in this state within the directory for some time (pending # purging of deleted users). Service requests for all users in a # domain marked as deleted will return permanent failures. # Missing value implies status is active. An illegal value is # treated as inactive. # Example # inetDomainStatus: active attributetype ( 2.16.840.1.113730.3.1.691 NAME 'inetDomainStatus' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}) # Auxiliary class for Nortel and Sun/Netscape Alliance # interoperability specification compliant services like mail, # Radius, and calendar. Used to extend the base entry created by # domain. It represents a hosted domain account and is used in # conjunction with mailDomain and (optionally inetDomainAuthInfo # ) for creating a hosted domain node suitable for mail services # for the hosted organization. This object class must be used for # all hosted domain entries. objectclass ( 2.16.840.1.113730.3.2.129 NAME 'inetDomain' DESC 'A hosted domain' SUP domain STRUCTURAL MAY ( inetDomainBaseDN $ inetDomainStatus ) )