Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110199 - openvpn password-save use flag
Summary: openvpn password-save use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Jan Brinkmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-23 00:35 UTC by Frank Benkstein
Modified: 2005-11-03 04:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Benkstein 2005-10-23 00:35:12 UTC
OpenVPN supports saving passwords for authentification against a server
(--auth-user-pass) in a file but enabling this needs a compile time
(./configure) option. Below trivial patch adds this feature, please apply.

--- /usr/portage/net-misc/openvpn/openvpn-2.0.2-r3.ebuild       2005-10-15
10:05:54.000000000 +0200
+++ openvpn-2.0.2-r4.ebuild     2005-10-22 22:16:47.000000000 +0200
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~sparc ~x86"
-IUSE="examples iproute2 minimal selinux ssl static threads"
+IUSE="examples iproute2 minimal selinux ssl static threads password-save"
 
 RDEPEND=">=dev-libs/lzo-1.07
        iproute2? ( sys-apps/iproute2 ) || ( sys-apps/net-tools )
@@ -36,6 +36,7 @@
                $(use_enable ssl) \
                $(use_enable ssl crypto) \
                $(use_enable threads pthread) \
+               $(use_enable password-save) \
                || die "configure failed"
 
        use static && sed -e -i '/^LIBS/s/LIBS = /LIBS = -static /' Makefile
Comment 1 Roy Marples (RETIRED) gentoo-dev 2005-11-03 04:09:25 UTC
Thanks for the patch! Is in openvpn-2.0.4-r1 and r2, but the USE flag has been
renamed to passwordsave