Runtime tools : Service components : LDAP Access Service : Reference : LDAP format definitions : Externalized structure for LDAPResponseFormat
  
Externalized structure for LDAPResponseFormat
<fmtDef id="aFormatDefinition">
<ldapResponse id="anLdapResponseFormat"
responseType="response">
<map source="ldapOutCtx" target="targetCtx">
</map>
</ldapResponse>
</fmtDef>
The tags that make up these formats, their attributes and the acceptable values for these attributes, are further described in the table below.
LDAP format attributes
ldapRequest
requestType - A required attribute that should be one of the following values:
list
listbindings
lookup
search
create
destroy
modify
getattributes
filterType - An optional attribute that should be one of the following values:
value
expression
attributes
ldapResponse
responseType - A required attribute that should be one of the following values:
list
listbindings
lookup
search
create
destroy
modify
getattributes
map
sourceContext - A required attribute that contains the name of a valid toolkit context to be used as the source of data.
targetContext - A required attribute that contains the name of a valid toolkit context that will be filled with data.
sourcePrefix - An optional attribute that contains a string value to be appended to the source data names.
sourcePrefix - An optional attribute that contains a string value to be appended to the source data names.
mapping
source - A required attribute that specifies a valid data name from the source context (see the map tag).
target - A required attribute that specifies a valid data name from the target context (see the map tag).
value - The default value for the target.
mod
source - A required attribute that specifies a valid data name from the source context (see the map tag).
target - A required attribute that specifies a valid data name from the target context (see the map tag).
value - The default value for the target.
modcode - A required attribute that is one of the following values:
add
remove
replace
Go up to
LDAP format definitions