3937N/A# CDDL HEADER START
3937N/A#
3937N/A# The contents of this file are subject to the terms of the
3937N/A# Common Development and Distribution License, Version 1.0 only
3937N/A# (the "License"). You may not use this file except in compliance
3937N/A# with the License.
3937N/A#
3937N/A# You can obtain a copy of the license at
3937N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
3937N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
3937N/A# See the License for the specific language governing permissions
3937N/A# and limitations under the License.
3937N/A#
3937N/A# When distributing Covered Code, include this CDDL HEADER in each
3937N/A# file and include the License file at
3937N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
3937N/A# add the following below this CDDL HEADER, with the fields enclosed
3937N/A# by brackets "[]" replaced with your own identifying information:
3937N/A# Portions Copyright [yyyy] [name of copyright owner]
3937N/A#
3937N/A# CDDL HEADER END
3937N/A#
3937N/A#
3937N/A# Copyright 2008 Sun Microsystems, Inc.
3937N/A#
3937N/A#
3937N/A# This file contains schema definitions from RFC 4876, which defines a schema # for storing Directory User Agent (DUA) profiles and preferences in the
3937N/A# Directory Server.
3937N/A#
3937N/A# Example profile
3937N/A# dn: ou=profile,dc=example,dc=com
3937N/A# objectClass: top
3937N/A# objectClass: organizationalUnit
3937N/A# ou: profile
5489N/A#
3937N/A# dn: cn=Solaris,ou=profile,dc=example,dc=com
3937N/A# objectClass: top
3937N/A# objectClass: DUAConfigProfile
3937N/A# cn: Solaris
3937N/A# defaultServerList: ldap1.example.com ldap2.example.com
3937N/A# defaultSearchBase: dc=example,dc=com
3937N/A# defaultSearchScope: one
3937N/A# searchTimeLimit: 30
3937N/A# bindTimeLimit: 2
3937N/A# credentialLevel: anonymous
3937N/A# authenticationMethod: simple
3937N/A# followReferrals: TRUE
3937N/A# profileTTL: 43200
3937N/A#
3937N/Adn: cn=schema
3937N/AobjectClass: top
3937N/AobjectClass: ldapSubentry
3937N/AobjectClass: subschema
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.0 NAME 'defaultServerList'
3937N/A DESC 'List of default servers' EQUALITY caseIgnoreMatch
3937N/A SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
3937N/A SINGLE-VALUE X-ORIGIN 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.1 NAME 'defaultSearchBase'
3937N/A DESC 'Default base for searches' EQUALITY distinguishedNameMatch
3937N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 SINGLE-VALUE X-ORIGIN 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.2 NAME 'preferredServerList'
3937N/A DESC 'List of preferred servers' EQUALITY caseIgnoreMatch
3937N/A SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
3937N/A SINGLE-VALUE X-ORIGIN 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.3 NAME 'searchTimeLimit'
3937N/A DESC 'Maximum time an agent or service allows for a search to complete'
3937N/A EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX
3937N/A 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.4 NAME 'bindTimeLimit'
3937N/A DESC 'Maximum time an agent or service allows for a bind operation to
3937N/A complete' EQUALITY integerMatch ORDERING integerOrderingMatch
3937N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.5 NAME 'followReferrals'
3937N/A DESC 'An agent or service does or should follow referrals' EQUALITY
3937N/A booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN
3937N/A 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.6 NAME 'authenticationMethod'
3937N/A DESC 'Identifies the types of authentication methods either used,
3937N/A required, or provided by a service or peer' EQUALITY caseIgnoreMatch
3937N/A SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
3937N/A SINGLE-VALUE X-ORIGIN 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.7 NAME 'profileTTL'
3937N/A DESC 'Time to live, in seconds, before a profile is considered stale'
3937N/A EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX
3937N/A 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.9 NAME 'attributeMap'
3937N/A DESC 'Attribute mappings used, required, or supported by an agent or
3937N/A service' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
3937N/A X-ORIGIN 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.10 NAME 'credentialLevel'
3937N/A DESC 'Identifies type of credentials either used, required, or supported
3937N/A by an agent or service' EQUALITY caseIgnoreIA5Match SYNTAX
3937N/A 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE X-ORIGIN 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.11 NAME 'objectclassMap'
3937N/A DESC 'Object class mappings used, required, or supported by an agent or
5489N/A service' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
3937N/A X-ORIGIN 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.12 NAME 'defaultSearchScope'
3937N/A DESC 'Default scope used when performing a search' EQUALITY
3937N/A caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
3937N/A X-ORIGIN 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.13 NAME 'serviceCredentialLevel'
3937N/A DESC 'Specifies the type of credentials either used, required, or
3937N/A supported by a specific service' EQUALITY caseIgnoreIA5Match SYNTAX
3937N/A 1.3.6.1.4.1.1466.115.121.1.26 X-ORIGIN 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.14 NAME 'serviceSearchDescriptor'
3937N/A DESC 'Specifies search descriptors required, used, or supported by a
3937N/A particular service or agent' EQUALITY caseExactMatch SUBSTR
3937N/A caseExactSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN
3937N/A 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.15 NAME 'serviceAuthenticationMethod'
3937N/A DESC 'Specifies types authentication methods either used, required, or
3937N/A supported by a particular service' EQUALITY caseIgnoreMatch SUBSTR
3937N/A caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN
3937N/A 'RFC 4876' )
3937N/AattributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.16 NAME 'dereferenceAliases'
3937N/A DESC 'Specifies if a service or agent either requires, supports, or uses
3937N/A dereferencing of aliases.' EQUALITY booleanMatch SYNTAX
3937N/A 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC 4876' )
3937N/AobjectClasses: ( 1.3.6.1.4.1.11.1.3.1.2.5 NAME 'DUAConfigProfile'
3937N/A SUP top STRUCTURAL DESC 'Abstraction of a base configuration for a DUA'
3937N/A MUST ( cn ) MAY ( defaultServerList $ preferredServerList $
3937N/A defaultSearchBase $ defaultSearchScope $ searchTimeLimit $ bindTimeLimit $
3937N/A credentialLevel $ authenticationMethod $ followReferrals $
3937N/A dereferenceAliases $ serviceSearchDescriptor $ serviceCredentialLevel $
3937N/A serviceAuthenticationMethod $ objectclassMap $ attributeMap $ profileTTL )
5489N/A X-ORIGIN 'RFC 4876' )