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
baseDN
property.
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.typeUser
orCS.Property.dir.typeGroup
properties. The property specified identifies the type of the object specified by thename
parameter. This value is ignored if the arguments imply the distinguished name.
Description
The
DIR.ADDATTRS
tag 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
errno
include:
Value Description -15004 Implementation doesn't support this operation -15005 Unexpected naming exceptions from JNDI provider. -15006 A required property missing, or class name specified for factory classes is in error. -15007 Unexpected schema violation errors from JNDI provider. -15008 General error in the syntax of an IName. -15009 Unexpected invalid attribute exceptions from JNDI provider -15010 Unexpected invalid attribute id exceptions from JNDI provider. -15011 Unexpected invalid attribute value exceptions from JNDI provider. -15012 User does not have permission to perform the operation. -15014 Unexpected JNDI read error. -15015 Unexpected JNDI write error. -15016 JNDI attribute already in use. -15023 Unexpected JNDI connection errors. -15024 Required attribute missing. -15025 Unknown error. -15032 Add attribute SQL failed. -15036 Missing or invalid child argument tags for tag.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, 2019, Oracle and/or its affiliates. All rights reserved.