GNOME Bugzilla – Bug 526045
Kerberos support
Last modified: 2019-02-22 11:46:08 UTC
It would be nice if gnome-keyring had support for obtaining Kerberos tickets. It could talk to the local credentials cache to obtain existing tickets or request tickets from the KDC, prompting the user for a password or obtaining other required secrets.
*** Bug 357796 has been marked as a duplicate of this bug. ***
The krb5-auth-dialog dialog meets this need nicely. Is it okay if I close this bug?
Redesign: gnome-keyring isnt suppose to do any "talking" to the KDC by itself. The following code add support for an interface with a single method that accepts an encryption type + salt and return the hashed key.
Being worked on in bug #659680. *** This bug has been marked as a duplicate of bug 659680 ***