Commit f55a12b4 authored by Franco Fichtner's avatar Franco Fichtner

vpn: correct capitalisation for Common Name

parent a38eb7aa
......@@ -1022,7 +1022,7 @@ endif; ?>
<input name="strictusercn" type="checkbox" value="yes" <?=!empty($pconfig['strictusercn']) ? "checked=\"checked\"" : "" ;?> />
<div class="hidden" for="help_for_strictusercn">
<span>
<?=gettext("When authenticating users, enforce a match between the common name of the client certificate and the username given at login."); ?>
<?=gettext("When authenticating users, enforce a match between the Common Name of the client certificate and the username given at login."); ?>
</span>
</div>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment