Saving RPC FAULTs: Difference between revisions

From SambaWiki
(new page describing how to fix IDL issues using failing captures.)
 
mNo edit summary
 
Line 1: Line 1:
In the AD DC, to save packets that give an NDR fault, because they do not have correct IDL:
In the AD DC, to save packets that give an NDR fault, because they do not have correct IDL:
* Build with --enable-developer
* Build with --enable-developer
* set this in the smb.conf
* set this in the smb.conf
dcesrv:stubs directory = /var/log/samba
dcesrv:stubs directory = /var/log/samba



Latest revision as of 03:42, 16 March 2015

In the AD DC, to save packets that give an NDR fault, because they do not have correct IDL:

  • Build with --enable-developer
  • set this in the smb.conf
dcesrv:stubs directory = /var/log/samba

Any packet that fails to parse will be written into that directory, with the failure reason.

These can then be given to ndrdump when fixing the IDL.