|
Attribute name
|
Required
|
Default Value
|
Description
|
|
name
|
true
|
N/A
|
The Active Directory attribute name returned in the DSML response.
|
|
tableName
|
true
|
N/A
|
The table name mapping.
|
|
fieldName
|
true
|
N/A
|
The field name mapping.
|
|
overwrite
|
false
|
true
|
If true then the value is overwritten during an UPDATE of the user record. If false then the value is only written during the CREATE of the user record.
|
|
defaultValue
|
false
|
A2A
|
The default value to use if no value is provided in the DSML response.
|
|
filter
|
false
|
true
|
Remove attributes that do not match a mapping key. Useful for filtering multiple values such as the attribute memberOf.
|
|
Attribute name
|
Required
|
Description
|
|
key
|
true
|
The case insensitive mapping key that is used when matching an attribute value.
|
|
value
|
true
|
The mapping value that will replace the original value.
|
|
Active Directory Attribute
|
Table and Field
|
Default Value
|
Is Mapped
|
Overwrite
|
|
c
|
usr_mstr.usr_ctry_code
|
N/A
|
yes
|
yes
|
|
c
|
usr_mstr.usr_lang
|
US
|
yes
|
no
|
|
mail
|
usr_mstr.usr_mail_address
|
N/A
|
no
|
yes
|
|
Attribute Name
|
Alias
|
Description
|
Multiple Values
|
Syntax
|
|
c
|
countryName
|
Country abbreviation
|
false
|
DirectoryString
|
|
cn
|
commonName
|
Name
|
false
|
DirectoryString
|
|
co
|
friendlyCountryName
|
Full name of country
|
false
|
DirectoryString
|
|
codePage
|
codePage
|
Code page
|
false
|
Integer
|
|
countryCode
|
countryCode
|
Country code
|
false
|
Integer
|
|
dn
|
distinguishedName
|
X500 distinguished name
|
false
|
DN
|
|
displayName
|
displayName
|
Display Name
|
false
|
DN
|
|
gn
|
givenName
|
First or given name
|
false
|
DirectoryString
|
|
homePhone
|
homeTelephoneNumber
|
Home phone number
|
false
|
DirectoryString
|
|
mail
|
rfc822Mailbox
|
E-mail address
|
false
|
DirectoryString
|
|
memberOf
|
memberOf
|
Group membership
|
true
|
DN
|
|
mobile
|
mobileTelephoneNumber
|
Mobile phone number
|
false
|
DirectoryString
|
|
modifyTimestamp
|
mnodifyTimestamp
|
Modify time stamp
|
false
|
Generalized Time
|
|
o
|
organizationName
|
Organization name
|
true
|
DirectoryString
|
|
objectCategory
|
|
Object category
|
false
|
DN
|
|
ou
|
organizationalUnitName
|
Usually department or sub-entity
|
true
|
DNWithBinary
|
|
postalCode
|
postalCode
|
Post code or ZIP
|
false
|
DirectoryString
|
|
sn
|
surname
|
Surname or last name
|
false
|
DirectoryString
|
|
st
|
stateOrProvinceName
|
State
|
false
|
DirectoryString
|
|
street
|
streetAddress
|
Street address
|
false
|
DirectoryString
|
|
uid
|
userid
|
Username
|
false
|
DirectoryString
|
|
Attribute Name
|
Format
|
Description
|
Example
|
|
Generalized Time
|
YYYYMMDDHHMMSS[.|,fraction][(+|-HHMM)|Z]
|
Time stamp
|
"19991106210627.3Z" = Nov 6, 1999 21:06:27.3 UTC
|
|
DN
|
cn=<value>,ou=<value>,o=<value>,c=<value>
|
Distinguished name. Comma delimited list of name/value pairs (RFC 2253)
|
cn=Ben Gray,ou=editing,o=New York Times,c=US
|
|
DirectoryString
|
|
UTF-8 encoded string
|
QAD Inc.
|
|
Integer
|
|
Whole number of unlimited magnitude
|
12345
|