# CDDL HEADER START
|
#
|
# The contents of this file are subject to the terms of the
|
# Common Development and Distribution License, Version 1.0 only
|
# (the "License"). You may not use this file except in compliance
|
# with the License.
|
#
|
# You can obtain a copy of the license at
|
# trunk/opends/resource/legal-notices/OpenDS.LICENSE
|
# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
|
# See the License for the specific language governing permissions
|
# and limitations under the License.
|
#
|
# When distributing Covered Code, include this CDDL HEADER in each
|
# file and include the License file at
|
# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
|
# add the following below this CDDL HEADER, with the fields enclosed
|
# by brackets "[]" replaced with your own identifying information:
|
# Portions Copyright [yyyy] [name of copyright owner]
|
#
|
# CDDL HEADER END
|
#
|
#
|
# Copyright 2006-2010 Sun Microsystems, Inc.
|
#
|
#
|
# This file contains schema definitions from draft-behera-ldap-password-policy,
|
# which defines a mechanism for storing password policy information in an LDAP
|
# directory server.
|
dn: cn=schema
|
objectClass: top
|
objectClass: ldapSubentry
|
objectClass: subschema
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.1 NAME 'pwdAttribute'
|
EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.2 NAME 'pwdMinAge'
|
EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.3 NAME 'pwdMaxAge'
|
EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.4 NAME 'pwdInHistory'
|
EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.5 NAME 'pwdCheckQuality'
|
EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.6 NAME 'pwdMinLength'
|
EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.7 NAME 'pwdExpireWarning'
|
EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.8 NAME 'pwdGraceAuthNLimit'
|
EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.9 NAME 'pwdLockout'
|
EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.10 NAME 'pwdLockoutDuration'
|
EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.11 NAME 'pwdMaxFailure'
|
EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.12 NAME 'pwdFailureCountInterval'
|
EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.13 NAME 'pwdMustChange'
|
EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.14 NAME 'pwdAllowUserChange'
|
EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.15 NAME 'pwdSafeModify'
|
EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.16 NAME 'pwdChangedTime'
|
DESC 'The time the password was last changed' EQUALITY generalizedTimeMatch
|
ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
|
SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.17 NAME 'pwdAccountLockedTime'
|
DESC 'The time an user account was locked' EQUALITY generalizedTimeMatch
|
ORDERING generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
|
SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.19 NAME 'pwdFailureTime'
|
DESC 'The timestamps of the last consecutive authentication failures'
|
EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 NO-USER-MODIFICATION
|
USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.20 NAME 'pwdHistory'
|
DESC 'The history of user s passwords' EQUALITY octetStringMatch
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 NO-USER-MODIFICATION
|
USAGE directoryOperation X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.21 NAME 'pwdGraceUseTime'
|
DESC 'The timestamps of the grace authentication after the password has
|
expired' EQUALITY generalizedTimeMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
|
NO-USER-MODIFICATION USAGE directoryOperation
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.22 NAME 'pwdReset'
|
DESC 'The indication that the password has been reset' EQUALITY booleanMatch
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE USAGE directoryOperation
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.23 NAME 'pwdPolicySubentry'
|
DESC 'The pwdPolicy subentry in effect for this object'
|
EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
|
SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|
objectClasses: ( 1.3.6.1.4.1.42.2.27.8.2.1 NAME 'pwdPolicy' SUP top AUXILIARY
|
MUST ( pwdAttribute ) MAY ( pwdMinAge $ pwdMaxAge $ pwdInHistory $
|
pwdCheckQuality $ pwdMinLength $ pwdExpireWarning $ pwdGraceAuthNLimit $
|
pwdLockout $ pwdLockoutDuration $ pwdMaxFailure $ pwdFailureCountInterval $
|
pwdMustChange $ pwdAllowUserChange $ pwdSafeModify )
|
X-ORIGIN 'draft-behera-ldap-password-policy' )
|