0.0
No commit activity in last 3 years
No release in over 3 years
Some basic OpenVPN Access Server interactions for Lita
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
~> 3.0
~> 1.8

Runtime

~> 4.7
>= 0
 Project Readme

lita-openvpnas

A Lita handler plugin for some basic OpenVPN Access Server operations.

Installation

Add lita-openvpnas to your Lita instance's Gemfile:

gem "lita-openvpnas"

Configuration

  • config.handlers.openvpnas.hostname - OpenVPN Access Server hostname
  • config.handlers.openvpnas.sacli_dir - Path to the directory containing the sacli utility on the OpenVPN Access Server
    • Defaults to /usr/local/openvpn_as/scripts
  • config.handlers.openvpnas.ssh_user - SSH user to connect to OpenVPN Access Server
    • Defaults to lita

Usage

Unlock the Google Authenticator for a User

openvpn otp unlock <user>

List Currently Connected VPN users

openvpn active users

User must be members of the vpn_admins lita authorization group.