Hi Emeric,

> I guess the following configuration:
> 
> ...
> rightid=%[email protected]
> ...
> 
> in ipsec.conf is parsed as an email address equal to "%[email protected]" and not 
> as "[email protected]" + no IDr sending ?
> 
> 
> Am I correct?

No.  The % character is parsed by the stroke plugin before the identity
is created.  So the actual identity is [email protected] and no IDr is sent.
If you have an email address that starts with % you could use the
following to parse it literally:

  rightid=email:%[email protected]

or

  rightid=@@%[email protected]

Regards,
Tobias

_______________________________________________
Users mailing list
[email protected]
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to