EAP-GTC authentication now split into two modes: Challenge/Response and Password
This commit is contained in:
@@ -50,7 +50,7 @@ namespace eap
|
||||
/// \param[in] cfg Method configuration
|
||||
/// \param[in] cred User credentials
|
||||
///
|
||||
method_gtc(_In_ module &mod, _In_ config_method_eapgtc &cfg, _In_ credentials_identity &cred);
|
||||
method_gtc(_In_ module &mod, _In_ config_method_eapgtc &cfg, _In_ credentials &cred);
|
||||
|
||||
///
|
||||
/// Moves a GTC method
|
||||
@@ -109,7 +109,7 @@ namespace eap
|
||||
|
||||
protected:
|
||||
config_method_eapgtc &m_cfg; ///< Method configuration
|
||||
credentials_identity &m_cred; ///< Method user credentials
|
||||
credentials &m_cred; ///< Method user credentials
|
||||
winstd::sanitizing_wstring m_challenge; ///< GTC challenge
|
||||
winstd::sanitizing_wstring m_response; ///< GTC response
|
||||
};
|
||||
|
Reference in New Issue
Block a user