r15991 - in /desktop/unstable/gnome-keyring/debian: README.Debian changelog control
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Mon May 19 12:58:47 UTC 2008
Author: joss
Date: Mon May 19 12:58:47 2008
New Revision: 15991
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15991
Log:
README.Debian: document how passwords are stored, how to disable the
SSH agent, and how the login keyring works. Closes: #473864.
Added:
desktop/unstable/gnome-keyring/debian/README.Debian
Modified:
desktop/unstable/gnome-keyring/debian/changelog
desktop/unstable/gnome-keyring/debian/control
Added: desktop/unstable/gnome-keyring/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/README.Debian?rev=15991&op=file
==============================================================================
--- desktop/unstable/gnome-keyring/debian/README.Debian (added)
+++ desktop/unstable/gnome-keyring/debian/README.Debian Mon May 19 12:58:47 2008
@@ -1,0 +1,28 @@
+gnome-keyring for Debian
+========================
+
+ Password caching
+ ----------------
+GNOME keyring caches the passwords in memory, and when asked to, it will
+store them on disk (in .gnome2/keyrings). They are encrypted with the
+AES128 cipher, using a master password as key.
+
+ Login keyring
+ -------------
+If you use GDM, the GNOME keyring daemon is spawned directly at the time
+of authentication, and the keyring named "login" is unlocked. This
+keyring uses the authentication token as a master password.
+
+If you change your authentication password, you need to change the
+password for the login keyring as well. This can be done from
+seahorse-preferences (System->Preferences->Encryption and Keyrings). You
+can also automate this process by adding the following line to
+/etc/pam.d/common-password:
+ password optional pam_gnome_keyring.so
+
+ SSH agent
+ ---------
+The GNOME keyring includes the functionality of the SSH agent, and it
+can break some setups, especially if ssh-agent is started by hand. If
+you want to disable it, you can set the
+/apps/gnome-keyring/daemon-components/ssh GConf key to false.
Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=15991&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog (original)
+++ desktop/unstable/gnome-keyring/debian/changelog Mon May 19 12:58:47 2008
@@ -1,3 +1,10 @@
+gnome-keyring (2.22.1-2) UNRELEASED; urgency=low
+
+ * README.Debian: document how passwords are stored, how to disable the
+ SSH agent, and how the login keyring works. Closes: #473864.
+
+ -- Josselin Mouette <joss at debian.org> Mon, 19 May 2008 14:57:18 +0200
+
gnome-keyring (2.22.1-1) unstable; urgency=low
[ Michael Banck ]
Modified: desktop/unstable/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control?rev=15991&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control (original)
+++ desktop/unstable/gnome-keyring/debian/control Mon May 19 12:58:47 2008
@@ -2,7 +2,7 @@
Section: gnome
Priority: optional
Maintainer: OndÅej Surý <ondrej at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Norbert Tretkowski <nobse at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Norbert Tretkowski <nobse at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
Build-Depends: debhelper (>= 5),
gnome-pkg-tools (>= 0.10),
libgtk2.0-dev (>= 2.6.0),
More information about the pkg-gnome-commits
mailing list