From owner-freebsd-ports@FreeBSD.ORG Wed Jul 12 12:37:19 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2076916A4ED for ; Wed, 12 Jul 2006 12:37:19 +0000 (UTC) (envelope-from timur@mail.bat.ru) Received: from mail.bat.ru (dzokonda.xs4all.nl [194.109.164.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id C720743D46 for ; Wed, 12 Jul 2006 12:37:17 +0000 (GMT) (envelope-from timur@mail.bat.ru) Received: from [212.136.56.8] (account timur@mail.bat.ru) by mail.bat.ru (CommuniGate Pro WebUser 4.2.7) with HTTP id 1064578; Wed, 12 Jul 2006 14:37:18 +0200 From: "Timur I. Bakeyev" To: X-Mailer: CommuniGate Pro WebUser Interface v.4.2.7 Date: Wed, 12 Jul 2006 14:37:18 +0200 Message-ID: In-Reply-To: <000001c6a5a8$ded9c3e0$6508280a@tocnet28.jspoj.czf> References: <000001c6a5a8$ded9c3e0$6508280a@tocnet28.jspoj.czf> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-2"; format="flowed" Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: samba-3.0.23,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 12:37:19 -0000 On Wed, 12 Jul 2006 13:46:52 +0200 Daniel Dvořák wrote: > Hi Timur, > > thank you for your quick answer. > > Could you explain, what I lose if SMBSH wrapper is not compilled to >samba ? > > I think this is important option, I tried to search what smbsh >stands for, > but I did not find any relevant information. Smbsh is a shell wrapper (implemented via LD_PRELOAD) that makes access to /smb magic - by changing into that directory and farther you can get access to Samba shares on other machines and files on them. That supposed to work implicitly to other programs, so you can for example, edit file on a Windows share with vi. It's sort of userland mount_smb, but unfortunately, there are some problems with the implementation, so it doesn't work on FreeBSD. Moreover, I was told that in next version of Samba3 it'll be removed. For more documentation you can chech smbwrapper/ directory in the net/samba3 source tree. With regards, Timur.