Quantcast
Channel: 看得透又看得远者prevail. ppt.cc/flUmLx ppt.cc/fqtgqx ppt.cc/fZsXUx ppt.cc/fhWnZx ppt.cc/fnrkVx ppt.cc/f2CBVx
Viewing all articles
Browse latest Browse all 20552

EnigmaBridge VPN Authenticator

$
0
0
VPN Auth Server in Python to authenticate user based on his IP address, used to authenticate VPN users, single sign on.
EnigmaBridge python authentication server enables VPN authentication of users connected to the VPN.

Mac OSX installation

For new OSX versions (El Capitan and above) the default system python installation cannot be modified with standard means. There are some workarounds, but one can also use --user switch for pip.
pip install --user cryptography

PIP update appdirs error

Pip may have a problem with updating appdirs due to missing directory. It helps to update this package manually
pip install --upgrade --no-cache appdirs

Database setup

State is stored in MySQL database.
CREATEDATABASEvpnauth CHARACTER SET utf8 COLLATE utf8_general_ci;
GRANT ALL PRIVILEGES ON vpnauth.* TO 'vpnauth'@'localhost' IDENTIFIED BY 'vpnauth_passwd';
FLUSH PRIVILEGES;
from https://github.com/EnigmaBridge/VpnAuthServer

Viewing all articles
Browse latest Browse all 20552


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>