JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Directory Server Enterprise Edition Man Page Reference 11g Release 1 (11.1.1.5.0)
search filter icon
search icon

Document Information

Preface

User Commands

Administration Commands

Directory Server Configuration

Directory Proxy Server Configuration

File Formats

LDAP Schema Collections

LDAP Schema Attribute Types

LDAP Schema Object Classes

account(5dsoc)

alias(5dsoc)

applicationEntity(5dsoc)

bootableDevice(5dsoc)

changeLogEntry(5dsoc)

cosClassicDefinition(5dsoc)

cosDefinition(5dsoc)

cosIndirectDefinition(5dsoc)

cosPointerDefinition(5dsoc)

cosSuperDefinition(5dsoc)

costemplate(5dsoc)

country(5dsoc)

dcObject(5dsoc)

device(5dsoc)

document(5dsoc)

documentSeries(5dsoc)

domain(5dsoc)

domainRelatedObject(5dsoc)

dSA(5dsoc)

dsSaslConfig(5dsoc)

extensibleObject(5dsoc)

friendlyCountry(5dsoc)

groupOfCertificates(5dsoc)

groupOfNames(5dsoc)

groupOfUniqueNames(5dsoc)

groupOfURLs(5dsoc)

ieee802Device(5dsoc)

inetOrgPerson(5dsoc)

ipHost(5dsoc)

ipNetwork(5dsoc)

ipProtocol(5dsoc)

ipService(5dsoc)

javaContainer(5dsoc)

javaMarshalledObject(5dsoc)

javaNamingReference(5dsoc)

javaObject(5dsoc)

javaSerializedObject(5dsoc)

labeledURIObject(5dsoc)

ldapSubEntry(5dsoc)

locality(5dsoc)

newPilotPerson(5dsoc)

nisMap(5dsoc)

nisNetgroup(5dsoc)

nisObject(5dsoc)

nsComplexRoleDefinition(5dsoc)

nsFilteredRoleDefinition(5dsoc)

nsLicenseUser(5dsoc)

nsManagedRoleDefinition(5dsoc)

nsNestedRoleDefinition(5dsoc)

nsRoleDefinition(5dsoc)

nsSimpleRoleDefinition(5dsoc)

oncRpc(5dsoc)

organization(5dsoc)

organizationalPerson(5dsoc)

organizationalRole(5dsoc)

organizationalUnit(5dsoc)

passwordPolicy(5dsoc)

person(5dsoc)

pilotObject(5dsoc)

pilotOrganization(5dsoc)

posixAccount(5dsoc)

posixGroup(5dsoc)

pwdPolicy(5dsoc)

referral(5dsoc)

residentialPerson(5dsoc)

RFC822localPart(5dsoc)

room(5dsoc)

shadowAccount(5dsoc)

simpleSecurityObject(5dsoc)

strongAuthenticationUser(5dsoc)

subschema(5dsoc)

sunPwdPolicy(5dsoc)

top(5dsoc)

vlvIndex(5dsoc)

vlvSearch(5dsoc)

Index

pwdPolicy

- Password Policy objectclass

Synopsis

(  1.3.6.1.4.1.42.2.27.8.2.1
 NAME 'pwdPolicy'
 DESC 'Password Policy objectclass'
 SUP top
 AUXILIARY
 MUST ( pwdAttribute )
 MAY ( pwdMinAge $
  pwdMaxAge $
  pwdInHistory $
  pwdCheckQuality $
  pwdMinLength $
  pwdExpireWarning $
  pwdGraceAuthNLimit $
  pwdLockout $
  pwdLockoutDuration  $
  pwdMaxFailure $
  pwdFailureCountInterval $
  pwdMustChange $
  pwdAllowUserChange $
  pwdSafeModify)
 X-DS-USE 'internal'
 X-ORIGIN 'Password Policy for LDAP Directories Internet Draft' )

Description

Contains the attributes defining a password policy in effect for a set of users. A password policy is defined for a particular subtree of the DIT by adding to an LDAP subentry whose immediate superior is the root of the subtree, the pwdPolicy auxiliary object class. The scope of the password policy is defined by the SubtreeSpecification attribute of the LDAP subentry as specified in RFC 3672.

Each object that is controlled by password policy advertises the subentry that is being used to control its policy in its pwdPolicySubentry attribute. Clients wishing to examine or manage password policy for an object may interrogate the pwdPolicySubentry for that object in order to arrive at the proper pwdPolicy subentry.

ORIGIN

This object class is defined by Password Policy Internet-Draft.

TYPE

Auxiliary object class

SUPERIOR

top(5dsoc)

REQUIRED ATTRIBUTES

Entries of this object class require the following attribute types in addition to those inherited from the superior(s):

pwdAttribute(5dsat)

ALLOWED ATTRIBUTES

Entries of this object class may have the following optional attribute types in addition to those inherited from the superior(s):

pwdAllowUserChange(5dsat), pwdCheckQuality(5dsat), pwdExpireWarning(5dsat), pwdFailureCountInterval(5dsat), pwdGraceAuthNLimit(5dsat), pwdInHistory(5dsat), pwdLockout(5dsat), pwdLockoutDuration(5dsat), pwdMaxAge(5dsat), pwdMaxFailure(5dsat), pwdMinAge(5dsat), pwdMinLength(5dsat), pwdMustChange(5dsat), pwdSafeModify(5dsat)

Usage

Configuration object specific to this Directory Server instance, not replicated.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
SUNWdsee7
Stability Level
External: IETF, Password Policy Internet-Draft