Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
dir:removegroupmember
Removes a member from a group.
Syntax
<dir:removegroupmember name="group" member="member entry"/>Parameters
name (required)- Unique identifier for the name of the entry from which members are being removed. The value is relative to the
baseDNproperty.
member (required)- Name of the entry to remove as a member (usually, but not required to be, a user). The value is relative to the
baseDNproperty, but is changed into the fully qualified distinguished name prior to searching for the matchingCS.Property.dir.uniquememberattribute value.
Error Numbers
The possible values of
errnoinclude:
Description
This tag removes a member from a group, but does not remove a child from a group. In most SPIs, this entails removing the specified user's distinguished name from the set of values of the specified group's
uniquememberattribute.If
CS.Property.dir.referentialIntegrityis turned on, theCS.Property.dir.member attribute(backlink) of the user is also updated, if implemented by the SPI (e.g. the value in the property file is non-empty).Example
<dir:removegroupmember name="Variables.groupName" member="Variables.userName"/>
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.