Identity Broker Documentation Index
Configuration Reference Home

LDAP Broker Store

The LDAP Broker Store is a Broker Store implementation that uses an UnboundID Identity Data Store as the backend to store the policy data.

Parent Component
Relations To this Component
Properties
dsconfig Usage

Parent Component

The LDAP Broker Store component inherits from the Broker Store

Relations from This Component

The following components have a direct aggregation relation from LDAP Broker Stores:

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ description  None
↓ broker-store-base-dn
↓ load-balancing-algorithm

Basic Properties

description

Description
A description for this Broker Store
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action

broker-store-base-dn

Description
Specifies the base DN for the LDAP Broker Store where policy data will be stored.
Default Value
None
Allowed Values
A valid DN.
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action

load-balancing-algorithm

Description
Specifies the load-balancing algorithm that will be used to communicate with the set of servers available to access the Broker Store.
Default Value
None
Allowed Values
The DN of any Load Balancing Algorithm. The associated load balancing algorithm must be enabled.
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Broker Stores:

dsconfig list-broker-stores
     [--property {propertyName}] ...

To view the configuration for an existing Broker Store:

dsconfig get-broker-store-prop
     --store-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Broker Store:

dsconfig set-broker-store-prop
     --store-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To create a new LDAP Broker Store:

dsconfig create-broker-store
     --store-name {name}
     --set broker-store-base-dn:{propertyValue}
     --set load-balancing-algorithm:{propertyValue}
     [--set {propertyName}:{propertyValue}] ...

To delete an existing Broker Store:

dsconfig delete-broker-store
     --store-name {name}