mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
02.07.2015 ca097c64e8cec05e8994a8b64d1bd9f994e54421
1
2
3
4
5
6
user-friendly-name=Password Storage Scheme
user-friendly-plural-name=Password Storage Schemes
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.
description=Password Storage Schemes also determine whether a clear-text password provided by a client matches the encoded value stored in the server.
property.enabled.synopsis=Indicates whether the Password Storage Scheme is enabled for use.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Password Storage Scheme implementation.