Archived
1
0

changed extension of example config file and updated all references accordingly

This commit is contained in:
2019-10-24 09:52:58 +02:00
parent a66c87a7b3
commit 4ac6224e8b
3 changed files with 10 additions and 10 deletions

View File

@@ -38,10 +38,10 @@ point / template to implement you own custom logic directly. It contains a
number of examples of the implemented direct and config-based method to start.
To run the config-file implementation of the client create a config file named
`duo_api.conf` in the same directory as the script using the provided template
`duo_api.tmpl` and configure it for your environment and run it. To use it
without config file, comment out the settings and code provided for that, set
the configuration values for your environment and run it.
`duo_api.conf` in the same directory as the script using the provided example
`duo_api.conf.dist` and configure it for your environment and run it. To use
it without config file, comment out the settings and code provided for that,
set the configuration values for your environment and run it.
<a name=duo_library>duo_library.py</a>