<% var tableID = "userGroupList" + urlsuffix; var headerID = i18n.userGroupScreen.userID; if (urlsuffix == "groups") { headerID = i18n.userGroupScreen.groupID; } else if (urlsuffix == "roles") { headerID = i18n.userGroupScreen.roleID; } var actionBarWidth = "17%"; var normalBarWidth = "16%"; if (isRecycle) { actionBarWidth = "13%"; normalBarWidth = "14%"; } %> <% if (urlsuffix == "users") { %> <% } else if (urlsuffix == "groups") { %> <% } else if (urlsuffix == "roles") { %> <% } %> <% if (isRecycle) { %> <% } %> <% for (var cnt = 0; cnt < userGroupList.length; cnt++) { var objectEntry = userGroupList[cnt]; %> <% var checked = userGroupList[cnt].checked; var spanType = "partitions-icon-nonsync"; if (objectEntry.oTOriginalDN) spanType = "partitions-icon-sync"; var checkBoxName = "checkbox_" + urlsuffix + cnt; %> <% if (isRecycle) { %> <% } %> <% } %>
<%= i18n.userGroupScreen.userName %><%= i18n.userGroupScreen.groupName %><%= i18n.userGroupScreen.roleName %><%= headerID %> <%= i18n.userGroupScreen.displayName %> <%= i18n.userGroupScreen.userpartition %> <%= i18n.userGroupScreen.location %><%= i18n.userGroupScreen.oTRecycledTimestamp %><%= i18n.userGroupScreen.moreActions %>
checked="checked"<% } %>> <%= objectEntry.name %> <%= otdsCommon.replaceHTMLCharacters (objectEntry.attributes.id) %> <%= objectEntry.displayName %> <%= objectEntry.userPartitionID %> <%= objectEntry.locationString %><%= objectEntry.oTRecycledTimestamp %> <%= i18n.userGroupScreen.moreActions %>
  • <%= i18n.userGroupScreen.properties %>
  • <% if (isEnabled && !isRecycle && ((!isEDirSync && isAdmin) || (objectEntry.oTOriginalDN && (!isROAdmin || (urlsuffix == "users"))))) { %>
  • <%= i18n.userGroupScreen.consolidate %>
  • <% } if (!isEDirSync && !isRecycle) { %>
  • <%= i18n.userGroupScreen.twoFactorAuth %>
  • <% } if (urlsuffix != "roles") { %>
  • <% if (isRecycle) { %> <%= i18n.userGroupScreen.viewMembership %> <% } else { %> <%= i18n.userGroupScreen.editMembership %> <% } %>
  • <%= i18n.userGroupScreen.viewRecursiveGroups %>
  • <% } %>
  • <%= i18n.userGroupScreen.roleAssignments %>
  • <%= i18n.userGroupScreen.viewEffectiveRoles %>
  • <% if (!isEDirSync && !isRecycle && (urlsuffix == "groups" || urlsuffix == "roles") && !(objectEntry.oTOriginalDN)) { %>
  • <%= i18n.userGroupScreen.editAdministrators %>
  • <% } if ((urlsuffix == "users") && !isRecycle && (!isEDirSync) && (!objectEntry.oTOriginalDN) && (!objectEntry.oTInternal)) { %>
  • <%= i18n.userGroupScreen.resetPassword %>
  • <% } if (!isEDirSync && showLicenses && !isRecycle && ((urlsuffix == "users") || (urlsuffix == "groups"))) { %>
  • <%= i18n.userGroupScreen.addToLicense %>
  • <% } %>