diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-03-10 04:07:02 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2004-03-10 04:07:02 +0000 |
commit | 5e31a56e725b41f9759535de0322459baa3ced5f (patch) | |
tree | 06a5e3eba904b266f68f34728ece281dc292ff58 /source4/ntvfs | |
parent | 98cbc669a1b742c317677b02c09bdf284f5362aa (diff) | |
download | samba-5e31a56e725b41f9759535de0322459baa3ced5f.tar.gz samba-5e31a56e725b41f9759535de0322459baa3ced5f.tar.bz2 samba-5e31a56e725b41f9759535de0322459baa3ced5f.zip |
add config hints for cifs backend
(This used to be commit bba81f1c7a87499f610ca19fbc5f1485d368c5b8)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/cifs/README | 11 |
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 + |