How to make passwords accessible by the Windows LocalSystem account for a Windows service?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 196
- PR merge metrics
- No merged PRs in 30d
Description
I can keyring.set_password() as my own username. But my service must run as the LocalSystem account. How can I make saved passwords accessible by this account? I ran Python as that account and get_password() returned nothing, whereas it returns the password on my own account.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by reproducing the reported difference between the user's account and Windows LocalSystem with keyring.set_password() and get_password(); document the supported behavior and the steps or limitation for making a saved password available to that service account.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- authentication, security
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100