Blowfish Password Storage Scheme

The Blowfish Password Storage Scheme provides a mechanism for encoding user passwords using the Blowfish reversible encryption mechanism.

This scheme contains only an implementation for the user password syntax, with a storage scheme name of "BLOWFISH".

Parent

The Blowfish Password Storage Scheme object inherits from Password Storage Scheme.

Properties

Use the --advanced option to access advanced properties.

Basic Properties

Advanced Properties

Basic Properties

enabled

SynopsisIndicates whether the Password Storage Scheme is enabled for use.
Default ValueNone
Allowed Valuestrue
false
Multi-valuedNo
RequiredYes
Admin Action RequiredNone
AdvancedNo
Read-OnlyNo

Advanced Properties

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the Blowfish Password Storage Scheme implementation.
Default Valueorg.opends.server.extensions.BlowfishPasswordStorageScheme
Allowed ValuesA Java class that extends or implements:
org.opends.server.api.PasswordStorageScheme
Multi-valuedNo
RequiredYes
Admin Action RequiredNone
AdvancedYes
Read-OnlyNo