From 1e8e6aeb6fed306be4196daca19af284a7fef3cf Mon Sep 17 00:00:00 2001 From: Steve French Date: Tue, 25 Apr 2006 11:36:15 +0000 Subject: r15237: Add primitive Samba 4 backend for cifs posix clients (based on simple backend). (This used to be commit f054e1a9e6101f22559f5c4a546b537531b60f94) --- source4/ntvfs/cifs_posix_cli/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 source4/ntvfs/cifs_posix_cli/README (limited to 'source4/ntvfs/cifs_posix_cli/README') 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 -- cgit