Home > Contents > Index >
name.makechild
Builds a distinguished name.
Syntax
<name.makechild [output="name"] context="parent name"> <name.argument name="naming attribute"
value="some value"/> <name.makechild/>Parameters
output (optional)
- Variable name in which the distinguished name is returned.
context (required)
- Parent name to be used as a prefix for the newly constructed name.
name.argumentname (required)
- Name of the naming attribute, such as
cn
oruid
.
name.argumentvalue (required)
- Value of the named attribute.
Description
This tag builds a distinguished name from the name of the parent and the least significant component of the child's name. The least significant component is specified using the
dir.argument
parameter. The name and value of the attributes are separated by thesnytax.speratortypeval.ini
property.Error Numbers
The possible values of
errno
include:
Value Description -15024 Required parameter missingExample
<name.makechild output="newgroupname"context="CS.Properties.dir.groupParent"/> <dir.argument name="CS.Properties.dir.cn" value="Variables.newGroupcn"/> <dir.argument name="CS.Properties.dir.cn" value="Variables.parentGroupcn"/> </name.makechild>Release Introduced
This tag was introduced in CS release 4.0.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.