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

Administration Console Online Help

 Previous Next Contents Index  

 


Novell Authentication Provider-->General

Tasks     Related Topics     Attributes

Overview

Use this tab to configure attributes for the Novell Authentication provider.

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-6

Attribute Label

Description

Value Constraints

Name

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

MBean: weblogic.security.
providers.authentication.
NovellAuthenticatorMBean

Attribute: Name


Description

A short description of the LDAP Authentication provider.

MBean: weblogic.security.
providers.authentication.
NovellAuthenticatorMBean

Attribute: Description

Default: "Provider that performs LDAP authentication"

Version

The version number of the LDAP Authentication provider.

MBean: weblogic.security.
providers.authentication.
NovellAuthenticatorMBean

Attribute: Version

Default: "1.0"

Control Flag

Determines how the login sequence uses the Authentication provider.

A REQUIRED value specifies this LoginModule must succeed. Even if it fails, authentication proceeds down the list of LoginModules for the configured Authentication providers. This setting is the default.

A REQUISITE value specifies this LoginModule must succeed. If other Authentication providers are configured and this LoginModule succeeds, authentication proceeds down the list of LoginModules. Otherwise, control is return to the application.

A SUFFICIENT value specifies this LoginModule need not succeed. If it does succeed, return control to the application. If it fails and other Authentication providers are configured, authentication proceeds down the LoginModule list.

An OPTIONAL value specifies this LoginModule need not succeed. Whether it succeeds or fails, authentication proceeds down the LoginModule list.

MBean: weblogic.security.
providers.authentication.
NovellAuthenticatorMBean

Attribute: ControlFlag

Default: "REQUIRED"

 

Back to Top Previous Next