bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

EmbeddedLDAP

Description

The MBean that defines the configuration properties for the embedded ldap server.

Syntax

<!ELEMENT EmbeddedLDAP EMPTY >
<!ATTLIST EmbeddedLDAP
   BackupCopies               CDATA                    "7"
   BackupHour                 CDATA                    "23"
   BackupMinute               CDATA                    "05"
   CacheEnabled               (true | false)           "true"
   CacheSize                  CDATA                    "32"
   CacheTTL                   CDATA                    "60"
   Credential                 CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
>

Parent Elements

The EmbeddedLDAP element is a child of the Domain element.

Attributes

Table 16-1 EmbeddedLDAPMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Backup-Copies

The number of backup copies of the embedded LDAP server.

Default: 7

Minimum: 0

Maximum: 65534

Backup Copies

Backup-Hour

The hour at which to backup the embedded LDAP server.

Default: 23

Minimum: 0

Maximum: 23

Backup Hour

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.

Default: 05

Minimum: 0

Maximum: 59

Backup Minute

Cache-Enabled

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

Default: true

Cache Enabled

Cache-Size

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

Default: 32

Minimum: 0

Cache Size

Cache-TTL

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

Default: 60

Minimum: 0

Cache TTL

Credential

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

Default: null

Credential

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes


 

 

Back to Top Previous Next