[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap performance a load problems
On Mon, 11 Aug 2003, Andreas wrote:
> On Mon, Aug 11, 2003 at 11:16:23AM -0700, Jeremy Hansen wrote:
> > from just about 0 to 2 - 3 and it's all ldap. Most of the lookups are the
> > nobody user because that's the user the web server runs as so every hit
> > seems to require an ldap look up.
>
> The nobody user should not be in ldap, but rather be in /etc/passwd, as all
> the rest of "system" users (postfix, bin, operator, etc). Put ldap
> last in the /etc/nsswitch.conf maps.
This is exactly how it's setup yet there are contant look ups for user
nobody and root every time apache gets a connection.
Thanks
-jeremy