duosecurity / duo_openvpn

Duo two-factor authentication for OpenVPN.
http://www.duosecurity.com
Other
65 stars 46 forks source link

FreeBSD port created! #37

Open zi0r opened 3 years ago

zi0r commented 3 years ago

Duo Team,

I've created a FreeBSD port/package of duo_openvpn. You can find details here: https://www.freshports.org/security/duo_openvpn/

FreeBSD users can install via ports via: cd /usr/ports/security/duo_openvpn/ && make install clean

FreeBSD users can install via package via: pkg install duo_openvpn

The port features the following configuration options:

You should consider creating support for the USERNAME/METHOD overrides in the default code base, via defines, to allow for a better user experience.

petiepooo commented 3 years ago

The Duo devs don't give this repo much love, unfortunately. I'm sure they're busy with features that lead to more profit.. as corporations tend to do. ¯_(ツ)_/¯

Would you be able to publish your updates upstream as a pull request here? The less they have to do, the more likely they are to incorporate contributor changes.

zi0r commented 3 years ago

No patches are required for it to build. The port takes care of everything for the end user.

I did add two build options to the port (USERNAME and METHOD) to override the defaults. For my use, these just made much more sense.

I opened the issue for awareness. Sometimes project owners like to include information in their README to help users of various OS'.