| | |
| | | ! 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" |
| | |
| | | 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> |
| | |
| | | </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> |
| | |
| | | </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> |