readme

来自「samba最新软件」· 代码 · 共 41 行

TXT
41
字号
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 + =
减小字号Ctrl + -
显示快捷键?