summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/ntvfs/cifs/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/ntvfs/cifs/README b/source4/ntvfs/cifs/README
index a43ad09bdf..c6232fe2db 100644
--- a/source4/ntvfs/cifs/README
+++ b/source4/ntvfs/cifs/README
@@ -3,3 +3,14 @@ backend that talks to a remote CIFS server. The primary aim of this
backend is for debugging and development, although some poeple may
find it useful as a CIFS gateway.
+
+Here is a typical config:
+
+[myshare]
+ ntvfs handler = cifs
+ cifs:server = myserver
+ cifs:user = tridge
+ cifs:password = mypass
+ cifs:domain = TESTDOM
+ cifs:share = test
+