Skip to content

Commit

Permalink
test patch for forum inquiry
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Aug 23, 2016
1 parent 525bd71 commit b2f4f13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/etc/inc/openvpn.inc
Expand Up @@ -579,10 +579,6 @@ function openvpn_reconfigure($mode, $settings, $device_only = false)
case 'server_user':
$conf .= "client-cert-not-required\n";
case 'server_tls_user':
/* username-as-common-name is not compatible with server-bridge */
if (stristr($conf, "server-bridge") === false) {
$conf .= "username-as-common-name\n";
}
if (!empty($settings['authmode'])) {
$strictusercn = "false";
if ($settings['strictusercn']) {
Expand Down

0 comments on commit b2f4f13

Please sign in to comment.