Configuration Reference Home
Wren:DS Server - LDAP Trust Manager Provider

LDAP Trust Manager Provider

The LDAP trust manager provider determines whether to trust a presented certificate based on whether that certificate exists in an LDAP key store managed by the server.

Parent Component

The LDAP Trust Manager Provider component inherits from the Trust Manager Provider

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ base-dn ↓ java-class
↓ enabled
↓ trust-store-pin
↓ trust-store-pin-environment-variable
↓ trust-store-pin-file
↓ trust-store-pin-property

Basic Properties

base-dn

Description
The base DN beneath which LDAP key store entries are located.
Default Value
None
Allowed Values
A valid DN.
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

enabled

Description
Indicate whether the Trust Manager Provider 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

trust-store-pin

Description
Specifies the clear-text PIN needed to access the LDAP Trust Manager Provider .
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
No
Admin Action Required
None. Changes to this property will take effect the next time that the LDAP Trust Manager Provider is accessed.
Advanced Property
No
Read-only
No

trust-store-pin-environment-variable

Description
Specifies the name of the environment variable that contains the clear-text PIN needed to access the LDAP Trust Manager Provider .
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
No
Admin Action Required
None. Changes to this property will take effect the next time that the LDAP Trust Manager Provider is accessed.
Advanced Property
No
Read-only
No

trust-store-pin-file

Description
Specifies the path to the text file whose only contents should be a single line containing the clear-text PIN needed to access the LDAP Trust Manager Provider .
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
No
Admin Action Required
None. Changes to this property will take effect the next time that the LDAP Trust Manager Provider is accessed.
Advanced Property
No
Read-only
No

trust-store-pin-property

Description
Specifies the name of the Java property that contains the clear-text PIN needed to access the LDAP Trust Manager Provider .
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
No
Admin Action Required
None. Changes to this property will take effect the next time that the LDAP Trust Manager Provider is accessed.
Advanced Property
No
Read-only
No


Advanced Properties

java-class

Description
The fully-qualified name of the Java class that provides the LDAP Trust Manager Provider implementation.
Default Value
org.opends.server.extensions.LDAPTrustManagerProvider
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.TrustManagerProvider
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
Yes
Read-only
No