1 2 3 4 5 6
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>AppendixC.Recommended OpenLDAP settings</title><link rel="stylesheet" type="text/css" href="style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="LDAP Account Manager - Manual"><link rel="up" href="index.html" title="LDAP Account Manager - Manual"><link rel="prev" href="apbs06.html" title="Apache configuration"><link rel="next" href="apd.html" title="AppendixD.Setup for home directory and quota management"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">AppendixC.Recommended OpenLDAP settings</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apbs06.html">Prev</a></td><th width="60%" align="center"></th><td width="20%" align="right"><a accesskey="n" href="apd.html">Next</a></td></tr></table><hr></div><div class="appendix" title="AppendixC.Recommended OpenLDAP settings"><div class="titlepage"><div><div><h2 class="title"><a name="idp6165328"></a>AppendixC.Recommended OpenLDAP settings</h2></div></div></div><p>Some basic hints to configure the OpenLDAP server:</p><p><span class="bold"><strong>Size limit:</strong></span> OpenLDAP allows by
default 500 return values per search, if you have more users/groups/hosts
change this in slapd.conf: e.g. "sizelimit 10000" or "sizelimit -1" for
unlimited return values.</p><p><span class="bold"><strong>Indices:</strong></span> Indices will improve the
performance when searching for entries in the LDAP directory. The
following indices are recommended:</p><table border="0" summary="Simple list" class="simplelist"><tr><td>index objectClass eq</td></tr><tr><td>index default sub</td></tr><tr><td>index uidNumber eq</td></tr><tr><td>index gidNumber eq</td></tr><tr><td>index memberUid eq</td></tr><tr><td>index cn,sn,uid,displayName pres,sub,eq</td></tr><tr><td># Samba 3.x</td></tr><tr><td>index sambaSID eq</td></tr><tr><td>index sambaPrimaryGroupSID eq</td></tr><tr><td>index sambaDomainName eq</td></tr></table></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="apbs06.html">Prev</a></td><td width="20%" align="center"></td><td width="40%" align="right"><a accesskey="n" href="apd.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Apache configuration</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">AppendixD.Setup for home directory and quota management</td></tr></table></div></body></html>
|