From owner-freebsd-questions@FreeBSD.ORG Fri Apr 3 16:33:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29BAD1065674 for ; Fri, 3 Apr 2009 16:33:27 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id A7C968FC1C for ; Fri, 3 Apr 2009 16:33:26 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: by fxm11 with SMTP id 11so1023649fxm.43 for ; Fri, 03 Apr 2009 09:33:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:subject:from :content-type:mime-version:content-transfer-encoding:message-id :user-agent; bh=TDsQR4Gi84mgGmId0gdwP7jolTXjyNhYYxdeSLNS+uU=; b=FJLCx3EFSwYO+jzNydUJvkXlR9k+W1Q7IYPC9dWcBDbRVA37VJ/ESfIzoCn7+TjUnw 1VQH9SwAo0BS2vWUlY9Um06PaImENXzX1bmRxxAgUZJu8Ut6x6tLDus9tWVJQDdKpFlS pApu7d9E7rlXA1AYWk9I1UQl0YVk/6JzUtUT4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:from:content-type:mime-version :content-transfer-encoding:message-id:user-agent; b=jlFptAAPO5tD4PIN5OCRYZdox/gwDWXsXdUUYS8lyZkZwAK8w6ncAh0O51MNI70uzH gwngms0wmM+NcrAGpOGDNDfiiwrwqSnpWivEX62Qnyo0yhP8IVMPeS0pBxPIC38FCODu N4qS43TP4s3oP5zMBH9P+0rXoGZohIjydZVlk= Received: by 10.103.173.15 with SMTP id a15mr675228mup.59.1238776405632; Fri, 03 Apr 2009 09:33:25 -0700 (PDT) Received: from da1-desktop-x64 ([79.113.15.116]) by mx.google.com with ESMTPS id n10sm4178109mue.9.2009.04.03.09.33.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Apr 2009 09:33:25 -0700 (PDT) Date: Fri, 03 Apr 2009 19:31:24 +0300 To: "freebsd-questions@freebsd.org" From: "Vasadi I. Claudiu Florin" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.64 (Win32) Subject: 2 -> more ftp accounts into same folder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2009 16:33:27 -0000 Hello you gurus :) I'm using FreeBSD 7.1-STABLE with pure-ftpd (unix/puredb authentification). I need to create 6 ftp accounts for each of the folowing folders, like so: /mnt /folder1 /folder2 /folder3 /folder4 /folder5 As you can see some folders are inside the "master" folder, thus the issue. I can create (adduser) all users for all folders, but can only connect through ftp with the "master" user (the one for /mnt folder). Have no logs what so ever. Been googleing around a bit but didn't find anything precise. Any ideeas are welcomed. Thx