Administration Console Online Help

 Previous Next Contents Index  

 


Active Directory Authentication Provider--> General

Tasks     Additional Documentation     Attributes

Overview

Use this tab to configure attributes for the Active Directory Authentication provider.

Tasks

Configuring the Active Directory Authentication Provider

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

Attributes

Attribute Label

Description

Value Constraints

Name

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

Attribute: Name

Configurable: yes

Readable: yes

Writable: yes

Description

A short description of the WebLogic LDAP Authentication provider.

Attribute: Description

Default: "Provider that performs ldap authentication"

Readable: yes

Version

The version number of the WebLogic Authentication provider.

Attribute: Version

Default: "1.0"

Readable: yes

Control Flag

Determines how the login sequence uses the Authentication provider.

A REQUIRED value requires this Authentication provider to succeed. Regardless of whether it succeeds, authentication proceeds to other Authentication providers that have been configured as part of the login sequence.

A REQUISITE value requires this Authentication provider to succeed. If it succeeds, authentication proceeds to other Authentication providers. If it fails, control immediately returns to the application (authentication does not proceed).

A SUFFICIENT value does not require this Authentication provider to succeed. If it succeeds, control immediately returns to the application (authentication does not proceed to other Authenticaion providers). If it fails, authentication proceeds to other Authentication providers that have been configured as part of the login sequence.

An OPTIONALvalue does not require this Authentication provider to succeed. Regardless of whether it succeeds, authentication proceeds to other Authentication providers that have been configured as part of the login sequence.

Attribute: ControlFlag

Default: "REQUIRED"

Valid values:

  • REQUIRED

  • REQUISITE

  • SUFFICIENT

  • OPTIONAL

Readable: yes



 

Back to Top Previous Next