skbkontur/openvpn-auth-radius

Name: openvpn-auth-radius

Owner: Kontur

Description: C# authentication plugin for OpenVPN

Created: 2015-05-22 12:32:27.0

Updated: 2017-08-02 04:11:38.0

Pushed: 2016-02-18 19:21:15.0

Homepage: null

Size: 474

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Introduction

![Build status](https://img.shields.io/appveyor/ci/chipitsine/openvpn-auth-radius.svg?label=build windows)

if you are familiar with C#, you might want to wrap server side OpenVPN authentication with openvpn-auth-radius

Usage

add the following line to server.conf:

-user-pass-verify 'mono /etc/openvpn/auth.exe' via-env

example auth.exe.config:

l version="1.0" encoding="utf-8" ?>
figuration>
onfigSections>
<section name="MyConfig" type="auth.Config,  auth" />
configSections>
yConfig NAS_IDENTIFIER="OpenVpn">
<servers>
  <server name="radius1.example" authport="1812" wait="1" retries="3" sharedsecret="secret1" />
  <server name="radius2.example" authport="1812" wait="1" retries="2" sharedsecret="secret2" />
</servers>
MyConfig>
nfiguration>

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.