Administration Console Online Help

 Previous Next Contents Index  

 


iPlanetAuthenticator --> Membership

Tasks     Additional Documentation     Attributes

Overview

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

Tasks

Configuring the iPlanet 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

Static Member DNAttribute

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

Attribute: StaticMemberDNAttribute

Default: "member"

Readable: yes

Static Group DNsfrom 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.

Attribute: StaticGroupDNsfromMemberDNFilter

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

Readable: yes

Dynamic Group Object Class

The LDAP object class that stores dynamic groups.

Attribute: DynamicGroupObjectClass

Default: "groupofURLs"

Readable: yes

Dynamic Group Name Attribute

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

Attribute: DynamicGroupNameAttribute

Default: "cn"

Readable: yes

Dynamic Member URLAttribute

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

Attribute: DynamicMemberURLAttribute

Default: "memberURL"

Readable: yes



 

Back to Top Previous Next