Re: rpcrt4: Allow applications to specify authentication levels other than connect in RpcBindingSetAuthInfoA/W.
21 Nov
2006
21 Nov
'06
3:03 p.m.
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 -- Kai Blin, <kai Dot blin At gmail Dot com> WorldForge developer http://www.worldforge.org/ Wine developer http://wiki.winehq.org/KaiBlin/ -- Will code for cotton.
7051
Age (days ago)
7051
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kai Blin