dperson / openvpn-client

GNU Affero General Public License v3.0
1.06k stars 590 forks source link

Adding DUO MFA - need toolchain #334

Open soleroitsolutionsltd opened 3 years ago

soleroitsolutionsltd commented 3 years ago

Hello

I have managed to have a container working based on this repo and I'd like to add MFA support, specifically for Duo.

As you can see this requires that I build some modules from source and (obviously) my container does not have a toolchain. What is my best bet ? Should I cross compile and then move the binaries to the container or setup the container so that it does the "make" ?

gynnantonix commented 3 years ago

Best to cross-compile and then copy statically-linked binaries to your container in order to keep the image size small.

On Mon, Sep 21, 2020 at 10:19 AM soleroitsolutionsltd < notifications@github.com> wrote:

Hello

I have managed to have a container working based on this repo and I'd like to add MFA support, specifically for Duo https://duo.com/docs/openvpn.

As you can see this requires that I build some modules from source and (obviously) my container does not have a toolchain. What is my best bet ? Should I cross compile and then move the binaries to the container or setup the container so that it does the "make" ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dperson/openvpn-client/issues/334, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD64EHZPVO243ZHJAM5LADTSG5OILANCNFSM4RUS6YSQ .