implementing remote login with "pass through" in credential provider
- From: "Anne Kästner" <Anne.Kastner@xxxxxxxxxxx>
- Date: Wed, 27 Jun 2007 16:43:29 +0200
I have implemented a password credential provider which works well for all
common scenarii (logon, unlock, change password).
It also works correctly for remote login from XP stations.
My problem is to implement "pass through" remote login (for example by
reusing credentials supplied in the Remote Desktop connection dialog).
I used to do that in a replacement GINA by using WlxQueryTsLogonCredentials
to get those credentials.
But what in Vista?
My understanding was to use the SetSerialization function of my credential
provider, in conjunction with the UpdateRemoteCredential function
of a credential provider filter, for instance by adding information such as
the GUID of my credential provider to the
CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION structure which would already
contain some packed information.
But when I trace the input structure of the UpdateRemoteCredential function,
it appears to be empty (all fields are 0).
Can someone tell me what to do ?
Anne Kästner
.
- Follow-Ups:
- Prev by Date: Re: Diffie-Hellman help
- Next by Date: RE: folder virtualisation
- Previous by thread: Re: Diffie-Hellman help
- Next by thread: Re: implementing remote login with "pass through" in credential provider
- Index(es):
Relevant Pages
|