91 lines
5.8 KiB
HTML
91 lines
5.8 KiB
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="dc.language" scheme="rfc1766" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<meta name="dc.date" scheme="iso8601" content="2005-09-06" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow"/>
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<title>Directory Server (LDAP) - Adjust search settings</title>
|
|
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
|
|
<link rel="stylesheet" type="text/css" href="ic.css" />
|
|
</head>
|
|
<body>
|
|
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
|
|
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
|
|
|
|
<img src="delta.gif" alt="Start of change" />
|
|
<a name="rzahysearch-pi"></a>
|
|
<h2 id="rzahysearch-pi">Adjust search settings</h2>
|
|
<p>You can set search parameters to control users' search capabilities, such
|
|
as paged and sorted searching, size and time limits, and alias dereferencing
|
|
options, by using the Web administration tool.</p>
|
|
<p>Paged results allow a client to manage the amount of data returned from
|
|
a search request. A client can request a subset of entries (a page) instead
|
|
of receiving all the results at once. Subsequent search requests display the
|
|
next page of results until the operation is cancelled or the last result is
|
|
returned.</p>
|
|
<p>Sorted search allows a client to receive search results sorted by a list
|
|
of criteria, where each criterion represents a sort key. This moves the responsibility
|
|
of sorting from the client application to the server.</p>
|
|
<p>To adjust the search settings of the directory server, follow these steps:</p>
|
|
<p></p>
|
|
<ol type="1">
|
|
<li>Expand the <span class="bold">Server administration</span> category
|
|
in the navigation area and select <span class="bold">Manage server
|
|
properties</span>.
|
|
<a name="wq198"></a>
|
|
<div class="notetitle" id="wq198">Note:</div>
|
|
<div class="notebody">To change server configuration settings using
|
|
the tasks in the Server administration category of the Web Administration
|
|
tool, you must authenticate to the server as an i5/OS user profile that has
|
|
*ALLOBJ and IOSYSCFG special authorities. This can be done by authenticating
|
|
as a projected user with the password for that profile. To bind as a projected
|
|
user from the Web administration tool, enter a username of the form <tt class="xph">os400-profile=MYUSERNAME,cn=accounts,os400-sys=MYSYSTEM.COM</tt>, where MYUSERNAME
|
|
and the MYSYSTEM.COM strings are replaced with your user profile name and
|
|
the configured system projection suffix, respectively.</div></li>
|
|
<li>Select the <span class="bold">Search settings</span> tab.</li>
|
|
<li>Set the <span class="bold">Search size limit</span>. Click either
|
|
the <span class="bold">Entries</span> or the <span class="bold">Unlimited</span> radio button. If you select <span class="bold">Entries</span>, you need to specify in the field the maximum number of entries a search
|
|
returns. The default setting is 500. If more entries fit the search criteria,
|
|
they are not returned. This limit does not apply to administrators or members
|
|
of search limit groups who have been granted larger search size limits.</li>
|
|
<li>Set the <span class="bold">Search time limit</span>. Click either
|
|
the <span class="bold">Seconds</span> or the <span class="bold">Unlimited</span> radio button. If you select <span class="bold">Seconds</span>, you need to specify in the field the maximum amount of time the server
|
|
spends processing the request. The default setting is 900. This limit does
|
|
not apply to administrators or members of search limit groups who have been
|
|
granted larger search time limits.</li>
|
|
<li>To restrict search sorting capabilities to administrators, select the <span class="bold">Only allow administrators to sort searches</span> checkbox.</li>
|
|
<li>To restrict search paging capabilities to administrators, select the <span class="bold">Only allow administrators to page searches</span> checkbox.</li>
|
|
<li>Expand the drop-down menu for <span class="bold">Alias dereferencing</span> and select one of the following. The default setting is <span class="bold">Always</span>.
|
|
<dl>
|
|
<dt class="bold">Never</dt>
|
|
<dd>Aliases are never dereferenced.
|
|
</dd>
|
|
<dt class="bold">Find</dt>
|
|
<dd>Aliases are dereferenced when finding the starting point for the search,
|
|
but not when searching under that starting entry.
|
|
</dd>
|
|
<dt class="bold">Search</dt>
|
|
<dd>Aliases are dereferenced when searching the entries beneath the starting
|
|
point of the search, but not when finding the starting entry.
|
|
</dd>
|
|
<dt class="bold">Always</dt>
|
|
<dd>Aliases are always dereferenced, both when finding the starting point
|
|
for the search, and also when searching the entries beneath the starting entry.
|
|
Always is the default setting.
|
|
</dd>
|
|
</dl></li></ol>
|
|
<p>For more information, see <a href="rzahysearchpar.htm#rzahysearchpar">Search parameters</a> and <a href="rzahysearchentry.htm#rzahysearchentry">Search the directory entries</a>.</p><img src="deltaend.gif" alt="End of change" />
|
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
|
</body>
|
|
</html>
|