Pass ipsec.conf xauth_identity option via stroke to charon configurations

This commit is contained in:
Martin Willi
2012-03-20 17:31:23 +01:00
parent 10a6a5acff
commit 21a4fc832e
4 changed files with 9 additions and 0 deletions
+1
View File
@@ -220,6 +220,7 @@ int starter_stroke_add_conn(starter_config_t *cfg, starter_conn_t *conn)
msg.add_conn.eap_vendor = conn->eap_vendor;
msg.add_conn.eap_identity = push_string(&msg, conn->eap_identity);
msg.add_conn.aaa_identity = push_string(&msg, conn->aaa_identity);
msg.add_conn.xauth_identity = push_string(&msg, conn->xauth_identity);
if (conn->policy & POLICY_TUNNEL)
{