Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Windows Credential Vault: CRED_PERSIST_ENTERPRISE possible? #122

Closed
jakobvogel opened this issue Aug 12, 2018 · 2 comments
Closed

Windows Credential Vault: CRED_PERSIST_ENTERPRISE possible? #122

jakobvogel opened this issue Aug 12, 2018 · 2 comments

Comments

@jakobvogel
Copy link
Contributor

Hello & many thanks for providing keytar! I am currently working on a project that needs to run in a Windows Enterprise environment where passwords should be roamed for a user. Currently, local password storage is hardwired:

cred.Persist = CRED_PERSIST_LOCAL_MACHINE;

Would it be possible to change this to CRED_PERSIST_ENTERPRISE as described here? If I understand things correctly, this should lead to passwords being shared for a single user across an enterprise network.

@shiftkey
Copy link
Contributor

@jakobvogel that line of code was added in all the way back in #2 - which was changing the behaviour from encrypted files on disk to using the credential storage.

Feel free to open a PR and I'll see if I can get some 👀 on it from the relevant reviewers to get their feeling on it, as I don't have much else context to go from currently.

@jakobvogel
Copy link
Contributor Author

@shiftkey thanks for your quick reaction. The PR is ready for review.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants