diff options
author | Steve French <sfrench@samba.org> | 2006-04-25 11:36:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:23 -0500 |
commit | 1e8e6aeb6fed306be4196daca19af284a7fef3cf (patch) | |
tree | 2a7619b28ebc8d4580650cd9c4aad660b8cd37d1 /source4/ntvfs/cifs_posix_cli/README | |
parent | 5c818491fc910ae57693ead4e511746f40befa1f (diff) | |
download | samba-1e8e6aeb6fed306be4196daca19af284a7fef3cf.tar.gz samba-1e8e6aeb6fed306be4196daca19af284a7fef3cf.tar.bz2 samba-1e8e6aeb6fed306be4196daca19af284a7fef3cf.zip |
r15237: Add primitive Samba 4 backend for cifs posix clients (based on simple backend).
(This used to be commit f054e1a9e6101f22559f5c4a546b537531b60f94)
Diffstat (limited to 'source4/ntvfs/cifs_posix_cli/README')
-rw-r--r-- | source4/ntvfs/cifs_posix_cli/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/ntvfs/cifs_posix_cli/README b/source4/ntvfs/cifs_posix_cli/README new file mode 100644 index 0000000000..f1de5d9f80 --- /dev/null +++ b/source4/ntvfs/cifs_posix_cli/README @@ -0,0 +1,10 @@ +This module (ntvfs 'simple') provides a very, very simple posix backend. + +WARNING: All file access is done as user 'root'!!! + Only use this module for testing, with only test data!!! + +For activating this module use: + +[testshare] + path = /tmp/testshare + nfvfs handler = simple |