Displaying 1 result from an estimated 1 matches for "rng_fault_state".
2012 Nov 07
0
CreatePrinterIC failure from Windows8 client
...s:
nca_op_rng_error
By looking at the source code (source3/rpc_server/srv_spoolss_nt.c, line
#9711 - 9716) it looks like SAMBA does not support this RPC call.
WERROR _spoolss_CreatePrinterIC(pipes_struct *p,
struct spoolss_CreatePrinterIC *r)
{
p->rng_fault_state = true;
return WERR_NOT_SUPPORTED;
}
Could anyone let me know if CreatePrinterIC going to be supported in later
versions of SAMBA? The SAMBA-3.6.x also doesn't seem to have this call
implemented yet.
This CreatePrinterIC RPC call looks to be getting called only in case of
Window...