Open zi0r opened 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.
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'.
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.