From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 42/54] samba: Enable support for Apple's OS X by default Date: Tue, 13 Oct 2020 16:08:00 +0000 Message-ID: <20201013160812.27754-42-michael.tremer@ipfire.org> In-Reply-To: <20201013160812.27754-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7580594789936660507==" List-Id: --===============7580594789936660507== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- html/cgi-bin/samba.cgi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index 43d351e98..d9c5f3f29 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -156,6 +156,9 @@ winbind use default domain = yes # Log to syslog logging = syslog +# Enable support for Apple +vfs objects = catia fruit streams_xattr + END ; -- 2.20.1 --===============7580594789936660507==--