Aligned AR Identity types to IF-IMV 1.4 R5 draft
This commit is contained in:
@@ -74,7 +74,7 @@ METHOD(eap_method_t, initiate, status_t,
|
||||
case EAP_TLS:
|
||||
case EAP_TTLS:
|
||||
case EAP_PEAP:
|
||||
auth_type = TNC_AUTH_CERT;
|
||||
auth_type = TNC_AUTH_X509_CERT;
|
||||
break;
|
||||
case EAP_MD5:
|
||||
case EAP_MSCHAPV2:
|
||||
|
||||
@@ -744,11 +744,11 @@ METHOD(tnccs_manager_t, get_attribute, TNC_Result,
|
||||
subject_type = TNC_SUBJECT_USER;
|
||||
break;
|
||||
case ID_RFC822_ADDR:
|
||||
id_type = TNC_ID_RFC822_ADDR;
|
||||
id_type = TNC_ID_EMAIL_ADDR;
|
||||
subject_type = TNC_SUBJECT_USER;
|
||||
break;
|
||||
case ID_DER_ASN1_DN:
|
||||
id_type = TNC_ID_ASN1_DN;
|
||||
id_type = TNC_ID_X500_DN;
|
||||
subject_type = TNC_SUBJECT_USER;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user