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

Administration Console Online Help

 Previous Next Contents Index  

 


iPlanet Authentication Provider-->iPlanet LDAP

Tasks     Related Topics     Attributes

Overview

Use this tab to configure the iPlanet LDAP server to enable communication between the LDAP server and WebLogic Server.

Tasks

Configuring an LDAP Authentication Provider

Related Topics

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

Attributes

Table 0-3

Attribute Label

Description

Value Constraints

Host

The host name or IP address of the LDAP server.

MBean: weblogic.security.
providers.authentication.
IPlanetAuthenticatorMBean

Attribute: Host

Default: "localhost"

Port

The port number on which the LDAP server is listening.

MBean: weblogic.security.
providers.authentication.
IPlanetAuthenticatorMBean

Attribute: Port

Default: new java.lang.Integer(389)

SSLEnabled

The option to enable the use of the SSL protocol when connecting to the LDAP server.

MBean: weblogic.security.
providers.authentication.
IPlanetAuthenticatorMBean

Attribute: SSLEnabled

Default: new java.lang.Boolean(false)

Valid values:

  • true

  • false

Principal

Distinguished Name (DN) of the LDAP user used by WebLogic Server to connect to the LDAP server.

MBean: weblogic.security.
providers.authentication.
IPlanetAuthenticatorMBean

Attribute: Principal


Credential

The credential (generally a password) used to authenticate the LDAP user defined in the Principal attribute.

MBean: weblogic.security.
providers.authentication.
IPlanetAuthenticatorMBean

Attribute: Credential

Encrypted: yes

Cache Enabled

Enables the use of a cache with the LDAP server. This is a cache of the LDAP requests.

MBean: weblogic.security.
providers.authentication.
IPlanetAuthenticatorMBean

Attribute: CacheEnabled

Default: new java.lang.Boolean(true)

Valid values:

  • true

  • false

Cache Size

The size of the cache in K.

MBean: weblogic.security.
providers.authentication.
IPlanetAuthenticatorMBean

Attribute: CacheSize

Default: new java.lang.Integer(32)

Cache TTL

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

MBean: weblogic.security.
providers.authentication.
IPlanetAuthenticatorMBean

Attribute: CacheTTL

Default: new java.lang.Integer(60)

 

Back to Top Previous Next