Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for UPN #32

Merged
merged 5 commits into from
Jun 21, 2022
Merged

Support for UPN #32

merged 5 commits into from
Jun 21, 2022

Conversation

tirupatibg
Copy link
Contributor

@tirupatibg tirupatibg commented Jun 13, 2022

Support for UPN

  1. If the user name contains upn (user@domain.com) or SAM (domain\sam), NOT prepending the domain name or netbios name while sending the response to challenge. (TYPE 3 token).

  2. If the username doesn't fall under category either UPN or SAM, prepending the domain name coming from (type 2 token) in the username while sending the response to server challenge.

  3. upn (user@domain.com) -- \user@domain.com

  4. SAM (domain\user) -- domain\user

  5. username (user) -- DOMAIN\user.

@ghost
Copy link

ghost commented Jun 13, 2022

CLA assistant check
All CLA requirements met.

@tirupatibg
Copy link
Contributor Author

Hi @paulmey @Catbuttes if you get a chance, could you guys please review this PR?

@paulmey
Copy link
Member

paulmey commented Jun 21, 2022

LGTM

@paulmey paulmey merged commit cb9428e into Azure:master Jun 21, 2022
codebien added a commit to grafana/k6 that referenced this pull request Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants