|
Category
|
Key
|
Description
|
Property in the precision.properties File
|
|
DSML
|
DN
|
The root folder in which to start the DSML search.
Example:
OU=Users, OU=Accounts, DC=qad, DC=com
A directory server is a tree of directory entries, and each entry has a unique identifier or distinguished name (DN). The DN is written left to right, for example bill.people.domain.com is written as: uid=bill, ou=people, dc=domain, dc=com.
• uid=bill is the entry’s Relative Distinguished Name (RDN)
• ou=people is the organizational unit
• ou=people , dc=domain, dc=com is the DN of the parent entry, where DC denotes domain component, and OU denotes organizational unit.
|
dsml.dn
|
|
DSML
|
EMAIL NOTIFICATION
|
A comma-separated list of e-mail addresses to receive notifications of the DSML search results.
Default value: The e-mail address of the user who is logged in.
|
dsml.emailnotification
|
|
DSML
|
ENABLE DSML
|
This value determines if the Admin page displays a link to manually invoke the DSML search.
Possible values: yes, no
Default value: no
|
|
|
DSML
|
FILTER
|
The filter used in the DSML search, which is based on the filter query syntax for DSML V2.
|
dsml.filter
|
|
DSML
|
PASSWORD
|
The user password for the DSML Gateway.
This password must be Base64 encoded.
|
dsml.password
|
|
DSML
|
RESULT-FILE-LOCATION
|
The location of the DSML search results file.
Default value: C:/PRECISION/WebUI/data/dsml/results
|
dsml.resultFilelocation
|
|
DSML
|
URL
|
The URL of the active DSML gateway.
Example: http://localhost:8080/dsml/DSMLServlet
|
dsml.url
|
|
DSML
|
USER
|
The user ID of the user who has access to the DSML gateway.
|
dsml.user
|
|
DSML
|
USER-MAP-LOCATION
|
The location of user-map.xml. This file determines the field mapping that applies when creating new users.
Default value: C:/PRECISION/WebUI/data/dsml/user-map.xml
|
dsml.usermaplocation
|

Attribute Name | Default Value | Description | Required Attribute? |
defaultValue | The default value to use when no value is provided in the DSML response. | no | |
fieldName | The field name mapping. | yes | |
filter | false | Use this attribute to remove attributes that do not match a mapping key. It is useful for filtering multiple values such as the memberOf attribute. | no |
name | The Active Directory attribute name returned in the DSML response. | yes | |
overwrite | true | When true, the value is overwritten during an update of the user record. When false, the value is written during the creation of the user record only. | no |
tableName | The table name mapping. | yes |
Attribute Name | Description | Required Attribute? |
key | The mapping key for matching an attribute value. This value is not case sensitive. | yes |
value | The mapping value to replace the original value. | yes |