Runtime tools : Service components : LDAP Access Service : Reference : LDAP format definitions : Externalized structure for MapFormat
  
Externalized structure for MapFormat
<map id="name" source="sourceCtx" target="targetCtx"
sourcePrefix=" aPrefix" targetPrefix="aPrefix">
<!-- one or more of the following mappings-->
<mapping source="source" target="target" value="value"/>
<!-- or one or more of the following modification mappings-->
<mod source="source" target="target" value="value" modcode="code"/>
</map>
A map tag may contain mapping subtags, OR mod subtags, but not both.
Go up to
LDAP format definitions