<% if (ipSchemaType == "6") { %>
<%= i18n.attributeMappings.headerLDAP %>
<% } else { %>
<%= i18n.attributeMappings.header %>
<% } %>
<% if (memberAttr != null) { %>
<%= i18n.attributeMappings.memberAttribute %>
<%= i18n.attributeMappings.memberOfAttribute %>
<% } %> <% if (ipSchemaType == "6") { %> <% } else { %> <% } %> <% var selectedMember = ""; var selectedMemberOf = ""; for (var cnt = 0; cnt < attributeMappings.length; cnt++) { var entry = attributeMappings[cnt]; var sourceAttribute = entry.sourceAttr; if ((entry.destAttr != "oTMemberOf") && (entry.destAttr != "oTMember")) { if (sourceAttribute != null) { sourceAttribute = ""; for (var cnt2 = 0; cnt2 < entry.sourceAttr.length; cnt2++) { sourceAttribute += entry.sourceAttr[cnt2]; if (cnt2 < (entry.sourceAttr.length - 1)) { sourceAttribute += ", "; } } } var actualID = "attributeValue_" + destObject + entry.destAttr; var formatID = "formatID_" + destObject + entry.destAttr; %> <% } } %>
<%= i18n.attributeMappings.OTDSattribute %><%= i18n.attributeMappings.activeDirectoryAttributeLDAP %><%= i18n.attributeMappings.activeDirectoryAttribute %><%= i18n.attributeMappings.format %>
<%= entry.destAttr %>