On Fri, 2002-04-12 at 13:21, D. Jemms wrote: > HI, > >The base protocol does not need RPC, but to do most things with domain > >controllers requires it! > I need to work with DC so is this. > when the request is send from windows client (read share request) to the > samba server sitting on unix ,the data has been sent using RPC call and it > opens pipe (netlogon,srvsvc or whatever) .so how this data is handled in > samba and where are the procedures for RPC call are implemented ?
If you are simply reading or writing a file, you generally do not use RPC. RPC is mainly used for other functions, like logging on, setting security descriptors, etc. Luke Leighton's book is, perhaps, a good starting place. Unfortunately, its name will not come to mind at the moment. Regards ----- Richard Sharpe, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
