<div class="gmail_quote">On Mon, Dec 31, 2012 at 11:17 AM, Martin Willi <span dir="ltr"><<a href="mailto:martin@strongswan.org" target="_blank">martin@strongswan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi József,<br>
<br>
> In the updown script, how do I find out the username of the connected<br>
> client? Eg. "carol" or "dave" according to the example in the wiki.<br>
<br>
Such a variable has just been introduced, but is not part yet of any<br>
official release. You can apply [1], 5.0.2 will include the patch.<br>
PLUTO_XAUTH_ID contains the XAUTH identity in IKEv1 and the EAP identity<br>
in IKEv2.<br>
<br>
Regards<br>
Martin<br>
<br>
[1]<a href="http://git.strongswan.org/?p=strongswan.git;a=commitdiff;h=5b89e3b0" target="_blank">http://git.strongswan.org/?p=strongswan.git;a=commitdiff;h=5b89e3b0</a><br>
<br>
</blockquote></div><br>Hi Martin,<br><br>Thank you very much!<br><br>I'm using Debian, they are stuck at 4.6.4. It was easy to backport your patch, there was a minor conflict at the variable declarations, and I had to remove the COND_XAUTH_AUTHENTICATED test because it didn't compile. Anyways, it's working perfectly.<br>
<br>Regards,<br>József<br>