diff options
author | Steve French <sfrench@samba.org> | 2006-09-15 21:39:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:48 -0500 |
commit | 1ce5df6c724f8d943b9c32c23f9e8e551630ac4a (patch) | |
tree | b71ed5a9bc7a4dcd14f6321e36e11d4ca1433f42 /source4/ntvfs/cifs_posix_cli/README | |
parent | dc70a6b4e7d4ada5b9aa32712aead93262b360b2 (diff) | |
download | samba-1ce5df6c724f8d943b9c32c23f9e8e551630ac4a.tar.gz samba-1ce5df6c724f8d943b9c32c23f9e8e551630ac4a.tar.bz2 samba-1ce5df6c724f8d943b9c32c23f9e8e551630ac4a.zip |
r18570: Fix up function names in cifs unix/posix extensions backend. Enable tiny quick test for torture for them
(This used to be commit 64062d16a2cc215af320eb30827887eb2531e3b0)
Diffstat (limited to 'source4/ntvfs/cifs_posix_cli/README')
-rw-r--r-- | source4/ntvfs/cifs_posix_cli/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/ntvfs/cifs_posix_cli/README b/source4/ntvfs/cifs_posix_cli/README index f1de5d9f80..2bc9283418 100644 --- a/source4/ntvfs/cifs_posix_cli/README +++ b/source4/ntvfs/cifs_posix_cli/README @@ -1,4 +1,6 @@ -This module (ntvfs 'simple') provides a very, very simple posix backend. +This module (ntvfs 'cifsposix') provides a simple posix backend which +provides better semantics for clients which implement the cifs unix +extensions or the newer cifs posix extensions WARNING: All file access is done as user 'root'!!! Only use this module for testing, with only test data!!! @@ -7,4 +9,4 @@ For activating this module use: [testshare] path = /tmp/testshare - nfvfs handler = simple + nfvfs handler = cifsposix |