Configuration Reference Home
Oracle Unified Directory - PBKDF2HMACSHA1 Password Storage Scheme

PBKDF2HMACSHA1 Password Storage Scheme

The PBKDF2HMACSHA1 Password Storage Scheme provides a mechanism for encoding user passwords using the PBKDF2 With HMAC SHA-1 algorithm.

This scheme contains only an implementation for the user password syntax, with a storage scheme name of "PBKDF2-HMAC-SHA1".

Parent Component

The PBKDF2HMACSHA1 Password Storage Scheme component inherits from the Password Storage Scheme

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ java-class
↓ pbkdf2hmacsha-iteration-count
↓ pbkdf2hmacsha-num-salt-bytes

Basic Properties

enabled

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


Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the PBKDF2HMACSHA1 Password Storage Scheme implementation.
Default Value
org.opends.server.extensions.PBKDF2HMACSHA1PasswordStorageScheme
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
Yes
Read-only
No

pbkdf2hmacsha-iteration-count

Description
PBKF2 HMACSHA iteration count. Iteration count used for PBKF2 HMACSHA based password storage scheme.
Default Value
10000
Allowed Values
An integer value. Lower value is 1.
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No

pbkdf2hmacsha-num-salt-bytes

Description
Number of bytes for salt for this PBKF2 HMACSHA scheme. Number of bytes for salt used for PBKF2 HMACSHA based password storage scheme.
Default Value
8
Allowed Values
An integer value. Lower value is 8.
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No


Copyright © 2017, 2020, Oracle and/or its affiliates. All rights reserved.