man slapo_ppolicy

SLAPO_PPOLICY(5) SLAPO_PPOLICY(5)

NAME
slapo-ppolicy – Password Policy overlay to slapd

SYNOPSIS
/etc/openldap/slapd.conf

DESCRIPTION
The ppolicy overlay is an implementation of the most recent IETF Password Policy proposal for LDAP. When
instantiated, it intercepts, decodes and applies specific password policy controls to overall use of a backend
database, changes to user password fields, etc.

CONFIGURATION
These slapd.conf configuration options apply to the ppolicy overlay. They should appear after the overlay direc-
tive.

OBJECT CLASS
The ppolicy overlay depends on the pwdPolicy object class. The definition of that class is as follows:

OBJECT CLASS ATTRIBUTES
Each one of the sections below details the meaning and use of a particular attribute of this pwdPolicy object
class.

OPERATIONAL ATTRIBUTES
The operational attributes used by the ppolicy module are stored in the user’s entry. Most of these attributes
are not intended to be changed directly by users; they are there to track user activity. They have been detailed
here so that administrators and users can both understand the workings of the ppolicy module.

EXAMPLES
database bdb
suffix dc=example,dc=com

overlay ppolicy
ppolicy_default “cn=Standard,ou=Policies,dc=example,dc=com”

SEE ALSO
ldap(3), slapd.conf(5), slapd-config(5), slapo-chain(5).

BUGS
The LDAP Password Policy specification is not yet an approved standard, and it is still evolving. This code will
continue to be in flux until the specification is finalized.

ACKNOWLEDGEMENTS
This module was written in 2004 by Howard Chu of Symas Corporation with significant input from Neil Dunbar and
Kartik Subbarao of Hewlett-Packard.

OpenLDAP 2.4.23 2010/06/30 SLAPO_PPOLICY(5)

This entry was posted in OpenLDAP. Bookmark the permalink.

2 Responses to man slapo_ppolicy

  1. cowman.chiang says:

    在OpenWebmail with ldap時無效….

  2. cowman.chiang says:

    在OpenWebmail with ldap時無效….

Comments are closed.