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

lfrost
29.37.2008 5365334df377225c122b2d237fb6e8f1bad38dc7
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PasswordStorageSchemeConfiguration.xml
@@ -23,7 +23,7 @@
  ! CDDL HEADER END
  !
  !
  !      Portions Copyright 2007 Sun Microsystems, Inc.
  !      Portions Copyright 2007-2008 Sun Microsystems, Inc.
  ! -->
<adm:managed-object name="password-storage-scheme"
  plural-name="password-storage-schemes"
@@ -32,9 +32,16 @@
  xmlns:ldap="http://www.opends.org/admin-ldap"
  xmlns:cli="http://www.opends.org/admin-cli">
  <adm:synopsis>
    <adm:user-friendly-name />
    defines a module that implements a password storage scheme.
    <adm:user-friendly-plural-name />
    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.
  </adm:synopsis>
  <adm:description>
    <adm:user-friendly-plural-name />
    also determine whether a clear-text password provided by a client
    matches the encoded value stored in the server.
  </adm:description>
  <adm:tag name="user-management" />
  <adm:profile name="ldap">
    <ldap:object-class>
@@ -47,7 +54,7 @@
  </adm:profile>
  <adm:property name="enabled" mandatory="true">
    <adm:synopsis>
      Indicate whether the
      Indicates whether the
      <adm:user-friendly-name />
      is enabled for use.
    </adm:synopsis>
@@ -62,7 +69,7 @@
  </adm:property>
  <adm:property name="java-class" mandatory="true">
    <adm:synopsis>
      The fully-qualified name of the Java class that provides the
      Specifies the fully-qualified name of the Java class that provides the
      <adm:user-friendly-name />
      implementation.
    </adm:synopsis>