From 03e7f9719ba4f656496941615d36484717da7ef8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 9 Oct 2020 16:58:55 +0100 Subject: [PATCH] samba: Enable support for Apple's OS X by default 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 43d351e98e..d9c5f3f298 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.39.5