mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Add a keyring authenticator
This commit is contained in:
parent
2fdf24495b
commit
6e9f8fd391
4 changed files with 69 additions and 0 deletions
|
|
@ -154,6 +154,15 @@ This authenticator prompts the user on the console for a two-factor
|
|||
authentication token. The token is provided as password and it is not cached.
|
||||
This authenticator does not support usernames.
|
||||
|
||||
### The `keyring` authenticator
|
||||
|
||||
This authenticator uses the system keyring to store passwords. It expects a
|
||||
username in the config and will prompt *once* for the password. After that it
|
||||
receives the password from the system keyring.
|
||||
|
||||
- `username`: The username. (Required)
|
||||
- `keyring_name`: The service name PFERD uses for storing credentials. (Optional)
|
||||
|
||||
## Transformation rules
|
||||
|
||||
Transformation rules are rules for renaming and excluding files and directories.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue