⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin-ldap.jsp

📁 jive3.1.4破解版(非源码)
💻 JSP
字号:
<%/** * $RCSfile: admin-ldap.jsp,v $ * $Revision: 1.2 $ * $Date: 2003/01/23 06:48:57 $ * * Copyright (C) 1999-2002 Jive Software. All rights reserved. * * This software is the proprietary information of Jive Software. Use is subject to license terms. */%><%@ page import="com.jivesoftware.forum.Version"%><%@ taglib uri="webwork" prefix="ww" %><%@ include file="global.jsp" %><%@ include file="header.jsp" %><p class="jive-setup-page-header">LDAP User Data Storage Mode</p><p>Choose how Jive stores its user data in LDAP:</p><ww:if test="hasErrorMessages == true">    <p class="jive-error-text">    <ww:iterator value="errorMessages">        <ww:property />    </ww:iterator>    </p></ww:if><ww:if test="errors['ldapMode']">    <p class="jive-error-text">    <ww:property value="errors['ldapHost']" />    </p></ww:if><form action="setup.ldapadmin!execute.jspa" method="post" name="ldapForm"><ul>     <table cellpadding="3" cellspacing="0" border="0">    <tr valign="top">        <td>            <input type="radio" name="ldapMode" value="ldapAndJive"             id="udm01"             <ww:if test="ldapMode == 'ldapAndJive'">checked</ww:if>>        </td>        <td>            <label for="udm01"><b>LDAP and User Database</b></label>            --            Username, name and email are stored in LDAP. All Jive-specific data            is stored in the Jive user database. This mode requires no changes            to your LDAP directory.        </td>    </tr>    <tr valign="top">        <td>            <input type="radio" name="ldapMode" value="ldapOnly"             id="udm02"             <ww:if test="ldapMode == 'ldapOnly'">checked</ww:if>>        </td>        <td>            <label for="udm02"><b>LDAP Only</b></label>            --            All user data is stored in LDAP, including Jive-specific data. This            mode requires you to make changes to your LDAP schema as specified            in the Jive Forums LDAP documentation included in the Jive Forums            Enterprise distribution. (Previous to Jive Forums 2.6, this was the            only supported mode.)        </td>    </tr>    </table>    </ul><p class="jive-setup-page-header">LDAP Administrator</p><p>Choose the LDAP user you'd like to have as the Jive administrator:</p><ul>    <table cellpadding="3" cellspacing="0" border="0">    <tr>        <td><font size="-1">            <label for="n01">            Specify LDAP Username to be Jive Administrator:            </label>            </font>        </td>    </tr>    <tr>        <td>            <input type="text" name="username" size="30" maxlength="100"             value="<ww:if test="username"><ww:property value="username" /></ww:if>">            <ww:if test="errors['username']">                <p class="jive-error-text">                <ww:property value="errors['username']" />                </p>            </ww:if>        </td>    </tr>    </table></ul><hr size="0"><div align="right"><input type="submit" value=" Continue "></div></form><%@ include file="footer.jsp" %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -