testing: uses xauth_id in swanctl/xauth-rsa scenario
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user