On Tuesday 21 November 2006 14:09, Robert Shearman wrote:
- /* FIXME: the mapping should probably be retrieved using SSPI somehow */
- if (AuthnLevel == RPC_C_AUTHN_LEVEL_DEFAULT)
- AuthnLevel = RPC_C_AUTHN_LEVEL_NONE;
I figure this could be done using QueryContextAttributes, I guess. So far this is a bit stubbed out, but it should basically do the right thing (tm) for integrity and confidentiality.
Cheers, Kai