Home > Contents > Index > 
DIR.SEARCH
Searches for entries matching the specified attributes.
Syntax
<DIR.SEARCH LIST="matches" CONTEXT="common ancestor" [OPERATOR="and|or")]> <DIR.ARGUMENT NAME="ATTRIBUTE_NAME" VALUE="ATTRIBUTE_VALUE"/> </DIR.SEARCH>Parameters
LIST (required)- List in which the distinguished names of the matching entries are returned. The list contains a single column called
NAME.
CONTEXT (required)- Overrides the value of the parent in the property file
CS.Property.dir.peopleParentfortype=user. Specify this argument for searching under groups or under a branch of the user tree.
OPERATOR (optional)- Determines if the matching entries must contain all
"and"or one or more"or"of the specified attribute/value pairs. The default is"and".
DIR.ARGUMENT NAME (required)- The name of the attribute to be matched.
DIR.ARGUMENT VALUE (required)- Value of the attribute to be matched.
Error Numbers
The possible values of
errnoinclude:
Example
<DIR.SEARCH LIST="matchList"> <DIR.ARGUMENT NAME="CS.Property.dir.username" VALUE="Variables.loginid"/> </DIR.SEARCH>Release Introduced
This tag was introduced in CS release 4.0.
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.