diff options
author | Erik Sjölund <erik.sjolund@gmail.com> | 2022-01-26 19:42:49 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-01-26 23:35:33 +0100 |
commit | f223fd6addad51e1661d3baa409eb12de5065817 (patch) | |
tree | 146fe71d303e4713395adcba240bb79dafa57ef1 /docs/PASSWORD_AGENTS.md | |
parent | man: Fix paths for user units (transient/generator.early) (diff) | |
download | systemd-f223fd6addad51e1661d3baa409eb12de5065817.tar.xz systemd-f223fd6addad51e1661d3baa409eb12de5065817.zip |
docs: fix typos and improve language
Fix typos and improve the language by
adding a few commas and a missing word.
Diffstat (limited to 'docs/PASSWORD_AGENTS.md')
-rw-r--r-- | docs/PASSWORD_AGENTS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PASSWORD_AGENTS.md b/docs/PASSWORD_AGENTS.md index 7d810fbbd9..ed204911bc 100644 --- a/docs/PASSWORD_AGENTS.md +++ b/docs/PASSWORD_AGENTS.md @@ -34,7 +34,7 @@ It is easy to write additional agents. The basic algorithm to follow looks like Again, it is essential that you stop showing the password box/notification/status icon if the `ask.xxx` file is removed or when `NotAfter=` elapses (if it is set `!= 0`)! -It may happen that multiple password entries are pending at the same time. Your agent needs to be able to deal with that. Depending on your environment you may either choose to show all outstanding passwords at the same time or instead only one and as soon as the user replied to that one go on to the next one. +It may happen that multiple password entries are pending at the same time. Your agent needs to be able to deal with that. Depending on your environment you may either choose to show all outstanding passwords at the same time or instead only one and as soon as the user has replied to that one go on to the next one. You may test this all with manually invoking the "`systemd-ask-password`" tool on the command line. Pass `--no-tty` to ensure the password is asked via the agent system. Note that only privileged users may use this tool (after all this is intended purely for system-level passwords). |