On Wed, Jul 25, 2001 at 03:26:16PM +0200, Przemyslaw Wegrzyn wrote:
> Hmm, replicating whole database once can be accepted in this project.
> But, how about, for example, user changing his/her password ?
> Will this data be automaticaly propagated without problems ?
Yes.
> Why ? is NSS so slow ? It's just libc pluggable module executing in
> address space of a porcess requesting the info.
> Well, the only source of significant overhead I see is spawning
> qmail-getpw (fork/exec costs)
Hmm, NSS is this linux stuff for auth modules if memory serves me right.
While I don't know if it is implemented as inefficient as many other things
there it has of course an overhead because i cannot fire up such a
specialized query as qmail-ldap can. As long as you hav an index on mail,
mailalternateaddress, uid and of course cn qmail-ldap + OpenLDAP is just
flying on a BSD system, it shouldn't be that worse on linux and will be bad
on Slowlaris.
> But it assigns particular accounts to particular servers, that's what I'm
> trying to avoid.
Clustering is a bit misleading for this qmail-ldap technique. You want a big
NetApps Filer and mount the users maildirs on each machine via NFS.
--
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)