Giter Site home page Giter Site logo

zbtechph / openvpn-auth-handler Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4 KB

this script sends the clients username, password, device mac address and platform (os) for your api to authenticate

Python 100.00%
auth-user-pass-verify authentication authentication-handler custom-authentication openvpn python3 auth-user-pass

openvpn-auth-handler's Introduction

openvpn-auth-handler

ensure python3 is installed

requests python package is required for calling the api

pip3 install requests

this script sends the clients username, password, device mac address and platform (os) for your api to authenticate.

api should return json {'success': 1} upon successfull authentication so that we can return the proper exit code

Download or clone this repository and open auth.py and change endpoint value to your api endpoint

chmod auth.py

chmod +x ./openvpn-agent/auth.py

add this line to your openvpn server config usually /etc/openvpn/server.conf

script-security 2
duplicate-cn
username-as-common-name
auth-user-pass-verify ./openvpn-auth-handler/auth.py via-file

restart openvpn

systemctl restart openvpn

add this to your client config

push-peer-info
auth-user-pass

openvpn-auth-handler's People

Contributors

zbtechph avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.