GNOME Bugzilla – Bug 330346
gnome-keyring support for storing DAAP passwords
Last modified: 2006-07-31 13:58:11 UTC
It would be nice to have gnome-keyring support, so that we could offer to store DAAP share passwords in the user's keyring.
Right, I suppose this could be used for both the local share password and remote share passwords. http://cvs.gnome.org/viewcvs/gnome-keyring/keyring-intro.txt?view=markup
*** Bug 331776 has been marked as a duplicate of this bug. ***
Created attachment 66461 [details] [review] patch This patch replaces our custom password-dialog with GnomePasswordDialog, and adds (optional) support for gnome-keyring. Currently I'm using the "service name" as in the "host" field, because ip addresses will often vary on dhcp networks.
I haven't tried it, but: + if test "x$have_gnbome_keyring" = "xno" -a "x$with_gnome_keyring" = "xyes"; then ^^^^^^ looks a bit wrong.
Created attachment 67571 [details] [review] updated patch Minor update and fix the typo.
Created attachment 67962 [details] [review] updated patch makes the 'store for this session' option work.
committed.