- Updated README.md to update new repository location

- removed reference to the freeradius-privacyidea module as I have a better solution now
This commit is contained in:
2019-10-27 11:03:48 +01:00
parent 78589865fe
commit 5851eeb742

View File

@@ -8,7 +8,7 @@ the FreeRadius Perl plugin is not available to use the standard check script
(e.g. on OS X).
**Version 2.0**, latest version, documentation and bugtracker available on my
[GitLab instance](https://gitlab.lindenaar.net/privacyidea/checkotp)
[GitLab instance](https://gitlab.lindenaar.net/scripts/privacyidea-checkotp)
Copyright (c) 2015 - 2016 Frederik Lindenaar. free for distribution under the
GNU License, see [below](#license)
@@ -22,16 +22,14 @@ time I created the shell-script `privacyidea-checkotp` to get around this using
the available FreeRadius `rlm_exec` module. This solution suited my needs and
may have glitches, though so far it turned out to be a stable solution.
Recently I have reimplemented this script in Python as starting point for my
[privacyidea-freeradiusmodule](https://gitlab.lindenaar.net/privacyidea/freeradiusmodule),
a FreeRadius `rlm_python` module (which is available on OS X Server). The Python
script is intended as a drop-in replacement for the shell script with better
error handling and logging / debugging capabilities. The way to integrate it is
the same as the shell script version, the only change needed is the script name.
I have reimplemented this script in Python as drop-in replacement for the shell
script with better error handling and logging / debugging capabilities. The way
to integrate it is the same as the shell script, the only change needed is the
script name.
In case you have any comments / questions or issues, please raise them through
my [GitLab instance](https://gitlab.lindenaar.net/privacyidea/checkotp) so that
others can benefit.
my [GitLab instance](https://gitlab.lindenaar.net/scripts/privacyidea-checkotp)
so that others benefit.
Setup
-----