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

lfrost
29.37.2008 5365334df377225c122b2d237fb6e8f1bad38dc7
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PasswordGeneratorConfiguration.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-generator"
  plural-name="password-generators"
@@ -36,6 +36,14 @@
    are used by the password modify extended operation to construct a
    new password for the user.
  </adm:synopsis>
  <adm: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.
  </adm:description>
  <adm:tag name="user-management" />
  <adm:profile name="ldap">
    <ldap:object-class>
@@ -48,7 +56,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>
@@ -63,7 +71,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>