[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: PAM/LDAP performance problem
On Fri, Jul 06, 2001 at 03:17:07PM +0200, Stefan Brohs wrote:
> Maybe I should get into a deeper touch with nss_*
Try to get rid of applications that want to do getpwent() or getgrent()
calls. They are rather expensive with LDAP, won't work if size limit is
set, and with a large number of users using get*ent() is a stupid idea
anyway. gethostent() died when the DNS took over HOSTS.TXT; getpwent()
and getgrent() should die when LDAP takes over /etc/{passwd,group}.
Gabor
--
Gabor Gombas Eotvos Lorand University
E-mail: gombasg@inf.elte.hu Hungary