readme

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

TXT
39
字号
This is an RPC backend that implements all operations in terms ofremote RPC operations.  This may be useful in certain debuggingsituations, where the traffic is encrypted, or you wish to validatethat IDL is correct before implementing full test clients, or withwindows clients.There are two modes of operation: Password specified and delegatedcredentials.Password specified:-------------------This uses a static username/password in the config file, example:[global]	dcerpc endpoint servers = remote	dcerpc_remote:binding = ncacn_np:win2003	dcerpc_remote:username = administrator	dcerpc_remote:password = PASSWORD	dcerpc_remote:interfaces = samr, lsarpc, netlogonDelegated 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.[global]	dcerpc endpoint servers = remote	dcerpc_remote:binding = ncacn_np:win2003	dcerpc_remote:interfaces = samr, lsarpc, netlogon

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?