From owner-freebsd-questions@freebsd.org Sat Sep 16 23:49:45 2017 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 89BD7E11144 for ; Sat, 16 Sep 2017 23:49:45 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-it0-x229.google.com (mail-it0-x229.google.com [IPv6:2607:f8b0:4001:c0b::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 603FC68159 for ; Sat, 16 Sep 2017 23:49:45 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-it0-x229.google.com with SMTP id w204so5381642itc.4 for ; Sat, 16 Sep 2017 16:49:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OIEx1aYw399sozXrMKlyNZydY3AGkFu8fOaYQw3SKQg=; b=sAuH7vdOGCfA9bKtN1Lge324NjFsiI1xu2qpIMnnxdN/X5XSKy/a/wbj6iJsalXdvK FLlA9PY0u9tUWarWN8eIXYMNaSQQfWqwQhCiPr197m+9RjcWB0P8pA8ylQbftf6tqH8f tMsgAyen1VGASw0veV/e7+bpgcXi0ALSwcsKT4w+/PdDnJB5bklu+FDqzfzeDxJhBlZq FxFNZ/NtQGSbUt2Pwq3TQ3/uvYT2g1GWZRGm0q+43CfRodEqQ6AeU2t82KIw0n0e3+nF wd0l/14dvH2zlea9VsVqBrxcignCc1eBwUevlUeAKn6yzWfaQpiIHpZCDcNbd020Z8Qs 8Ttw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OIEx1aYw399sozXrMKlyNZydY3AGkFu8fOaYQw3SKQg=; b=GGYU4x+2VWXaSfBBpXhRh4az682MfOYTH9NqjlA3MDO/RnZrjc5fz72cyhxd4DYdH7 vbCov4ABHb9qi0Pn+UGx6OzLfmRrZv3EG8FOQvDkGpo4pIg3semKuRuaI2vr4Sd2363J vyQvaFTMI3r0PO1XKLIk0GyTwep6JVVdgCS12/VqCCxee8LAeDNn26k7FZy7wcBs7rLy zc1sHwCBVcCB9zuDInPn/4JH+PQd3w30b07smQQSplFsygdir9DKEoS3JlKuT3lu8S7G IYRp/HGytUfiZ6llToW3W6lF+Vsbyrxu3zmYZrwL/CFretQanR4sN6/Y5EVoIar0KtZb H17A== X-Gm-Message-State: AHPjjUiy22ky7PSkKFljdOBbAfmRYQYIqdx8qFS0JfNLW6KNPQOr2DvM n37XYxm82eGki1xe802vHJ/qtc/FMSZQFT1k/B8= X-Google-Smtp-Source: AOwi7QDms+PkSogtUCK5gQ849ygelLyWEZA/lAQ/LtqeZA4j+PL9pkbqx4f3qN1j4lzsOAOwuQGfxcuwy32MuIlrsXk= X-Received: by 10.36.3.145 with SMTP id e139mr11379821ite.18.1505605784572; Sat, 16 Sep 2017 16:49:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.145.141 with HTTP; Sat, 16 Sep 2017 16:49:44 -0700 (PDT) In-Reply-To: References: From: Adam Vande More Date: Sat, 16 Sep 2017 18:49:44 -0500 Message-ID: Subject: Re: Future of SAMBA on FreeBSD To: byrnejb@harte-lyne.ca Cc: FreeBSD Questions Content-Type: text/plain; charset="UTF-8" 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: Sat, 16 Sep 2017 23:49:45 -0000 On Fri, Sep 15, 2017 at 11:02 AM, James B. Byrne via freebsd-questions < freebsd-questions@freebsd.org> wrote: > Will SAMBA 4.6+ ever be able to provision a DC on FreeBSD? The last > bit of information I am aware of on this issue is that there is some > problem with name-spacing that impacts the special attributes used by > Windows User Profiles. It is described as a 'difficult' problem to > solve on FreeBSD. https://bugzilla.samba.org/show_bug.cgi?id=12912 > > There is a patch provided at > https://attachments.samba.org/attachment.cgi?id=13391 which > short-circuits the difficulty but apparently has possible security > issues. Has anyone here applied this patch, built and successfully > provisioned a DC using Samba-4.6+ on FreeBSD-11? > Are you trying this in a jail? Did you read the relevant UPDATING entry? -- Adam