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#
6983N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
6983N/A# or http://forgerock.org/license/CDDLv1.0.html.
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
6983N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
6983N/A# If applicable, add the following below this CDDL HEADER, with the
6983N/A# fields enclosed by brackets "[]" replaced with your own identifying
6983N/A# information:
0N/A# Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A#
5065N/A# Copyright 2006-2010 Sun Microsystems, Inc.
0N/A#
0N/A#
0N/A# This file contains schema definitions from draft-behera-ldap-password-policy,
0N/A# which defines a mechanism for storing password policy information in an LDAP
0N/A# directory server.
0N/Adn: cn=schema
0N/AobjectClass: top
0N/AobjectClass: ldapSubentry
0N/AobjectClass: subschema
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.1 NAME 'pwdAttribute'
0N/A EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.2 NAME 'pwdMinAge'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.3 NAME 'pwdMaxAge'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.4 NAME 'pwdInHistory'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.5 NAME 'pwdCheckQuality'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.6 NAME 'pwdMinLength'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.7 NAME 'pwdExpireWarning'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.8 NAME 'pwdGraceAuthNLimit'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.9 NAME 'pwdLockout'
0N/A EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.10 NAME 'pwdLockoutDuration'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.11 NAME 'pwdMaxFailure'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.12 NAME 'pwdFailureCountInterval'
0N/A EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.13 NAME 'pwdMustChange'
0N/A EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.14 NAME 'pwdAllowUserChange'
0N/A EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.15 NAME 'pwdSafeModify'
0N/A EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.16 NAME 'pwdChangedTime'
0N/A DESC 'The time the password was last changed' EQUALITY generalizedTimeMatch
0N/A ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
0N/A SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.17 NAME 'pwdAccountLockedTime'
0N/A DESC 'The time an user account was locked' EQUALITY generalizedTimeMatch
0N/A ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
0N/A SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.19 NAME 'pwdFailureTime'
0N/A DESC 'The timestamps of the last consecutive authentication failures'
0N/A EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 NO-USER-MODIFICATION
0N/A USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.20 NAME 'pwdHistory'
0N/A DESC 'The history of user s passwords' EQUALITY octetStringMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 NO-USER-MODIFICATION
0N/A USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.21 NAME 'pwdGraceUseTime'
0N/A DESC 'The timestamps of the grace authentication after the password has
0N/A expired' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
0N/A NO-USER-MODIFICATION USAGE directoryOperation
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.22 NAME 'pwdReset'
0N/A DESC 'The indication that the password has been reset' EQUALITY booleanMatch
0N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE USAGE directoryOperation
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
5379N/AattributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.23 NAME 'pwdPolicySubentry'
0N/A DESC 'The pwdPolicy subentry in effect for this object'
0N/A EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
0N/A SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/AobjectClasses: ( 1.3.6.1.4.1.42.2.27.8.2.1 NAME 'pwdPolicy' SUP top AUXILIARY
0N/A MUST ( pwdAttribute ) MAY ( pwdMinAge $ pwdMaxAge $ pwdInHistory $
0N/A pwdCheckQuality $ pwdMinLength $ pwdExpireWarning $ pwdGraceAuthNLimit $
0N/A pwdLockout $ pwdLockoutDuration $ pwdMaxFailure $ pwdFailureCountInterval $
1007N/A pwdMustChange $ pwdAllowUserChange $ pwdSafeModify )
0N/A X-ORIGIN 'draft-behera-ldap-password-policy' )
0N/A