mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
vpn: correct capitalisation for Common Name
This commit is contained in:
parent
a38eb7aa90
commit
f55a12b466
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user