1 This is the 'CIFS on CIFS' backend for Samba. It provides a NTVFS
2 backend that talks to a remote CIFS server. The primary aim of this
3 backend is for debugging and development, although some poeple may
4 find it useful as a CIFS gateway.
6 There are two modes of operation: Password specified and delegated
12 This uses a static username/password in the config file, example:
16 cifs:server = myserver
18 cifs:password = mypass
23 Delegated credentials:
24 ----------------------
26 If your incoming user is authenticated with Kerberos, and the machine
27 account for this Samba4 proxy server is 'trusted for delegation', then
28 the Samba4 proxy can forward the client's credentials to the target.
30 You must be joined to the domain (net join <domain> member).
32 To set 'trusted for delegation' with MMC, see the checkbox in the
33 Computer account property page under Users and Computers.
37 cifs:server = myserver