FS#12924 - [openvpn] package could include plugins

Attached to Project: Arch Linux
Opened by Jakub Schmidtke (sjakub) - Saturday, 24 January 2009, 06:35 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 03 June 2009, 13:05 GMT
Task Type Feature Request
Category Packages: Core
Status Closed
Assigned To Tobias Powalowski (tpowa)
Thomas Bächler (brain0)
Architecture All
Severity Low
Priority Normal
Reported Version 1.5.4
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Openvpn package does not include any plugins.
In openvpn 2.0.9 there are two plugins, especially openvpn-auth-pam is useful.
To include it in the package following lines need to be added at the end of build()
function in PKGBUILD:

cd plugin/auth-pam
make || return 1
install -D -m755 openvpn-auth-pam.so $pkgdir/usr/share/openvpn/plugin/lib/openvpn-auth-pam.so

Similarly, openvpn-down-root plugin could be added as well.
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Wednesday, 03 June 2009, 13:05 GMT
Reason for closing:  Fixed
Additional comments about closing:  2.0.9-6

Loading...