From 0b4da9d7e069a5e32d9706ee12cde7fe7625270d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 3 Feb 2004 14:56:07 +0000 Subject: - add 'print' to the DCERPC binding strings e.g. ncacn_np:myserver:[samr,sign,print] will now enable the packet debugging and the debugging is not bound anymore to the debuglevel >= 2 in the torture tests - also the dcesrv_remote module now supports debugging of the packets use the 'dcerpc_remote:binding' smb.conf parameter. metze (This used to be commit 40abf3c584efed7f977ddd688ea064540e5a5b13) --- prog_guide.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'prog_guide.txt') diff --git a/prog_guide.txt b/prog_guide.txt index b604b8ee5f..9bf9419536 100644 --- a/prog_guide.txt +++ b/prog_guide.txt @@ -573,6 +573,7 @@ other recognised flags are: sign : enable ntlmssp signing seal : enable ntlmssp sealing validate: enable the NDR validator + print: enable debugging of the packets bigendian: use bigendian RPC @@ -586,9 +587,9 @@ For example, these all connect to the samr pipe: ncacn_np:myserver[samr] ncacn_np:myserver[\pipe\samr] ncacn_np:myserver[/pipe/samr] - ncacn_np:myserver:[samr,sign] + ncacn_np:myserver:[samr,sign,print] ncacn_np:myserver:[\pipe\samr,sign,seal,bigendian] - ncacn_np:myserver:[/pipe/samr,seal] + ncacn_np:myserver:[/pipe/samr,seal,validate] ncacn_ip_tcp:myserver ncacn_ip_tcp:myserver:1024 -- cgit