From c9da9e4bd4a115a646dfb846972126ca8eef1158 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Thu, 18 Aug 2011 17:43:22 +0000 Subject: [PATCH] Initial checkpoint of work for OPENDJ-262: Implement pass through authentication (PTA) --- opends/src/admin/messages/PasswordPolicyCfgDefn.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/PasswordPolicyCfgDefn.properties b/opends/src/admin/messages/PasswordPolicyCfgDefn.properties index 3023441..635f75f 100644 --- a/opends/src/admin/messages/PasswordPolicyCfgDefn.properties +++ b/opends/src/admin/messages/PasswordPolicyCfgDefn.properties @@ -24,6 +24,7 @@ property.grace-login-count.description=A value of 0 indicates that no grace logins are allowed. property.idle-lockout-interval.synopsis=Specifies the maximum length of time that an account may remain idle (that is, the associated user does not authenticate to the server) before that user is locked out. property.idle-lockout-interval.description=The value of this attribute is an integer followed by a unit of seconds, minutes, hours, days, or weeks. A value of 0 seconds indicates that idle accounts are not automatically locked out. This feature is available only if the last login time is maintained. +property.java-class.synopsis=Specifies the fully-qualified name of the Java class which provides the Password Policy implementation. property.last-login-time-attribute.synopsis=Specifies the name or OID of the attribute type that is used to hold the last login time for users with the associated password policy. property.last-login-time-attribute.description=This attribute type must be defined in the directory server schema and must either be defined as an operational attribute or must be allowed by the set of objectClasses for all users with the associated password policy. property.last-login-time-format.synopsis=Specifies the format string that is used to generate the last login time value for users with the associated password policy. -- Gitblit v1.10.0