From owner-freebsd-isp@FreeBSD.ORG Sun Apr 13 11:58:05 2003 Return-Path: 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 7DC5737B401 for ; Sun, 13 Apr 2003 11:58:05 -0700 (PDT) Received: from mail.nortenet.pt (mar.nortenet.pt [212.13.32.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id A572B43F85 for ; Sun, 13 Apr 2003 11:58:03 -0700 (PDT) (envelope-from guilherme@nortenet.pt) Received: from nortenet.pt (p078-53.netc.pt [213.30.21.78]) by mail.nortenet.pt (8.11.1/8.11.1) with ESMTP id h3DIuas19240 for ; Sun, 13 Apr 2003 19:56:37 +0100 Message-ID: <3E99B32D.9040102@nortenet.pt> Date: Sun, 13 Apr 2003 19:57:49 +0100 From: "Guilherme J. R. Oliveira" Organization: VianaVirtual.com User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030404 X-Accept-Language: pt, pt-br, en, en-us MIME-Version: 1.0 To: FreeBSD-ISP Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Central NIS & NFS X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 18:58:05 -0000 Hi. I will configure a webhosting network that will serve PHP and ASP pages. PHP pages will be served from a freebsd server and that's it ! For the ASP server, I want that w2k authenticate to freebsd and then the ASP webpage will be retrivied in freebsd to IIS. So I want a central server for logins and files in FreeBSD that w2k can acess. I've searched google and I think the best way to do this is using NIS+NFS. W2k authenticates using NIS and if it's requested an ASP web page it will be served by IIS using the ASP files in nfs/FreeBSD. So it comes another problem: nis+nfs clients to w2k ... It seems that Microsoft as a product called "Services for Unix" in http://www.microsoft.com/windows/sfu/default.asp that have these clients. Anyone tried this ? It's stable ? Other possibility (if i understand right) is to use Samba as Active Directory to authenticate logins and serve the files by shares. Is this possible and stable in Samba ? Other possibility is CHilisoft ASP but it's not current as it only support ASP 3.0 and I will need .NET too. Ao this option is discarded. Opinions ? Thanks !