Use a second authentication config to configure XAUTH authentication

This commit is contained in:
Martin Willi
2012-03-20 17:31:15 +01:00
parent 69adeb5bf2
commit 96c9159d96
3 changed files with 108 additions and 45 deletions
+2 -4
View File
@@ -42,10 +42,8 @@ enum auth_class_t {
AUTH_CLASS_PSK = 2,
/** authentication using EAP */
AUTH_CLASS_EAP = 3,
/** authentication using pre-shared secrets in combination with XAuth */
AUTH_CLASS_XAUTH_PSK = 4,
/** authentication using public keys in combination with XAuth */
AUTH_CLASS_XAUTH_PUBKEY = 5,
/** authentication using IKEv1 XAUTH */
AUTH_CLASS_XAUTH = 4,
};
/**