Previous Topic: SQL Query SchemesNext Topic: Modify the Default Query Schemes


How to Define Custom Query Schemes

Query schemes are defined in CA SiteMinder®Query elements in the directory configuration file. A CA SiteMinder®Query element resembles the following:

<SiteMinderQuery name="SetUserProperty" query="update tblUsers set %s = &apos;%s&apos; where loginid = &apos;%s&apos;" />

Note: In the sample query, &apos; is the XML syntax for the single quote (’).

The CA SiteMinder®Query element only applies when CA Identity Manager integrates with CA SiteMinder®.

The query scheme parameters are as follows:

name

Specifies the redefined name of a CA SiteMinder® query scheme.

Do not modify this value.

query

Specifies the SQL statement or stored procedure to execute. The valid values are as follows:

Note: These parameters are required for the CA SiteMinder®Query element.

Before you customize query schemes, do the following points: