SCRAM-SHA-512 Password Storage Scheme
The SCRAM-SHA-512 Password Storage Scheme provides a mechanism for encoding user passwords for use with the SASL SCRAM authentication mechanism defined in RFC 5802.
This scheme contains an implementation for the user password syntax, and uses the scheme name SCRAM-SHA-512. Password values are encoded using the format described in RFC 5803.
Parent
The SCRAM-SHA-512 Password Storage Scheme object inherits from Password Storage Scheme.
SCRAM-SHA-512 Password Storage Scheme Properties
You can use configuration expressions to set property values at startup time. For details, see Property Value Substitution.
Basic Properties | Advanced Properties |
---|---|
Advanced Properties
Use the --advanced
option to access advanced properties.
java-class
Synopsis |
Specifies the fully-qualified name of the Java class that provides the SCRAM-SHA-512 Password Storage Scheme implementation. |
Default Value |
org.opends.server.extensions.ScramSha512PasswordStorageScheme |
Allowed Values |
A Java class that extends or implements:
|
Multi-valued |
No |
Required |
Yes |
Admin Action Required |
None |
Advanced |
Yes |
Read-Only |
No |