Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


iPlanet Authentication Provider-->Membership

Tasks     Related Topics     Attributes

Overview

Use this page to specify how groups are stored and located in the iPlanet directory.

Tasks

Configuring an LDAP Authentication Provider

Related Topics

Introduction to WebLogic Security

Managing WebLogic Security

Securing WebLogic Resources

Programmimg WebLogic Security

Developing Security Providers for WebLogic Server

Securing a Production Environment

The Security topics in the WebLogic Server 8.1 Upgrade Guide

Security FAQ

The Security page in the WebLogic Server documentation

Attributes

Table 208-1

Attribute Label

Description

Value Constraints

Static Member DNAttribute

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

MBean: weblogic.security.
providers.authentication.
IPlanetAuthenticatorMBean

Attribute: StaticMemberDNAttribute

Default: "uniquemember"

Static Group DNs from Member DNFilter

An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP broups that contain that member. 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.
IPlanetAuthenticatorMBean

Attribute: StaticGroupDNsfromMemberDNFilter

Default: "(&(uniquemember=%M)(objectclass=groupofuniquenames))"

Dynamic Group Object Class

The LDAP object class that stores dynamic groups.

MBean: weblogic.security.
providers.authentication.
IPlanetAuthenticatorMBean

Attribute: DynamicGroupObjectClass

Default: "groupofURLs"

Dynamic Group Name Attribute

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

MBean: weblogic.security.
providers.authentication.
IPlanetAuthenticatorMBean

Attribute: DynamicGroupNameAttribute

Default: "cn"

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.
IPlanetAuthenticatorMBean

Attribute: DynamicMemberURLAttribute

Default: "memberURL"

 

Skip navigation bar  Back to Top Previous Next