Administration Console Online Help

 Previous Next Contents Index  

 


Domain --> Security --> Embedded LDAP Server

Tasks     Additional Documentation     Attributes

Overview

The embedded LDAP server is used as a storage mechanism with the WebLogic Authentication, Authorization, Role Mapping, and Credential Mapping providers. Use this tab to set attributes on the embedded LDAP server.

Information from the WebLogic Authentication, Authorization, Role Mapping, and Credential Mapping providers is stored and updated in the Admin server and replicated to all the managed servers in the domain. Read operations performed by the WebLogic security providers (when running on a manager server) access the local replicated embedded LDAP server. Write operations access the master embedded LDAP server on the Admin server and any updates are replicated to all the managed servers in the domain. If the Admin server is not running, then operations by the WebLogic security providers that write to the embedded LDAP server (for example, adding new users, groups, or roles or adding resources) are not possible.

Tasks

Configuring the Embedded LDAP Server

Configuring Backups for the Embedded LDAP Server

Additional Documentation

(Requires an Internet connection.)

Introduction to WebLogic Security

Managing WebLogic Security

Programmimg WebLogic Security

Developing Security Providers for WebLogic Server

Securing a WebLogic Server Deployment

Upgrading Security in WebLogic Server Version 6.x to WebLogic Server Version 7.0

Security FAQ

The Security page in the WebLogic Server documentation

Backing Up the WebLogic LDAP Repository in Managing and Monitoring WebLogic Server Domains

Attributes

Attribute Label

Description

Value Constraints

Credential

The credential (usually password) used to connect to the embedded LDAP server.

Default: null

Configurable: yes

Encrypted: yes

Readable: yes

Writable: yes

Backup Hour

The hour at which to backup the embedded LDAP server.

Minimum: 0

Maximum: 23

Default: 23

Configurable: yes

Readable: yes

Writable: yes

Backup Minute

The minute at which to backup the embedded LDAP server. This attribute is used in conjunction with the BackupHour attribute to determine the time at which the embedded LDAP server is backed up.

Minimum: 0

Maximum: 59

Default: 05

Configurable: yes

Readable: yes

Writable: yes

Backup Copies

The number of backup copies of the embedded LDAP server.

Minimum: 0

Maximum: 65534

Default: 7

Configurable: yes

Readable: yes

Writable: yes

Cache Enabled

Specifies whether or not a cache is used for the embedded LDAP server.

Default: true

Readable: yes

Writable: yes

Cache Size

The size of the cache (in K) that is used with the embedded LDAP server.

Minimum: 0

Default: 32

Configurable: yes

Readable: yes

Writable: yes

Cache TTL

The time-to-live (TTL) of the cache in seconds.

Minimum: 0

Default: 60

Configurable: yes

Readable: yes

Writable: yes

Refresh Replica At Startup

Specifies whether or not a managed server should refresh all replicated data at boot time. This is useful if you have made a large amount of changes when the managed server was not active, and you want to download the entire replica instead of having the admin server push each change to the managed server.

Default: false

Readable: yes

Writable: yes

Master First

Specifies that connections to the master ldap server should always be made instead of connections to the local replicated ldap server.

Default: false

Readable: yes

Writable: yes



 

Back to Top Previous Next