Projet

Général

Profil

« Précédent | Suivant » 

Révision f1bede03

Ajouté par Ermal il y a presque 10 ans

Allow a key to specified for all users as for exmpale when connecting from Apple iOS

Voir les différences:

usr/local/www/vpn_ipsec_keys_edit.php
76 76

  
77 77
	if (array_key_exists($_POST['ident'], $userids))
78 78
		$input_errors[] = gettext("A user with this name already exists. Add the key to the user instead.");
79
	unset($userids);
79 80
	
80 81
	if (!$input_errors && !(isset($id) && $a_secret[$id])) {
81 82
		/* make sure there are no dupes */
......
147 148
                    <?php endif; ?>
148 149
                  </td>
149 150
                </tr>
151
		<tr>
152
			<td colspan="4">
153
			<p>
154
				<span class="vexpl">
155
				<span class="red">
156
					<strong><?=gettext("Note"); ?>:<br /></strong>
157
				</span>
158
				<?=gettext("PSK for any user can be set by using an identifier of any/ANY");?>
159
				</span>
160
			</p>
161
			</td>
162
		</tr>
150 163
              </table>
151 164
</form>
152 165
<?php include("fend.inc"); ?>

Formats disponibles : Unified diff