Home > Contents > Index > 
DIR.ADDATTRS
Adds attributes to existing entries.
Syntax
<DIR.ADDATTRS NAME="ENTRY"> <DIR.ARGUMENT NAME="ATTRIBUTE_NAME"> <DIR.ARGUMENT VALUE="ATTRIBUTE_VALUE"/> </DIR.ADDATTRS>Parameters
NAME (required)- Unique identifier for the name of the entry to which attributes are being added. The value is relative to the
baseDNproperty.
DIR.ARGUMENT NAME (required)- Name of the attribute to be added to this entry.
DIR.ARGUMENT VALUE (required)- Specifies the use of the
CS.Property.dir.typeUserorCS.Property.dir.typeGroupproperties. The property specified identifies the type of the object specified by thenameparameter. This value is ignored if the arguments imply the distinguished name.
Description
The
DIR.ADDATTRStag adds attributes to existing entries. A single attribute may have multiple order dependent values. Each attribute must have at least one value.Error Numbers
The possible values of
errnoinclude:
Example
<DIR.ADDATTRS NAME="Variables.modname" /> <DIR.ARGUMENT NAME="Variables.phoneFieldName"> <DIR.ARGUMENT VALUE="Variables.phone" /> </DIR.ADDATTRS>Release Introduced
This tag was introduced in Content Server release 4.0.
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.