mirror of
https://github.com/samba-team/samba.git
synced 2025-01-31 01:48:16 +03:00
add config hints for cifs backend
This commit is contained in:
parent
df50911a9c
commit
bba81f1c7a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user