commit | 793c2602e9379797c80d007ce606c96388127717 | [log] [tgz] |
---|---|---|
author | Eric Anderson <ejona@google.com> | Wed Feb 13 09:56:00 2013 -0800 |
committer | Eric Anderson <ejona@google.com> | Wed Feb 13 09:56:00 2013 -0800 |
tree | df28f7ac21f42c6c662e6b8ee0e06aa0467ae0cb | |
parent | 02c00cf3564cc950daf0c1e13f8110254ecfed84 [diff] |
Fix groups' casing Users and groups have a canonical casing that is not necessarily all lower-case. OpenID provides the canonical casing for the user, but groupId in Provisioning does not. Thus, we swap to using groupName which has the correct casing and appending the domain manually.