📄 readme
字号:
This is the 'CIFS on CIFS' backend for Samba. It provides a NTVFSbackend that talks to a remote CIFS server. The primary aim of thisbackend is for debugging and development, although some poeple mayfind it useful as a CIFS gateway.There are two modes of operation: Password specified and delegatedcredentials.Password specified:-------------------This uses a static username/password in the config file, example:[myshare] ntvfs handler = cifs cifs:server = myserver cifs:user = tridge cifs:password = mypass cifs:domain = TESTDOM cifs:share = testDelegated credentials:----------------------If your incoming user is authenticated with Kerberos, and the machineaccount for this Samba4 proxy server is 'trusted for delegation', thenthe Samba4 proxy can forward the client's credentials to the target.You must be joined to the domain (net join <domain> member).To set 'trusted for delegation' with MMC, see the checkbox in theComputer account property page under Users and Computers.[myshare] ntvfs handler = cifs cifs:server = myserver cifs:share = test
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -