Home > Contents > 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 baseDN property, but is changed into the fully-qualified distinguished name prior to searching for the matching
CS.Property.dir.uniquememberattribute value.
Error Numbers
The possible values of
errnoinclude:
Description
This tag removes a member from a group, note that this tag 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. Not that this tag does not remove a child from a group hierarchy through a delete operation.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 not populated).Example
<DIR.REMOVEGROUPMEMBER NAME="Variables.groupName" MEMBER="Variables.userName"/>Release Introduced
This tag was introduced in CS release 4.0.
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.