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

Remove domain parsing for UPN-formatted names #89

Merged
merged 1 commit into from
Dec 19, 2016

Conversation

nitzmahone
Copy link
Member

@nitzmahone nitzmahone commented Dec 17, 2016

Alternate fix for #85. Turns out domain should be null for UPN (according to https://msdn.microsoft.com/en-us/library/windows/desktop/aa378184(v=vs.85).aspx), and breaks default domain handling for alternate UPN suffixes (eg, email-address-as-domain-username).

Updated tests to match current behavior.

Turns out domain should be null for UPN (according to https://msdn.microsoft.com/en-us/library/windows/desktop/aa378184(v=vs.85).aspx), and breaks default domain handling for alternate UPN suffixes (eg, email-address-as-domain-username). 

Updated tests to match current behavior.
@Lukasa
Copy link
Member

Lukasa commented Dec 17, 2016

@slukovic Want to investigate whether this PR resolves your issue?

@slukovic
Copy link

Yes, this works for me.

@Lukasa
Copy link
Member

Lukasa commented Dec 19, 2016

Ok then, this is a simpler and more direct patch to resolve the issue, so I think we should use it. Thanks for your work @nitzmahone, @slukovic!

@Lukasa Lukasa merged commit 9708c3b into requests:master Dec 19, 2016
@nitzmahone
Copy link
Member Author

Thanks @Lukasa - back to your vacation! :)

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.

3 participants