?? usersystem-ldap.jsp
字號(hào):
<%/** * $RCSfile: usersystem-ldap.jsp,v $ * $Revision: 1.2.6.2 $ * $Date: 2003/06/06 16:09:54 $ * * Copyright (C) 1999-2003 Jive Software. All rights reserved. * * This software is the proprietary information of Jive Software. Use is subject to license terms. */%><%@ taglib uri="webwork" prefix="ww" %><%@ include file="global.jsp" %><%@ include file="header.jsp" %><p class="jive-setup-page-header">LDAP User System</p><p>Use the form below to fill in appropriate LDAP values.</p><ww:if test="hasErrorMessages == true"> <p class="jive-error-text"> <ww:iterator value="errorMessages"> <ww:property /> </ww:iterator> </p></ww:if><form action="setup.ldapusersystem!execute.jspa" method="post" name="ldapForm"><br><table cellpadding="3" cellspacing="2" border="0"><tr valign="top"> <td class="jive-label" nowrap> LDAP Host (Required): </td> <td> <input type="text" name="ldapHost" size="50" maxlength="150" value="<ww:if test="ldapHost"><ww:property value="ldapHost" /></ww:if>"> <span class="jive-description"> <br> Your LDAP server's hostname. </span> <ww:if test="errors['ldapHost']"> <span class="jive-error-text"> <br><ww:property value="errors['ldapHost']" /> </span> </ww:if> </td></tr><tr valign="top"> <td class="jive-label" nowrap> LDAP Port: </td> <td> <input type="text" name="ldapPort" size="10" maxlength="10" value="<ww:if test="ldapPort"><ww:property value="ldapPort" /></ww:if>"> <span class="jive-description"> <br> Your LDAP server's port (optional). The default port is 389. </span> <ww:if test="errors['ldapPort']"> <span class="jive-error-text"> <br><ww:property value="errors['ldapPort']" /> </span> </ww:if> </td></tr><tr valign="top"> <td class="jive-label" nowrap> SSL Enabled: </td> <td> <input type="radio" name="sslEnabled" value="true" id="rb01" <ww:if test="sslEnabled == true"> checked</ww:if>> <label id="rb01">Yes</label> <input type="radio" name="sslEnabled" value="false" id="rb02" <ww:if test="sslEnabled != true"> checked</ww:if>> <label id="rb02">No</label> <span class="jive-description"> <br> Enable SSL connections to your LDAP server. If you enable SSL connections, the LDAP server port value most likely should be changed to 636. </span> <ww:if test="errors['sslEnabled']"> <span class="jive-error-text"> <br><ww:property value="errors['sslEnabled']" /> </span> </ww:if> </td></tr><tr valign="top"> <td class="jive-label"> Base DN: </td> <td> <input type="text" name="baseDN" size="50" maxlength="150" value="<ww:if test="baseDN"><ww:property value="baseDN" /></ww:if>"> <span class="jive-description"> <br> The starting DN that searches for users will performed with. The entire subtree under the base DN will be searched. </span> <ww:if test="errors['baseDN']"> <span class="jive-error-text"> <br><ww:property value="errors['baseDN']" /> </span> </ww:if> </td></tr><tr valign="top"> <td class="jive-label"> Admin DN: </td> <td> <input type="text" name="adminDN" size="50" maxlength="150" value="<ww:if test="adminDN"><ww:property value="adminDN" /></ww:if>"> <span class="jive-description"> <br> A directory administrator's DN. All directory operations will be performed with this account. For normal usage of the module, the admin should have full administrative controls over the directory. </span> <ww:if test="errors['adminDN']"> <span class="jive-error-text"> <br><ww:property value="errors['adminDN']" /> </span> </ww:if> </td></tr><tr valign="top"> <td class="jive-label"> Admin Password: </td> <td> <input type="password" name="adminPassword" size="25" maxlength="50" value="<ww:if test="adminPassword"><ww:property value="adminPassword" /></ww:if>"> <span class="jive-description"> <br> The password for the directory administrator (optional). </span> <ww:if test="errors['adminPassword']"> <span class="jive-error-text"> <br><ww:property value="errors['adminPassword']" /> </span> </ww:if> </td></tr><tr valign="top"> <td class="jive-label"> Username Field: </td> <td> <input type="text" name="usernameField" size="25" maxlength="50" value="<ww:if test="usernameField"><ww:property value="usernameField" /></ww:if>"> <ww:if test="errors['usernameField']"> <span class="jive-error-text"> <br><ww:property value="errors['usernameField']" /> </span> </ww:if> </td></tr><tr valign="top"> <td class="jive-label"> Name Field: </td> <td> <input type="text" name="nameField" size="25" maxlength="50" value="<ww:if test="nameField"><ww:property value="nameField" /></ww:if>"> <ww:if test="errors['nameField']"> <span class="jive-error-text"> <br><ww:property value="errors['nameField']" /> </span> </ww:if> </td></tr><tr valign="top"> <td class="jive-label"> Email Field: </td> <td> <input type="text" name="emailField" size="25" maxlength="50" value="<ww:if test="emailField"><ww:property value="emailField" /></ww:if>"> <span class="jive-description"> <br> The field names used when usernames, names and email addresses lookups are performed. </span> <ww:if test="errors['emailField']"> <span class="jive-error-text"> <br><ww:property value="errors['emailField']" /> </span> </ww:if> </td></tr></table><hr size="0"><div align="right"><input type="submit" value=" Continue "></div></form><script language="JavaScript" type="text/javascript"><!--document.ldapForm.ldapHost.focus();//--></script><%@ include file="footer.jsp" %>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -