Commit 5851eeb742cecb9a84c01c3cac21f0fb91af7643

Authored by Frederik Lindenaar
1 parent 78589865

- Updated README.md to update new repository location

- removed reference to the freeradius-privacyidea module as I have a better solution now
Showing 1 changed file with 8 additions and 10 deletions
README.md
... ... @@ -8,7 +8,7 @@ the FreeRadius Perl plugin is not available to use the standard check script
8 8 (e.g. on OS X).
9 9  
10 10 **Version 2.0**, latest version, documentation and bugtracker available on my
11   -[GitLab instance](https://gitlab.lindenaar.net/privacyidea/checkotp)
  11 +[GitLab instance](https://gitlab.lindenaar.net/scripts/privacyidea-checkotp)
12 12  
13 13 Copyright (c) 2015 - 2016 Frederik Lindenaar. free for distribution under the
14 14 GNU License, see [below](#license)
... ... @@ -22,16 +22,14 @@ time I created the shell-script `privacyidea-checkotp` to get around this using
22 22 the available FreeRadius `rlm_exec` module. This solution suited my needs and
23 23 may have glitches, though so far it turned out to be a stable solution.
24 24  
25   -Recently I have reimplemented this script in Python as starting point for my
26   -[privacyidea-freeradiusmodule](https://gitlab.lindenaar.net/privacyidea/freeradiusmodule),
27   -a FreeRadius `rlm_python` module (which is available on OS X Server). The Python
28   -script is intended as a drop-in replacement for the shell script with better
29   -error handling and logging / debugging capabilities. The way to integrate it is
30   -the same as the shell script version, the only change needed is the script name.
  25 +I have reimplemented this script in Python as drop-in replacement for the shell
  26 +script with better error handling and logging / debugging capabilities. The way
  27 +to integrate it is the same as the shell script, the only change needed is the
  28 +script name.
31 29  
32 30 In case you have any comments / questions or issues, please raise them through
33   -my [GitLab instance](https://gitlab.lindenaar.net/privacyidea/checkotp) so that
34   -others can benefit.
  31 +my [GitLab instance](https://gitlab.lindenaar.net/scripts/privacyidea-checkotp)
  32 +so that others benefit.
35 33  
36 34 Setup
37 35 -----
... ... @@ -118,4 +116,4 @@ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
118 116 General Public License for more details.
119 117  
120 118 You should have received a copy of the GNU General Public License along with
121 119 -this program. If not, download it from <http://www.gnu.org/licenses/>.
  120 +this program. If not, download it from <http://www.gnu.org/licenses/>.
122 121 \ No newline at end of file
... ...