summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/samples/policy
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-08-26 22:29:43 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-08-26 22:29:43 +0000
commit06bc70a0cb7e24be5e523783952070b987bc7587 (patch)
treea7f2e02500ac0c1b46eec64a37de68bc4dc3bf2b /sbin/isakmpd/samples/policy
parent06d276f6fd0601c273eb5264547c89fc2f717d02 (diff)
Merge with EOM 1.3
author: niklas A working way to add a RCS Id to a keynote policy author: angelos Complete policy work; tested for the shared-key case. Documentation needed.
Diffstat (limited to 'sbin/isakmpd/samples/policy')
-rw-r--r--sbin/isakmpd/samples/policy10
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/isakmpd/samples/policy b/sbin/isakmpd/samples/policy
index ff3590db9c2..2bc4442d989 100644
--- a/sbin/isakmpd/samples/policy
+++ b/sbin/isakmpd/samples/policy
@@ -1,6 +1,8 @@
KeyNote-Version: 2
-Comment: $OpenBSD: policy,v 1.1 1999/07/18 09:33:13 niklas Exp $
-Comment: $EOM: policy,v 1.1 1999/07/18 09:25:34 niklas Exp $
-Comment: This policy essentially accepts everything
+Comment: $OpenBSD: policy,v 1.2 1999/08/26 22:29:42 niklas Exp $
+# $EOM: policy,v 1.3 1999/08/26 11:51:37 niklas Exp $
+Comment: This policy accepts ESP SAs from a remote that uses the right password
Authorizer: "POLICY"
-Conditions: app_domain == "IPsec policy" -> "true";
+Licensees: "mekmitasdigoat"
+Conditions: app_domain == "IPsec policy" &&
+ esp_present == "yes" -> "true";