03-rfc3112.ldif revision 0
1043N/A# CDDL HEADER START
1043N/A#
1043N/A# The contents of this file are subject to the terms of the
2362N/A# Common Development and Distribution License, Version 1.0 only
1043N/A# (the "License"). You may not use this file except in compliance
1043N/A# with the License.
1043N/A#
1043N/A# You can obtain a copy of the license at
1043N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
1043N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
1043N/A# See the License for the specific language governing permissions
1043N/A# and limitations under the License.
1043N/A#
1043N/A# When distributing Covered Code, include this CDDL HEADER in each
1043N/A# file and include the License file at
1043N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
1043N/A# add the following below this CDDL HEADER, with the fields enclosed
1043N/A# by brackets "[]" replaced with your own identifying * information:
1043N/A# Portions Copyright [yyyy] [name of copyright owner]
1043N/A#
2362N/A# CDDL HEADER END
2362N/A#
2362N/A#
1043N/A# Portions Copyright 2006 Sun Microsystems, Inc.
1043N/A#
1043N/A#
1043N/A# This file contains schema definitions from RFC 3112, which defines the
1043N/A# authentication password schema.
1043N/Adn: cn=schema
1043N/AobjectClass: top
1043N/AobjectClass: ldapSubentry
1043N/AobjectClass: subschema
1043N/AattributeTypes: ( 1.3.6.1.4.1.4203.1.3.3 NAME 'supportedAuthPasswordSchemes'
1043N/A DESC 'supported password storage schemes' EQUALITY caseExactIA5Match
1043N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} USAGE dSAOperation
1043N/A X-ORIGIN 'RFC 3112' )
1043N/AattributeTypes: ( 1.3.6.1.4.1.4203.1.3.4 NAME 'authPassword'
1043N/A DESC 'password authentication information' EQUALITY 1.3.6.1.4.1.4203.1.2.2
1043N/A SYNTAX 1.3.6.1.4.1.4203.1.1.2 X-ORIGIN 'RFC 3112' )
1043N/AobjectClasses: ( 1.3.6.1.4.1.4203.1.4.7 NAME 'authPasswordObject'
1043N/A DESC 'authentication password mix in class' MAY authPassword AUXILIARY
1043N/A X-ORIGIN 'RFC 3112' )
1043N/A
1043N/A