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

Administration Console Online Help

 Previous Next Contents Index  

 


Active Directory Authentication Provider-->Membership

Tasks     Related Topics     Attributes

Overview

Use this tab to specify how groups are stored and located in the Active Directory.

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 1-4

Attribute Label

Description

Value Constraints

Static Member DNAttribute

The attribute of the LDAP static group object that specifies the distinguished names (DNs) of the members of the group.

MBean: weblogic.security.
providers.authentication.
ActiveDirectoryAuthenticatorMBean

Attribute: StaticMemberDNAttribute

Default: "uniquemember"

Static Group DNs from Member DNFilter

LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP groups that contain that member.

MBean: weblogic.security.
providers.authentication.
ActiveDirectoryAuthenticatorMBean

Attribute: StaticGroupDNsfromMemberDNFilter


Dynamic Group Object Class

The LDAP object class that stores dynamic groups.

MBean: weblogic.security.
providers.authentication.
ActiveDirectoryAuthenticatorMBean

Attribute: DynamicGroupObjectClass


Dynamic Group Name Attribute

The attribute of a dynamic LDAP group object that specifies the name of the group.

MBean: weblogic.security.
providers.authentication.
ActiveDirectoryAuthenticatorMBean

Attribute: DynamicGroupNameAttribute


Dynamic Member URLAttribute

The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group.

MBean: weblogic.security.
providers.authentication.
ActiveDirectoryAuthenticatorMBean

Attribute: DynamicMemberURLAttribute


 

Back to Top Previous Next