After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 710116 - kerberos: make sure first KEYRING type credential is automatically selected
kerberos: make sure first KEYRING type credential is automatically selected
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: Kerberos
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-10-14 15:50 UTC by Ray Strode [halfline]
Modified: 2013-10-15 12:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
kerberos: make sure first KEYRING type credential is automatically selected (4.06 KB, patch)
2013-10-14 15:50 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2013-10-14 15:50:23 UTC
Right now, we ensure the first DIR type signed in kerberos identity gets
selected automatically.  We should do the same for KEYRING types as
well.

To better future proof the code, assume future keyring types will
support multiple identities going forward.
Comment 1 Ray Strode [halfline] 2013-10-14 15:50:25 UTC
Created attachment 257272 [details] [review]
kerberos: make sure first KEYRING type credential is automatically selected
Comment 2 Debarshi Ray 2013-10-15 12:03:42 UTC
Review of attachment 257272 [details] [review]:

Looks fine to me, and works as expected after some testing.