1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-samba-1.14.1/root/etc/e-smith/templates/etc/smb.conf/11unix_extensions mezzanine_patched_e-smith-samba-1.14.1/root/etc/e-smith/templates/etc/smb.conf/11unix_extensions |
2 |
|
|
--- e-smith-samba-1.14.1/root/etc/e-smith/templates/etc/smb.conf/11unix_extensions 1969-12-31 19:00:00.000000000 -0500 |
3 |
|
|
+++ mezzanine_patched_e-smith-samba-1.14.1/root/etc/e-smith/templates/etc/smb.conf/11unix_extensions 2008-04-03 10:42:54.000000000 -0400 |
4 |
|
|
@@ -0,0 +1,11 @@ |
5 |
|
|
+{ |
6 |
|
|
+# This boolean parameter controls whether Samba implments the CIFS UNIX extensions, as |
7 |
|
|
+# defined by HP. These extensions enable Samba to better serve UNIX CIFS clients by sup- |
8 |
|
|
+# porting features such as symbolic links, hard links, etc... These extensions require a |
9 |
|
|
+# similarly enabled client, and are of no current use to Windows clients. |
10 |
|
|
+ |
11 |
|
|
+# Enabling unix extensions causes a lot of problems with file and directory |
12 |
|
|
+# permissions in i-bays (reported with OS X clients). We disable them. |
13 |
|
|
+ |
14 |
|
|
+ $OUT .= "unix extensions = no"; |
15 |
|
|
+} |