From 20b78437a7a29d22056aebf438f4cce714e1bbdf Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 11 Nov 2009 03:55:16 +0000 Subject: removed username,groupname from openwrt example config as well --- openwrt/kamikaze/uanytun/files/uanytun.config | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'openwrt') diff --git a/openwrt/kamikaze/uanytun/files/uanytun.config b/openwrt/kamikaze/uanytun/files/uanytun.config index 199db76..c53db37 100644 --- a/openwrt/kamikaze/uanytun/files/uanytun.config +++ b/openwrt/kamikaze/uanytun/files/uanytun.config @@ -1,7 +1,7 @@ config "client1" option disabled 0 - option username 'nobody' - option groupname 'nogroup' +# option username 'nobody' +# option groupname 'nogroup' # option chroot "/var/run/uanytun" # option interface '' @@ -44,8 +44,6 @@ config "client1" config "client2" option disabled 1 - option username 'nobody' - option groupname 'nogroup' option cipher 'aes-ctr' option auth_algo 'sha1' @@ -65,8 +63,6 @@ config "client2" config "client3" option disabled 1 - option username 'nobody' - option groupname 'nogroup' option cipher 'aes-ctr' option auth_algo 'sha1' @@ -86,8 +82,6 @@ config "client3" config "p2p-a" option disabled 1 - option username 'nobody' - option groupname 'nogroup' option cipher 'aes-ctr' option auth_algo 'sha1' @@ -106,8 +100,6 @@ config "p2p-a" config "p2p-b" option disabled 1 - option username 'nobody' - option groupname 'nogroup' option cipher 'aes-ctr' option auth_algo 'sha1' -- cgit v1.2.3