Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 05:03:53 -0500
From:      Nick Slager <ns@zith.net>
To:        cjclark@alum.mit.edu
Cc:        security@freebsd.org
Subject:   Re: Configuring sainfo in racoon(8)
Message-ID:  <20020622050353.A35129@zith.net>
In-Reply-To: <20020618130547.A11688@blossom.cjclark.org>; from crist.clark@attbi.com on Tue, Jun 18, 2002 at 01:05:47PM -0700
References:  <20020618130547.A11688@blossom.cjclark.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake Crist J. Clark (crist.clark@attbi.com):

> 
>     my_identifier user_fqdn "cjc@mydomain.org";
>     peer_identifier user_fqdn "cjc@mydomain.org";
>     ...
> 
>   }
> 
>   sainfo user_fqdn "cjc@mydomain.org" user_fqdn "cjc@mydomain.org" {
>     ...
> 
>   }
> 

Your specified sainfo stanza isn't matching (to state the bleedin'
obvious, as John Cleese would say).

Perhaps this misses the point of what you're trying to do, but is there
some reason you have to use user_fqdn identifers?

Try using:

	my_identifier address;

and change your sainfo stanza to reflect that address.

Regards,


Nick


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020622050353.A35129>