Re: RPC2 function with secure

2000-02-25 Thread Jan Harkes
On Fri, Feb 25, 2000 at 10:34:16PM +0900, Masanori Nishijima wrote: > Hi > > I have a question about a RPC2 call. > In the case of "clog", it communicates with secure. > (RPC2_NewBinding() RPC2_MakeRPC() SecurityLevel=RPC2_SECURE) > The other way, it communicates with non-secure between venus and

RPC2 function with secure

2000-02-25 Thread Masanori Nishijima
Hi I have a question about a RPC2 call. In the case of "clog", it communicates with secure. (RPC2_NewBinding() RPC2_MakeRPC() SecurityLevel=RPC2_SECURE) The other way, it communicates with non-secure between venus and vice. (RPC2_MultiRPC() SecurityLevel=RPC2_AUTHONLY) I think that I communicate