Runtime components : Service components : LDAP Access Service : Reference : LDAP format definitions : Externalized structure for LDAPRequestFormat
  
Externalized structure for LDAPRequestFormat
<fmtDef id="aFormatDefinition">
<ldapRequest id="anLdapRequestFormat"
requestType="request" filterType="type">
<map id="dynamicName" source="sourceCtx"
target="ldapInCtx">
</map>
<map id="filterList" source="sourceCtx"
target="ldapInCtx">
</map>
<map id="modificationList" source="sourceCtx"
target="ldapInCtx">
</map>
<map id="attributeList" source="sourceCtx"
target="ldapInCtx">
</map>
</ldapRequest>
</fmtDef>
For the LDAPRequestFormat, a dynamicName map will almost always be required. The filterList map is used in search requests. The modificationList map is used in modify requests. The attributeList map is used by both search and create requests.
Go up to
LDAP format definitions