Reading the Documentation
Oct. 14th, 2004 05:43 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
One of my specialties at work seems to be reading the Microsoft documentation for MFC, the OS, etc. and then trying to figure out what they actually mean by it. Today's entertainment was a return to the ugly world of RPC, where we were having a problem with requiring a domain trust relationship for authentication even when we thought we weren't using NTLM authentication.
Of course, it turned out that we were using NTLM authentication, we just didn't know it. So I fixed that.
I still don't know why requests with RPC_C_AUTHN_NONE as the authentication service don't trip off the security callback function (and, yes, I did set the RPC_IF_ALLOW_CALLBACKS_WITH_NO_AUTH flag in the call to RpcServerRegisterIf2). But I've worked around the problem.
Exactly why I'm the expert on this is hard to fathom, save for the fact that I can actually read documentation. From Microsoft.
And all of you who just had your eyes glaze over? It's ok. Just smile and nod. :)
Of course, it turned out that we were using NTLM authentication, we just didn't know it. So I fixed that.
I still don't know why requests with RPC_C_AUTHN_NONE as the authentication service don't trip off the security callback function (and, yes, I did set the RPC_IF_ALLOW_CALLBACKS_WITH_NO_AUTH flag in the call to RpcServerRegisterIf2). But I've worked around the problem.
Exactly why I'm the expert on this is hard to fathom, save for the fact that I can actually read documentation. From Microsoft.
And all of you who just had your eyes glaze over? It's ok. Just smile and nod. :)