~ubuntu-branches/ubuntu/lucid/ebox-openvpn/lucid

« back to all changes in this revision

Viewing changes to stubs/noebox-openvpn-client.conf.mas

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-02-27 13:31:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080227133129-6mpzfq43hghuxtaz
Tags: 0.11.99-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
% if (@userAndGroup) {
82
82
%    my ($user, $group) = @userAndGroup;
83
 
user <% $user %>
 
83
# Comment out user and group if you wish to increase security. Be advised you
 
84
# can experience some issues when reconnecting
 
85
# user <% $user %>
84
86
# the group option may be wrong for some distributions
85
87
# normally distributions use wether 'nobody' (Fedora) or 'nogroup'
86
88
# for the no-priviligies group name
87
 
group <% $group %>
 
89
# group <% $group %>
88
90
% }
89
91
 
90
92