|
|
|
date: Wed, 11 Jun 2008 08:08:29 -0700,
group: microsoft.public.platformsdk.security
back
RE: implementing remote login with "pass through" in credential provid
I've been able to serialize a KERB_CHANGEPASSWORD_REQUEST structure, the
problem I have is that what's next. I get a message saying "operation
completed successfully", but how do I then login? While in ReportResult my
Credential Provider is not advised, so a refresh with autologon cannot
happen.
ashwin: At least the way Iâm doing it, when I receive
ERROR_PASSWORD_MUST_CHANGE in the ReportResult method, I make my new password
edit fields visible, and wait for the user to submit again, in that case I
serialize a change password request. with
MessageType=KerbChangePasswordMessage. The problem now, is that I then canât
do anything, the password is being changed, but the user is not being logged
on automatically. Iâm still trying to figure out what to do next...
date: Wed, 18 Jun 2008 07:08:00 -0700
author: Nathan
|
|