openbsd-ports/net/openvpn/patches/patch-sample-config-files_server_conf
fkr 3ebadeeb9d update to OpenVPN 2.1.2
while here, enable dropping to _openvpn user in the sample configs.
ok and feedback ajacoutot@
2010-08-30 18:32:20 +00:00

15 lines
445 B
Plaintext

$OpenBSD: patch-sample-config-files_server_conf,v 1.3 2010/08/30 18:32:20 fkr Exp $
--- sample-config-files/server.conf.orig Wed Mar 31 08:47:07 2010
+++ sample-config-files/server.conf Fri Aug 27 09:04:00 2010
@@ -259,8 +259,8 @@ comp-lzo
#
# You can uncomment this out on
# non-Windows systems.
-;user nobody
-;group nobody
+user _openvpn
+group _openvpn
# The persist options will try to avoid
# accessing certain resources on restart