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

Administration Console Online Help

 Previous Next Contents Index  

 


Active Directory Authentication Provider-->Groups

Tasks     Related Topics     Attributes

Overview

Use this tab to specify how groups are stored and located in the Active Directory LDAP 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-3

Attribute Label

Description

Value Constraints

Group Base DN

The base distinguished name (DN) of the tree in the LDAP directory that contains groups.

MBean: weblogic.security.
providers.authentication.
ActiveDirectoryAuthenticatorMBean

Attribute: GroupBaseDN

Default: "ou=ou=WLSGROUPS,dc=example,dc=com"

Group Search Scope

Specifies how deep in the LDAP directory tree to search for groups. Valid values are subtree and onelevel.

MBean: weblogic.security.
providers.authentication.
ActiveDirectoryAuthenticatorMBean

Attribute: GroupSearchScope

Default: "subtree"

Group From Name Filter

LDAP search filter for finding a group given the name of the group. If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the group schema.

MBean: weblogic.security.
providers.authentication.
ActiveDirectoryAuthenticatorMBean

Attribute: GroupFromNameFilter

Default: "(&(cn=%g)(objectclass=groupofuniquenames))"

All Groups Filter

An LDAP search filter for finding all groups beneath the base group distinguished name (DN). If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the Group schema.

MBean: weblogic.security.
providers.authentication.
ActiveDirectoryAuthenticatorMBean

Attribute: AllGroupsFilter


Static Group Object Class

The name of the LDAP object class that stores static groups.

MBean: weblogic.security.
providers.authentication.
ActiveDirectoryAuthenticatorMBean

Attribute: StaticGroupObjectClass

Default: "groupofuniquenames"

Static Group Name Attribute

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

MBean: weblogic.security.
providers.authentication.
ActiveDirectoryAuthenticatorMBean

Attribute: StaticGroupNameAttribute

Default: "cn"

 

Back to Top Previous Next