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

📄 usage.html

📁 openldap数据查看
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.76 [en] (WinNT; U) [Netscape]">
   <title>LBE 2.7: Usage</title>
</head>
<body>
<b><font size=+1>Usage: Table Of Contents (v2.7)</font></b>
<ul>
<li>
<a href="#Introduction">Introduction</a></li>

<li>
<a href="#Configuration">Configuration</a></li>

<ul>
<li>
<a href="#Browser configuration file">Browser configuration file</a></li>

<li>
<a href="#Attributes configuration file">Attributes configuration file</a></li>
</ul>

<li>
<a href="#General functions">General functions</a></li>

<ul>
<li>
<a href="#View Attribute">View Attribute</a></li>

<li>
<a href="#View Entry">View Entry</a></li>

<li>
<a href="#Refresh">Refresh</a></li>

<li>
<a href="#Show error log:">Show error log</a></li>

<li>
<a href="#Search">Search</a></li>

<li>
<a href="#Find DN">Find DN</a></li>
</ul>

<li>
<a href="#Directory Manager functions">Directory Manager functions</a></li>

<ul>
<li>
<a href="#Add Attribute">Add Attribute</a></li>

<li>
<a href="#Delete Attribute">Delete Attribute</a></li>

<li>
<a href="#Edit Attribute">Edit Attribute</a></li>

<li>
<a href="#Add Entry">Add Entry</a></li>

<li>
<a href="#Delete Entry">Delete Entry</a></li>

<li>
<a href="#Edit Entry">Edit Entry</a></li>

<li>
<a href="#Rename Entry">Rename Entry</a></li>

<li>
<a href="#Delete Value">Delete Value</a></li>

<li>
<a href="#Delete Tree">Delete Tree</a></li>

<li>
<a href="#Copy Tree">Copy Tree</a></li>

<li>
<a href="#Rename Tree">Rename Tree</a></li>

<li>
<a href="#Create Template">Create Template</a></li>
</ul>

<li>
<a href="#LDIF Support">LDIF Functions</a></li>

<ul>
<li>
<a href="#LDIF Export">Export</a></li>

<li>
<a href="#LDIF Import">Import</a></li>
</ul>

<li>
<a href="#Viewers/Editors">Viewers/Editors</a></li>

<ul>
<li>
<a href="#DefaultEditor">DefaultEditor</a></li>

<li>
<a href="#BinaryEditor">BinaryEditor</a></li>

<li>
<a href="#ImageEditor">ImageEditor</a></li>

<li>
<a href="#SoundEditor">SoundEditor</a> (Java 1.2)</li>

<li>
<a href="#CertificateEditor">CertificateEditor</a> (Java 1.2)</li>
</ul>
</ul>

<hr width="90%">
<p><a NAME="Introduction"></a><b><font size=+1>Introduction</font>:</b>
<p>The LDAP Browser/Editor allows users to view the items stored in a LDAP
directory in an hierarchical manner. It also allows modifications of the
LDAP contents if the user is logged in as the Directory Manager.
<p>The LDAP objects are displayed in the form of a tree and all attributes
of the entries in the form of a table.
<p>The current status of the browser is displayed on the status bar. All
status messages are displayed in black, warning messages in yellow and
error messages in red.
<p>The DN tree is expanded or collapsed by a double click on a node. With
each selection change on a DN tree, attributes for the selected DN will
be retrieved and displayed in the attribute table.
<p>The attribute names and values displayed in the attribute table can
be sorted in ascending order by clicking on the column names. To sort in
descending order hold the shift key down while clicking on the column header.
<p>To display pop-up menus over a tree or table select an entry or an attribute
and then press the right mouse button.
<p>The following functions work with multiple selections:
<ul>&nbsp;
<li>
On table:</li>

<ul>&nbsp;
<li>
view attribute</li>

<li>
delete attribute</li>

<li>
edit attribute</li>

