diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-07-30 14:56:00 +0200 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-09-29 19:04:31 +0000 |
commit | 736a33205969c16f81d747db14ff4c0f133609a6 (patch) | |
tree | 39705109ad4aee778be5d2b3dfe2f3e7c9ad246c /fs/cifs/README | |
parent | 1b12b9c15b4371d83b729b8fc18c670e78a1479b (diff) | |
download | op-kernel-dev-736a33205969c16f81d747db14ff4c0f133609a6.zip op-kernel-dev-736a33205969c16f81d747db14ff4c0f133609a6.tar.gz |
cifs: add "mfsymlinks" mount option
This is the start for an implementation of "Minshall+French Symlinks"
(see http://wiki.samba.org/index.php/UNIX_Extensions#Minshall.2BFrench_symlinks).
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/README')
-rw-r--r-- | fs/cifs/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/cifs/README b/fs/cifs/README index 7099a52..ee68d10 100644 --- a/fs/cifs/README +++ b/fs/cifs/README @@ -527,6 +527,11 @@ A partial list of the supported mount options follows: SFU does). In the future the bottom 9 bits of the mode also will be emulated using queries of the security descriptor (ACL). + mfsymlinks Enable support for Minshall+French symlinks + (see http://wiki.samba.org/index.php/UNIX_Extensions#Minshall.2BFrench_symlinks) + This option is ignored when specified together with the + 'sfu' option. Minshall+French symlinks are used even if + the server supports the CIFS Unix Extensions. sign Must use packet signing (helps avoid unwanted data modification by intermediate systems in the route). Note that signing does not work with lanman or plaintext authentication. |