step4.htm revision 5939f4d5fbd2b5586260389e2ed537b20c712cf5
0N/A AjaxUtils.call("$context$path?actionLink=validateUMHost&ie7fix=" + ie7fix,
0N/A AjaxUtils.call("$context$path?actionLink=validateUMDomainName&ie7fix=" + ie7fix, validateUMDomainName);
0N/A if (response.responseText == "ok") {
0N/A if (response.responseText == "ok") {
59N/A if (response.responseText == "ok") {
87N/A if (response.responseText == "ok") {
87N/A AjaxUtils.call(callUrl+param, validateSSLField);
87N/A AjaxUtils.call(callUrl+param, validateADSSLField);
0N/A AjaxUtils.call(callUrl+param, validateADUserFields);
0N/A AjaxUtils.call(callUrl+param, validateADUserFields);
87N/A AjaxUtils.doPost(null, callUrl, param, validateADUserFields,
87N/A AjaxUtils.call(callUrl+param, validateUserFields);
87N/A AjaxUtils.call(callUrl+param, validateUserFields);
87N/A AjaxUtils.call(callUrl+param, validateUserFields);
87N/A AjaxUtils.call(callUrl+param, validateUserFields);
0N/A AjaxUtils.doPost(null, callUrl, param, validateUserFields, null, null);
0N/A setType(document.getElementById("ldapv3adforDomainName").value);
AjaxUtils.call("$context$path?actionLink=resetUMEmbedded&ie7fix=" + ie7fix);
setType(document.getElementById("ldapv3ad").value);
setType(document.getElementById("ldapv3adam").value);
setType(document.getElementById("ldapv3odsee").value);
setType(document.getElementById("ldapv3opends").value);
setType(document.getElementById("ldapv3tivoli").value);
AjaxUtils.call(callUrl + "&type=" + type);
AjaxUtils.call("$context$path?actionLink=setUMEmbedded&ie7fix=" + ie7fix);
document.getElementById("ldapv3odsee").checked=true;
AjaxUtils.call("$context$path?actionLink=resetUMEmbedded&ie7fix=" + ie7fix);
YAHOO.util.Event.onDOMReady(initUserStorePage);
<h1>$page.getLocalizedString("step4.title")<img class="pointer" src="$context/assets/images/message.gif"/></h1>
<td valign="top"><label for="userStoreType"><em>* </em>$page.getLocalizedString("store.type.label")</label></td>
<input type="radio" id="ldapv3odsee" name="userStoreType" style="margin-left:1em" value="LDAPv3ForODSEE" $selectLDAPv3odsee onclick="setODSEE();"/> $page.getLocalizedString("odsee.ldap.schema")
<input type="radio" id="ldapv3opends" name="userStoreType" style="margin-left:2em" value="LDAPv3ForOpenDS" $selectLDAPv3opends onclick="setOpenDS();"/> $page.getLocalizedString("opends.ldap.schema")<br>
<input type="radio" id="ldapv3ad" name="userStoreType" style="margin-left:1em" value="LDAPv3ForAD" $selectLDAPv3ad onclick="setAD();"/> $page.getLocalizedString("activedirectory.ldap.schema")
<input type="radio" id="ldapv3adforDomainName" name="userStoreType" style="margin-left:1em" value="LDAPv3ForADDC" $selectLDAPv3addc onclick="setADforDomainName();"/> $page.getLocalizedString("activedirectoryfordomainname.ldap.schema")<br>
<input type="radio" id="ldapv3adam" name="userStoreType" style="margin-left:1em" value="LDAPv3ForADAM" $selectLDAPv3adam onclick="setADAM();"/> $page.getLocalizedString("adam.ldap.schema")
<input type="radio" id="ldapv3tivoli" name="userStoreType" style="margin-left:1em" value="LDAPv3ForTivoli" $selectLDAPv3tivoli onclick="setTivoli();"/> $page.getLocalizedString("tivoli.ldap.schema")
<td><label for="userStoreSSL"><em>* </em>$page.getLocalizedString("directory.ssl.label")</label></td>
onClick="APP.callDelayed(this, validateUserStoreSSL)"/>
<td><label for="userStoreHost"><em>* </em>$page.getLocalizedString("directory.name.label")</label></td>
onkeyup="APP.callDelayed(this, validateUserStoreHost)"
onchange="APP.callDelayed(this, validateUserStoreHost)"/>
onkeyup="APP.callDelayed(this, validateUserStorePort)"
onchange="APP.callDelayed(this, validateUserStorePort)"/>
<td><label for="userStoreRootSuffix"><em>* </em>$page.getLocalizedString("root.suffix.label")</label></td>
onkeyup="APP.callDelayed(this, validateUserStoreRootSuffix)"
onchange="APP.callDelayed(this, validateUserStoreRootSuffix)"/>
<td><label for="userStoreLoginId"><em>* </em>$page.getLocalizedString("login.id.label")</label></td>
onkeyup="APP.callDelayed(this, validateUserStoreLoginId)"
onchange="APP.callDelayed(this, validateUserStoreLoginId)"/>
<td><label for="userStorePassword"><em>* </em>$page.getLocalizedString("password.label")</label></td>
onkeyup="APP.callDelayed(this, validateUserStorePassword )"
onchange="APP.callDelayed(this, validateUserStorePassword )" />
<td><label for="ADuserStoreSSL"><em>* </em>$page.getLocalizedString("directory.ssl.label")</label></td>
onClick="APP.callDelayed(this, validateADUserStoreSSL)"/>
<td><label for="userStoreDomainName"><em>* </em>$page.getLocalizedString("domain.name.label")</label></td>
onkeyup="APP.callDelayed(this, validateUserStoreDomainName)"
onchange="APP.callDelayed(this, validateUserStoreDomainName)"/>
<td><label for="ADuserStoreLoginId"><em>* </em>$page.getLocalizedString("login.id.label")</label></td>
onkeyup="APP.callDelayed(this, validateADUserStoreLoginId)"
onchange="APP.callDelayed(this, validateADUserStoreLoginId)"/>
<td><label for="ADuserStorePassword"><em>* </em>$page.getLocalizedString("password.label")</label></td>
onkeyup="APP.callDelayed(this, validateADUserStorePassword )"
onchange="APP.callDelayed(this, validateADUserStorePassword )" />