<li>
delete value</li>
</ul>

<li>
On tree:</li>

<ul>&nbsp;
<li>
delete entry</li>
</ul>
</ul>
Also, most functions require a DN to be selected on the tree.
<br>
<hr width="90%">
<p><a NAME="Configuration"></a><b><font size=+1>Configuration:</font></b>
<p><a NAME="Browser configuration file"></a><b>Browser configuration file:</b>
<p>Holds host related information such as hostname, port, base dn, directory
manger dn, password, etc.
<ul>&nbsp;
<li>
<b>Default name:</b> browser.config</li>

<li>
<b>Command line:</b> User can specify different config file using the command
line switch in the following way: Browser -f config_name</li>

<li>
<b>File format:</b> option=value</li>
</ul>

<table BORDER WIDTH="100%" >
<tr>
<td ALIGN=CENTER WIDTH="20%"><b>Option</b></td>

<td ALIGN=CENTER WIDTH="30%"><b>Description</b></td>

<td ALIGN=CENTER WIDTH="25%"><b>Allowed values</b></td>

<td ALIGN=CENTER WIDTH="25%"><b>Notes</b></td>
</tr>

<tr>
<td WIDTH="20%">host</td>

<td WIDTH="30%">hostname</td>

<td WIDTH="25%">anything</td>

<td WIDTH="25%">&nbsp;</td>
</tr>

<tr>
<td WIDTH="20%">port</td>

<td WIDTH="30%">port number</td>

<td WIDTH="25%">number</td>

<td WIDTH="25%">&nbsp;</td>
</tr>

<tr>
<td WIDTH="20%">basedn</td>

<td WIDTH="30%">base dn</td>

<td WIDTH="25%">anything</td>

<td WIDTH="25%">&nbsp;</td>
</tr>

<tr>
<td WIDTH="20%">mangerdn</td>

<td WIDTH="30%">directory manger dn</td>

<td WIDTH="25%">anything</td>

<td WIDTH="25%">&nbsp;</td>
</tr>

<tr>
<td WIDTH="20%">password</td>

<td WIDTH="30%">directory manager password</td>

<td WIDTH="25%">anything</td>

<td WIDTH="25%">&nbsp;</td>
</tr>

<tr>
<td WIDTH="20%">version</td>

<td WIDTH="30%">ldap version</td>

<td WIDTH="25%">2 (default), 3</td>

<td WIDTH="25%">&nbsp;</td>
</tr>

<tr>
<td WIDTH="20%">autoconnect</td>

<td WIDTH="30%">automatic connection option</td>

<td WIDTH="25%">yes or no (default)</td>

<td WIDTH="25%">if set to yes, host, port, basedn must be specified</td>
</tr>

<tr>
<td WIDTH="20%">mangerlogin</td>

<td WIDTH="30%">manger login option</td>

<td WIDTH="25%">yes or no (default)</td>

<td WIDTH="25%">if set to yes, managerdn and password must be specified</td>
</tr>

<tr>
<td WIDTH="20%">timeout</td>

<td WIDTH="30%">time limit on a search&nbsp;</td>

<td WIDTH="25%">0..n, 0 or not specified - no limit (default)</td>

<td WIDTH="25%">&nbsp;</td>
</tr>

<tr>
<td WIDTH="20%">limit</td>

<td WIDTH="30%">number of results limit</td>

<td WIDTH="25%">0..n, 0 or not specified - no limit (default)</td>

<td WIDTH="25%">&nbsp;</td>
</tr>

<tr>
<td WIDTH="20%">libtype</td>

<td WIDTH="30%">ldap sdk to use</td>

<td WIDTH="25%">jndi (default) or netscape&nbsp;</td>

<td WIDTH="25%">&nbsp;</td>
</tr>

<tr>
<td WIDTH="20%">debug</td>

<td WIDTH="30%">debug mode</td>

⌨️ 快捷键说明

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