Commit 9c419b3e authored by Franco Fichtner's avatar Franco Fichtner

vpn: correct capitalisation for Common Name

(cherry picked from commit f55a12b4)
parent 535bb207
...@@ -1022,7 +1022,7 @@ endif; ?> ...@@ -1022,7 +1022,7 @@ endif; ?>
<input name="strictusercn" type="checkbox" value="yes" <?=!empty($pconfig['strictusercn']) ? "checked=\"checked\"" : "" ;?> /> <input name="strictusercn" type="checkbox" value="yes" <?=!empty($pconfig['strictusercn']) ? "checked=\"checked\"" : "" ;?> />
<div class="hidden" for="help_for_strictusercn"> <div class="hidden" for="help_for_strictusercn">
<span> <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> </span>
</div> </div>
</td> </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