Note: this is an abstract component, that cannot be instantiated.
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.
Password Storage Schemes also determine whether a clear-text password provided by a client matches the encoded value stored in the server.
The following Password Storage Schemes are available in the server :
These Password Storage Schemes inherit from the properties described below.
The following components have a direct AGGREGATION relation TO Password Storage Schemes :
This page describes the Password Storage Scheme:
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ enabled | None |
↓ java-class |
Description | Indicates whether the Password Storage Scheme is enabled for use. |
Default Value | None |
Allowed Values | true false |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Specifies the fully-qualified name of the Java class that provides the Password Storage Scheme implementation. |
Default Value | None |
Allowed Values | A java class that implements or extends the class(es) : org.opends.server.api.PasswordStorageScheme |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Each configuration property can be mapped to a specific LDAP attribute under the "cn=config" entry. The mappings that follow are provided for information only. In general, you should avoid changing the server configuration by manipulating the LDAP attributes directly.
Base DN | cn=Password Storage Schemes,cn=config |
objectclass name | ds-cfg-password-storage-scheme |
objectclass superior | top |
Property | LDAP attribute |
enabled | ds-cfg-enabled |
java-class | ds-cfg-java-class |