<?xml version="1.0" encoding="UTF-8"?>
|
<adm:managed-object name="similarity-based-password-validator"
|
plural-name="similarity-based-password-validators"
|
package="org.opends.server.admin.std" extends="password-validator"
|
xmlns:adm="http://www.opends.org/admin"
|
xmlns:ldap="http://www.opends.org/admin-ldap">
|
<adm:synopsis>
|
The
|
<adm:user-friendly-name />
|
is used to determine whether a proposed password is acceptable based on
|
whether the number of characters it contains falls within an acceptable
|
range of values.
|
</adm:synopsis>
|
<adm:profile name="ldap">
|
<ldap:object-class>
|
<ldap:oid>1.3.6.1.4.1.26027.1.2.88</ldap:oid>
|
<ldap:name>ds-cfg-similarity-based-password-validator</ldap:name>
|
<ldap:superior>ds-cfg-password-validator</ldap:superior>
|
</ldap:object-class>
|
</adm:profile>
|
<adm:property name="minimum-password-difference" mandatory="true">
|
<adm:synopsis>
|
Specifies the minimum difference of new and old password.
|
</adm:synopsis>
|
<adm:description>
|
Specifies the minimal difference of new and old password.
|
A value of zero indicates that there will be no difference is acceptable.
|
Changes to this configuration attribute will take effect immediately.
|
</adm:description>
|
<adm:syntax>
|
<adm:integer lower-limit="0" />
|
</adm:syntax>
|
<adm:profile name="ldap">
|
<ldap:attribute>
|
<ldap:oid>1.3.6.1.4.1.26027.1.1.321</ldap:oid>
|
<ldap:name>ds-cfg-minimum-password-difference</ldap:name>
|
</ldap:attribute>
|
</adm:profile>
|
</adm:property>
|
</adm:managed-object>
|