diff options
author | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2006-08-29 18:10:32 +0000 |
---|---|---|
committer | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2006-08-29 18:10:32 +0000 |
commit | bc4448fe608d3fb2395afdd7a2321a8abdace61a (patch) | |
tree | f64939b05091be72b7ebe58047bb277c7ad3662e /sbin/ipsecctl/ipsec.conf.5 | |
parent | efa10a07545e24526089f6b996b5c0e0c8f2b2d0 (diff) |
add support for ufqdn ids in ike rules
ok hshoexer@
Diffstat (limited to 'sbin/ipsecctl/ipsec.conf.5')
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 3e5bc2aceee..6831090143f 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.61 2006/08/29 17:52:40 naddy Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.62 2006/08/29 18:10:31 msf Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -623,9 +623,11 @@ and no specific group are chosen. .Ic srcid .Aq Ar fqdn .Xc -This optional parameter defines a FQDN that will be used by +This optional parameter defines either a UFQDN or an FQDN that will be used by .Xr isakmpd 8 as the identity of the local peer. +If the argument is an email address (bob@example.com), ipsecctl will use UFQDN as the ID type. +Anything else is considered to be an FQDN. .It Xo .Ic dstid .Aq Ar fqdn |