Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: disabling dependence on dynamic NSS modules
- X-seq: zsh-workers 22287
- From: Clint Adams <clint@xxxxxxx>
- To: Dan Nelson <dnelson@xxxxxxxxxxxxxxx>
- Subject: Re: PATCH: disabling dependence on dynamic NSS modules
- Date: Sun, 19 Feb 2006 23:37:31 -0500
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20060220042735.GC7745@xxxxxxxxxxxxxxxx>
- Mail-followup-to: Dan Nelson <dnelson@xxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20060219193100.GA2725@xxxxxxxxxxx> <20060220042735.GC7745@xxxxxxxxxxxxxxxx>
> If you run nscd, applications will ask it over a unix socket using a
> standard protocol, nscd will dlopen the required libs, do the lookups,
> and return the result. It also caches results so access to slow
> providers like ldaps becomes tolerable. It's basically required when
> using newish versions of Oracle since it includes its own ldap
> libraries which conflict with openldap, so if you are using nss_ldap
> and not running nscd, you coredump :)
In situations when one needs a statically-compiled shell, there is a
high degree of probability that nscd won't run.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author