From 44bb1dc3da9683df5ba27bf7b56ff6c557307c81 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 24 Jul 2013 13:35:46 +0200 Subject: charon-cmd: add --eap-identity and --xauth-username options --- src/charon-cmd/cmd/cmd_options.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/charon-cmd/cmd/cmd_options.c') diff --git a/src/charon-cmd/cmd/cmd_options.c b/src/charon-cmd/cmd/cmd_options.c index 175aa4269..597ccda1f 100644 --- a/src/charon-cmd/cmd/cmd_options.c +++ b/src/charon-cmd/cmd/cmd_options.c @@ -34,6 +34,10 @@ cmd_option_t cmd_options[CMD_OPT_COUNT] = { "DNS name or address to connect to", {}}, { CMD_OPT_IDENTITY, "identity", required_argument, "identity", "identity the client uses for the IKE exchange", {}}, + { CMD_OPT_EAP_IDENTITY, "eap-identity", required_argument, "eap-identity", + "identity the client uses for EAP authentication", {}}, + { CMD_OPT_XAUTH_USER, "xauth-username", required_argument, "xauth-username", + "username the client uses for XAuth authentication", {}}, { CMD_OPT_REMOTE_IDENTITY, "remote-identity", required_argument, "identity", "server identity to expect, defaults to host", {}}, { CMD_OPT_CERT, "cert", required_argument, "path", -- cgit v1.2.3