From owner-freebsd-questions@freebsd.org Fri Nov 11 22:11:44 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67E5BC3C793 for ; Fri, 11 Nov 2016 22:11:44 +0000 (UTC) (envelope-from philipp.gerloff@mailbox.org) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29F2912C8 for ; Fri, 11 Nov 2016 22:11:43 +0000 (UTC) (envelope-from philipp.gerloff@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id D347443CFC for ; Fri, 11 Nov 2016 23:11:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= mime-version:date:date:message-id:subject:subject:content-type :content-type:from:from:received; s=mail20150812; t=1478902292; bh=icUfJQ8Xy8OeEQb64CSkGJhSt+7SH861NwZoBJGEIWo=; b=MpWJXE3swEfi ztMxTfmz8NtslKsSu1UFCqCMqWQPalV7qf8PQGInrVc/l3Yy7Bi2us/K3nlJEyez ++/Yx4z9cc/7+jt4VzkLtk+7SuzQV6nJXfZSNO0gXjZViIPFZZZWD18JaoRCJvcR icks2rA8nW2uO5U65spCYLUbIMp+etdIqTgZ2okpCAHVmeIYUkzvL/kLhxHRI2tI sS3cuXy92dj00fYftbvoLcUjJsm/dGYOYiNdQ/wjsgJd8sHJCkYssfusdCScEtOK M5t2p/dhL5qb73FpvexwkjJ7SKWmiOi/DEyz70+7cqXTEJsP/pG1E45L4ngP7oCq 3PtB35ZbzA== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by spamfilter02.heinlein-hosting.de (spamfilter02.heinlein-hosting.de [80.241.56.116]) (amavisd-new, port 10030) with ESMTPS id p0Xlk-ata52H for ; Fri, 11 Nov 2016 23:11:32 +0100 (CET) From: Philipp Gerloff Subject: Bug in Documentation about Samba Message-Id: <2B15A429-C16F-4DCB-8A8B-57A378EB410B@mailbox.org> Date: Fri, 11 Nov 2016 23:11:31 +0100 To: freebsd-questions@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2016 22:11:44 -0000 Hey Guys,=20 thanks for the great work! Keep it up! I found a bug in the docs: https://www.freebsd.org/doc/handbook/network-samba.html = There is written: samba_enable=3D"YES" But for Samba4 it has to be: samba_server_enable=3D"YES" Regards, Philipp Gerloff=