- 1... - machines to run the script on in the form of user@adress, the user needs
- 1... - machines to run the script on in the form of user@adress, the user needs
root privileges to execute the script
root privileges to execute the script
### sync_usable_token_types.py
Collects information about the usable token types of each privacyIDEA user and sends it
to Perun. Each user with usable tokens in privacyIDEA is assigned a list of their types, for example: `['backupcode', 'totp']`. A token is considered usable when it is **active** and it is not **locked** or
**revoked** and its rollout state allows logging in.
For more usage instructions, run:
```sh
sync_usable_token_types --help
```
Example:
```sh
python3 sync_usable_token_types.py
--mfa-active-tokens-attr-name"attr_name"
--perun-user-id-regex"\d+"
--perun-connector-config-path"/path/to/file"
```
## Nagios probes
## Nagios probes
All nagios scripts are located under `nagios` directory.
All nagios scripts are located under `nagios` directory.