testing: uses xauth_id in swanctl/xauth-rsa scenario

This commit is contained in:
Andreas Steffen
2016-05-04 18:13:52 +02:00
parent c962ae2e62
commit 87381a55a9
4 changed files with 8 additions and 6 deletions
@@ -11,6 +11,7 @@ connections {
}
local-xauth {
auth = xauth
xauth_id = carol
}
remote {
auth = pubkey
@@ -32,7 +33,7 @@ connections {
secrets {
xauth-carol {
id = carol@strongswan.org
id = carol
secret = "4iChxLT3"
}
}
@@ -11,6 +11,7 @@ connections {
}
local-xauth {
auth = xauth
xauth_id = dave
}
remote {
auth = pubkey
@@ -32,7 +33,7 @@ connections {
secrets {
xauth-dave {
id = dave@strongswan.org
id = dave
secret = "ryftzG4A"
}
}
@@ -30,11 +30,11 @@ connections {
secrets {
xauth-carol {
id = carol@strongswan.org
id = carol
secret = "4iChxLT3"
}
xauth-dave {
id = dave@strongswan.org
id = dave
secret = "ryftzG4A"
}
}