jaraco / jaraco/keyring

How to make passwords accessible by the Windows LocalSystem account for a Windows service?

Open
#533 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question Windows
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.