Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Unable to connect with username@fqdn syntax #4

Open
gojimmypi opened this issue Jun 6, 2020 · 0 comments
Open

Unable to connect with username@fqdn syntax #4

gojimmypi opened this issue Jun 6, 2020 · 0 comments

Comments

@gojimmypi
Copy link
Contributor

Heads up that I was unable to connect to our enterprise Wi-Fi using the format [email protected]; what worked for me instead was the domain\\username format (AD-authenticated) like this:

static const char* SECRET_EAP_ID = "my-Enterprise-ID"                      // EAP_ID (typically the same as EAP_USERNAME, e.g. domain\\my-Enterprise-UserName) 
static const char* SECRET_EAP_USERNAME = "domain\\my-Enterprise-UserName"; // Username for authentification (typically the same as EAP_ID); consider trying also [email protected]
static const char* SECRET_EAP_PASSWORD = "my-Enterprise-Password";         // Password for authentication
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant