-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I handle password expiry in the credential provider? #3
Comments
CPUS_CHANGE_PASSWORD should be good enough. |
Thanks for the reply, what changes need to be done in |
The remarks on this: I am using the link to the source for maintainability. if it will be changed in the docs the answer will remain the same. |
Nice to see you guys here 😃 |
Thanks guys those links should help! Also guys how can I make this credential provider compatible for |
Can you give me more info? |
Do you have VCRedist Visual Studio C++ runtimes installed ? |
Yes I have installed VCRedist 2015 x64 in the Windows R2 2012 server, still I am not able to see my custom CP in sign in options. |
Hi David, can you tell what info you need so that I can mention that specifically? |
Same issue! How did you solved that? |
hi, first of all thanks to DavidWeiss2 bcz of his github details about cp that helped me a lot. i am new to credential provider and i am trying to do a change cache credential password (password change). case CPUS_CHANGE_PASSWORD:
and In "helpers.cpp" file you have to enter a new function code if this function is not there for password change
} now the problem for me is, what are the changing i want to do except from these. like how to change usage scenario to cpus_change_password and how to pass control to get serialization so that to run these code. like what are the other things i need to do except from these |
I think you can replicate the password change scenario by changing password expiry policies in active directory for the test user. @gokulraj381 |
NO , my problem is when the user is offline (like he is not near domain controller). i want to change his password (as he is not under domain controller) in cache credential of his laptop. to do that is there any API or i need to implement CPUS_CHANGE_PASSWORD |
can i get ur instagram id or gmail id so that i can contact you and ask about my doubt |
When you are not able to reach domain controller and you want to change the cached password of domain user that use case is not supported up to my knowledge, [email protected]. |
but brother the domain password are stored in our laptop as cache credential (to authenticate when the dc is not available). now i just need to change that cache credential password. do u know anybody who knows about co better?? |
Like I said you can't change the password when your domain is offline even though the password is cached locally. Please follow this article https://social.technet.microsoft.com/Forums/windows/en-US/b723142a-33f5-4b02-95b1-5a5daac606b1/how-to-reset-password-of-user-while-not-connected-to-domain-using-local-admin-account?forum=w7itprosecurity#:~:text=Short%20answer%20is%20that%20you,controller%2C%20not%20the%20local%20machine. |
brother that is what i am saying ,the cached copy which he told , that is the thing I want to change !!! for that he told that we need old password and i also have it. the method how to do it is the question for referal his answer Locally you just has a cached copy of it, but that's not the master copy of it (which is why you don't see the user listed as a local user on the machine). In order for them to reset their password they'll need to enter their existing password in any case, so even if you could initiate it locally it wouldn't help without the existing password. the existing password i have it, i just want the method |
Hello, I am a developer from China. I would like to ask a question about how to make remote login users have the same credentials as those who log in locally. |
Hi thanks for this project it helped me alot, can you please help me out how can I handle password expiry in credential provider where the user should be prompted to change password and should be able to change password from my credential provider when his password expired, Thank you.
The text was updated successfully, but these errors were encountered: