Allowing switching the release channel for users on secondary domains |
|||||||||
Issue descriptionCurrently, only users with _exactly_ the same domain as the enrollment domain are allowed to switch the release channel on the enrolled devices. The corresponding pieces of code just perform the exact string comparison of the user's e-mail domain and the enrollment domain: see [1], [2]. This makes it impossible to switch the release channels when the secondary domains are used: e.g. the enrollment domain is example.org, and the user's domain is foo.example.org. This should be probably relaxed to allow users belonging to secondary domains to switch the channel too. It seems that this could be achieved by checking against the user_manager::User::IsAffiliated method instead of doing e-mail parsing and domain comparison. [1] https://cs.chromium.org/chromium/src/chrome/browser/ui/webui/settings/about_handler.cc?l=115 [2] https://cs.chromium.org/chromium/src/chrome/browser/ui/webui/help/help_handler.cc?l=117
,
Feb 14 2017
Reassigning to Matt to roll this into his "support migrating primary -> secondary domains" list of task items. Absolutely agreed that we should restrict to affiliated users rather than checking domain names.
,
Mar 2 2017
,
Mar 2 2017
Issue 665973 has been merged into this issue.
,
Mar 8 2018
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Mar 8 2018
Unlikely to fix in the next year. Closing as Won'tFix.
,
Mar 9 2018
Keeping this since it's a nice noogler bug.
,
Mar 9 2018
,
Nov 30
|
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by emaxx@chromium.org
, Dec 15 2016Owner: atwilson@chromium.org