DS 7.3.4

LDAP Trust Manager Provider

The LDAP trust manager provider obtains the trusted certificates from an LDAP key store managed by the server.

Parent

The LDAP Trust Manager Provider object inherits from Trust Manager Provider.

LDAP Trust Manager Provider properties

You can use configuration expressions to set property values at startup time. For details, see Property value substitution.

Basic Properties Advanced Properties

base-dn
enabled
trust-store-pin

java-class

Basic properties

Use the --advanced option to access advanced properties.

base-dn

Synopsis

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

No

Read-only

No

enabled

Synopsis

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

No

Read-only

No

trust-store-pin

Synopsis

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

No

Read-only

No

Advanced properties

Use the --advanced option to access advanced properties.

java-class

Synopsis

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 extends or implements:

  • org.opends.server.api.TrustManagerProvider

Multi-valued

No

Required

Yes

Admin action required

None

Advanced

Yes

Read-only

No

Copyright © 2010-2024 ForgeRock, all rights reserved.