0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License, Version 1.0 only
0N/A# (the "License"). You may not use this file except in compliance
0N/A# with the License.
0N/A#
0N/A# You can obtain a copy of the license at
0N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
0N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at
0N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
0N/A# add the following below this CDDL HEADER, with the fields enclosed
873N/A# by brackets "[]" replaced with your own identifying information:
0N/A# Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A#
3233N/A# Copyright 2006-2008 Sun Microsystems, Inc.
0N/A#
0N/A#
0N/A# This file contains schema definitions from the draft-howard-rfc2307bis
0N/A# specification, used to store naming service information in the Directory
0N/A# Server.
0N/Adn: cn=schema
0N/AobjectClass: top
0N/AobjectClass: ldapSubentry
0N/AobjectClass: subschema
0N/AattributeTypes: ( 1.3.6.1.1.1.1.0 NAME 'uidNumber'
0N/A DESC 'An integer uniquely identifying a user in an administrative domain'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.1 NAME 'gidNumber'
0N/A DESC 'An integer uniquely identifying a group in an administrative domain'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.2 NAME 'gecos'
0N/A DESC 'The GECOS field; the common name' EQUALITY caseIgnoreIA5Match
2814N/A SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
0N/A SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.3 NAME 'homeDirectory'
0N/A DESC 'The absolute path to the home directory' EQUALITY caseExactIA5Match
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.4 NAME 'loginShell'
0N/A DESC 'The path to the login shell' EQUALITY caseExactIA5Match
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.5 NAME 'shadowLastChange' EQUALITY integerMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.6 NAME 'shadowMin' EQUALITY integerMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.7 NAME 'shadowMax' EQUALITY integerMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.8 NAME 'shadowWarning' EQUALITY integerMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.9 NAME 'shadowInactive' EQUALITY integerMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.10 NAME 'shadowExpire' EQUALITY integerMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.11 NAME 'shadowFlag' EQUALITY integerMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.12 NAME 'memberUid' EQUALITY caseExactIA5Match
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.13 NAME 'memberNisNetgroup'
2814N/A EQUALITY caseExactIA5Match SUBSTR caseExactIA5SubstringsMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.14 NAME 'nisNetgroupTriple'
0N/A DESC 'Netgroup triple' EQUALITY caseIgnoreIA5Match
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.15 NAME 'ipServicePort'
0N/A DESC 'Service port number' EQUALITY integerMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.16 NAME 'ipServiceProtocol'
0N/A DESC 'Service protocol name' SUP name X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.17 NAME 'ipProtocolNumber'
0N/A DESC 'IP protocol number' EQUALITY integerMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.18 NAME 'oncRpcNumber' DESC 'ONC RPC number'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.19 NAME 'ipHostNumber'
0N/A DESC 'IPv4 addresses as a dotted decimal omitting leading zeros or IPv6
0N/A addresses as defined in RFC2373' SUP name
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.20 NAME 'ipNetworkNumber'
0N/A DESC 'IP network as a dotted decimal, eg. 192.168, omitting leading zeros'
0N/A SUP name SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.21 NAME 'ipNetmaskNumber'
0N/A DESC 'IP netmask as a dotted decimal, eg. 255.255.255.0, omitting leading
0N/A zeros' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
0N/A SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.22 NAME 'macAddress'
0N/A DESC 'MAC address in maximal, colon separated hex notation, eg.
0N/A 00:00:92:90:ee:e2' EQUALITY caseIgnoreIA5Match
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.23 NAME 'bootParameter'
0N/A DESC 'rpc.bootparamd parameter' EQUALITY caseExactIA5Match
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.24 NAME 'bootFile' DESC 'Boot image name'
0N/A EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.26 NAME 'nisMapName'
0N/A DESC 'Name of a A generic NIS map' SUP name
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.27 NAME 'nisMapEntry'
0N/A DESC 'A generic NIS entry' EQUALITY caseExactIA5Match
2814N/A SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
0N/A SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.28 NAME 'nisPublicKey' DESC 'NIS public key'
0N/A EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.29 NAME 'nisSecretKey' DESC 'NIS secret key'
0N/A EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 SINGLE-VALUE
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.30 NAME 'nisDomain' DESC 'NIS domain'
0N/A EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.31 NAME 'automountMapName'
0N/A DESC 'automount Map Name' EQUALITY caseExactIA5Match
0N/A SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
0N/A SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.32 NAME 'automountKey'
0N/A DESC 'Automount Key value' EQUALITY caseExactIA5Match
0N/A SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
0N/A SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AattributeTypes: ( 1.3.6.1.1.1.1.33 NAME 'automountInformation'
0N/A DESC 'Automount information' EQUALITY caseExactIA5Match
0N/A SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
0N/A SINGLE-VALUE X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.0 NAME 'posixAccount' SUP top AUXILIARY
0N/A DESC 'Abstraction of an account with POSIX attributes'
0N/A MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory )
0N/A MAY ( authPassword $ userPassword $ loginShell $ gecos $ description )
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.1 NAME 'shadowAccount' SUP top AUXILIARY
0N/A DESC 'Additional attributes for shadow passwords' MUST uid
0N/A MAY ( authPassword $ userPassword $ description $ shadowLastChange $
0N/A shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $
0N/A shadowFlag ) X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.2 NAME 'posixGroup' SUP top AUXILIARY
0N/A DESC 'Abstraction of a group of accounts' MUST gidNumber
0N/A MAY ( authPassword $ userPassword $ memberUid $ description )
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.3 NAME 'ipService' SUP top STRUCTURAL
0N/A DESC 'Abstraction an Internet Protocol service. Maps an IP port and protocol
0N/A (such as tcp or udp) to one or more names; the distinguished value of the cn
0N/A attribute denotes the canonical name of the service'
0N/A MUST ( cn $ ipServicePort $ ipServiceProtocol ) MAY description
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.4 NAME 'ipProtocol' SUP top STRUCTURAL
0N/A DESC 'Abstraction of an IP protocol. Maps a protocol number to one or more
0N/A names. The distinguished value of the cn attribute denotes the canonical name
0N/A of the protocol' MUST ( cn $ ipProtocolNumber ) MAY description
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.5 NAME 'oncRpc' SUP top STRUCTURAL
0N/A DESC 'Abstraction of an Open Network Computing (ONC) [RFC1057] Remote
0N/A Procedure Call (RPC) binding. This class maps an ONC RPC number to a name.
0N/A The distinguished value of the cn attribute denotes the canonical name of the
0N/A RPC service' MUST ( cn $ oncRpcNumber ) MAY description
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.6 NAME 'ipHost' SUP top AUXILIARY
0N/A DESC 'Abstraction of a host, an IP device. The distinguished value of the cn
0N/A attribute denotes the canonical name of the host. Device SHOULD be used as a
0N/A structural class' MUST ( cn $ ipHostNumber )
0N/A MAY ( authPassword $ userPassword $ l $ description $ manager )
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.7 NAME 'ipNetwork' SUP top STRUCTURAL
0N/A DESC 'Abstraction of a network. The distinguished value of the cn attribute
0N/A denotes the canonical name of the network' MUST ipNetworkNumber
0N/A MAY ( cn $ ipNetmaskNumber $ l $ description $ manager )
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.8 NAME 'nisNetgroup' SUP top STRUCTURAL
0N/A DESC 'Abstraction of a netgroup. May refer to other netgroups' MUST cn
0N/A MAY ( nisNetgroupTriple $ memberNisNetgroup $ description )
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.9 NAME 'nisMap' SUP top STRUCTURAL
0N/A DESC 'A generic abstraction of a NIS map' MUST nisMapName MAY description
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.10 NAME 'nisObject' SUP top STRUCTURAL
0N/A DESC 'An entry in a NIS map' MUST ( cn $ nisMapEntry $ nisMapName )
0N/A MAY description X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.11 NAME 'ieee802Device' SUP top AUXILIARY
0N/A DESC 'A device with a MAC address; device SHOULD be used as a structural
0N/A class' MAY macAddress X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.12 NAME 'bootableDevice' SUP top AUXILIARY
0N/A DESC 'A device with boot parameters; device SHOULD be used as a structural
0N/A class' MAY ( bootFile $ bootParameter ) X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.14 NAME 'nisKeyObject' SUP top AUXILIARY
0N/A DESC 'An object with a public and secret key'
0N/A MUST ( cn $ nisPublicKey $ nisSecretKey ) MAY ( uidNumber $ description )
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.15 NAME 'nisDomainObject' SUP top AUXILIARY
0N/A DESC 'Associates a NIS domain with a naming context' MUST nisDomain
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.16 NAME 'automountMap' SUP top STRUCTURAL
0N/A MUST ( automountMapName ) MAY description
0N/A X-ORIGIN 'draft-howard-rfc2307bis' )
0N/AobjectClasses: ( 1.3.6.1.1.1.2.17 NAME 'automount' SUP top STRUCTURAL
0N/A DESC 'Automount information' MUST ( automountKey $ automountInformation )
0N/A MAY description X-ORIGIN 'draft-howard-rfc2307bis' )
0N/A