diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-01-26 15:20:41 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-01-26 15:20:41 +0000 |
commit | dfebe79e407ac35af9226440b873ea7e0c202738 (patch) | |
tree | a0fa87a6f8964aa18d5cc39cd21f2d61fde03496 /sbin/isakmpd/samples | |
parent | 150eebdd42697a8259e7673ad4807291b4db7aee (diff) |
Merge with EOM 1.5
date: 2000/01/26 14:03:07; author: niklas; state: Exp; lines: +1 -1
Comment RCSId correctly
author: angelos
Passphrases are encoded as "passphrase:xxxx" now, to distinguish
between passphrases and logic labels.
Diffstat (limited to 'sbin/isakmpd/samples')
-rw-r--r-- | sbin/isakmpd/samples/policy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/samples/policy b/sbin/isakmpd/samples/policy index 1f8a07247d9..96548543edb 100644 --- a/sbin/isakmpd/samples/policy +++ b/sbin/isakmpd/samples/policy @@ -1,8 +1,8 @@ KeyNote-Version: 2 Comment: This policy accepts ESP SAs from a remote that uses the right password - $OpenBSD: policy,v 1.3 1999/11/18 21:45:52 angelos Exp $ - $EOM: policy,v 1.3 1999/08/26 11:51:37 niklas Exp $ + $OpenBSD: policy,v 1.4 2000/01/26 15:20:40 niklas Exp $ + $EOM: policy,v 1.5 2000/01/26 14:03:07 niklas Exp $ Authorizer: "POLICY" -Licensees: "mekmitasdigoat" +Licensees: "passphrase:mekmitasdigoat" Conditions: app_domain == "IPsec policy" && esp_present == "yes" -> "true"; |