Enigma Bridge VPN authenticator
Project description
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.
CREATE DATABASE vpnauth CHARACTER SET utf8 COLLATE utf8_general_ci;
GRANT ALL PRIVILEGES ON vpnauth.* TO 'vpnauth'@'localhost' IDENTIFIED BY 'vpnauth_passwd';
FLUSH PRIVILEGES;
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vpnauth-0.0.13.tar.gz
(22.9 kB
view details)
File details
Details for the file vpnauth-0.0.13.tar.gz
.
File metadata
- Download URL: vpnauth-0.0.13.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8516566328b4b3249f6c212fc40e901689c02eac4ca78578bd98c2ce1619946 |
|
MD5 | 0742758567d527940b6e9fe8a698ec01 |
|
BLAKE2b-256 | d470b5bd91989c29e7590bc532bcfa6f2d767bbd24dcfc46c27194928a8addfc |