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

Commits on Dec 17, 2016

  1. Remove domain parsing for UPN-formatted names

    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.
    nitzmahone committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    c5e45fc View commit details
    Browse the repository at this point in the history