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/RootCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/admin/messages/RootCfgDefn.properties b/opends/src/admin/messages/RootCfgDefn.properties index 25ead5f..4fdbe0d 100644 --- a/opends/src/admin/messages/RootCfgDefn.properties +++ b/opends/src/admin/messages/RootCfgDefn.properties @@ -83,7 +83,7 @@ relation.password-generator.description=The server allows any number of password validators to be defined. This can impose any kinds of restrictions on the characteristics of valid passwords. Therefore, it is not feasible for the server to attempt to generate a password on its own that will meet all the requirements of all the validators. The password generator makes it possible to provide custom logic for creating a new password. relation.password-policy.user-friendly-name=Password Policy relation.password-policy.user-friendly-plural-name=Password Policies -relation.password-policy.synopsis=Password Policies define a number of password management rules, as well as requirements for authentication processing. +relation.password-policy.synopsis=Authentication Policies define the policies which should be used for authenticating users and managing the password and other account related state. relation.password-storage-scheme.user-friendly-name=Password Storage Scheme relation.password-storage-scheme.user-friendly-plural-name=Password Storage Schemes relation.password-storage-scheme.synopsis=Password Storage Schemes encode new passwords provided by users so that they are stored in an encoded manner. This makes it difficult or impossible for someone to determine the clear-text passwords from the encoded values. -- Gitblit v1.10.0