From owner-freebsd-isp Fri Nov 15 9:22:17 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CF2B37B401 for ; Fri, 15 Nov 2002 09:22:16 -0800 (PST) Received: from eurus.primus.ca (mail.tor.primus.ca [216.254.136.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F24543E9C for ; Fri, 15 Nov 2002 09:22:15 -0800 (PST) (envelope-from leth@primus.ca) Received: from dialin-162-80.tor.primus.ca ([216.254.162.80]) by eurus.primus.ca with esmtp (Exim 3.33 #16) id 18CkAY-0005od-0A; Fri, 15 Nov 2002 12:22:14 -0500 Date: Fri, 15 Nov 2002 12:22:18 -0500 (EST) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: freebsd-isp@freebsd.org Cc: nbari@unixmexico.com Subject: Re: hotmail and yahoo In-Reply-To: <33886.148.243.211.89.1037337396.squirrel@mail.unixmexico.com> Message-ID: <20021115121133.C20792-100000@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 14 Nov 2002 nbari@unixmexico.com wrote: > i just want to know what type or authentication does yahoo or hotmail uses > for their webmail service > > what do they use for does big servers ldap or some sql (mysql, oracle, etc)? > http://www.ldapzone.com/general_interest.html Take a look at that article. It provides a lot of information about the differences between SQL and LDAP. I would suggest LDAP over SQL when it comes to doing authentication (especially for a large number of users), simply because LDAP is designed to provide faster read operations and is easier to replicate across multiple servers. SQL would be better when you want to do transactional operations or change information frequenctly, and require it to be up to date all the time across every server. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message