While investigating an interoperability issue with Windows XP (bad answers to some rpc queries), I wanted to switch on logging for these Rpc requests. I'm looking for something simple here, like log entries for each RPC request (function name and parameters) and answer by the server, preferably in a form that may be copy-pasted into rpcclient. However, this seems not to be possible now. log level = rpc_srv:255 comes close, it does display the request function names (in line starting with " ... api_rpcTNP: rpc_command"), but parameters are missing (or not in a unified form), and so are responses by samba. Would it be possible to add such a debugging mode?
unfortunately no, if there is a specific information missing, a debug statement might be extended though