- 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). (e.g. on OS X).
**Version 2.0**, latest version, documentation and bugtracker available on my **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 Copyright (c) 2015 - 2016 Frederik Lindenaar. free for distribution under the
GNU License, see [below](#license) 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 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. 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 I have reimplemented this script in Python as drop-in replacement for the shell
[privacyidea-freeradiusmodule](https://gitlab.lindenaar.net/privacyidea/freeradiusmodule), script with better error handling and logging / debugging capabilities. The way
a FreeRadius `rlm_python` module (which is available on OS X Server). The Python to integrate it is the same as the shell script, the only change needed is the
script is intended as a drop-in replacement for the shell script with better script name.
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.
In case you have any comments / questions or issues, please raise them through In case you have any comments / questions or issues, please raise them through
my [GitLab instance](https://gitlab.lindenaar.net/privacyidea/checkotp) so that my [GitLab instance](https://gitlab.lindenaar.net/scripts/privacyidea-checkotp)
others can benefit. so that others benefit.
Setup Setup
----- -----
@@ -118,4 +116,4 @@ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details. General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License along with
this program. If not, download it from <http://www.gnu.org/licenses/>. this program. If not, download it from <http://www.gnu.org/licenses/>.