r13558 - in /desktop/unstable/gnome-keyring/debian: changelog control control.in libpam-gnome-keyring.README.Debian

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Nov 25 10:52:32 UTC 2007


Author: joss
Date: Sun Nov 25 10:52:32 2007
New Revision: 13558

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13558
Log:
* libpam-gnome-keyring.README.Debian: document how to configure
  pam_gnome_keyring in Debian. Closes: #452731.
* gnome-keyring recommends libpam-gnome-keyring.

Added:
    desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.README.Debian
Modified:
    desktop/unstable/gnome-keyring/debian/changelog
    desktop/unstable/gnome-keyring/debian/control
    desktop/unstable/gnome-keyring/debian/control.in

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=13558&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog (original)
+++ desktop/unstable/gnome-keyring/debian/changelog Sun Nov 25 10:52:32 2007
@@ -1,3 +1,11 @@
+gnome-keyring (2.20.1-3) UNRELEASED; urgency=low
+
+  * libpam-gnome-keyring.README.Debian: document how to configure
+    pam_gnome_keyring in Debian. Closes: #452731.
+  * gnome-keyring recommends libpam-gnome-keyring.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 25 Nov 2007 11:50:02 +0100
+
 gnome-keyring (2.20.1-2) unstable; urgency=low
 
   * debian/control.in:

Modified: desktop/unstable/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control?rev=13558&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control (original)
+++ desktop/unstable/gnome-keyring/debian/control Sun Nov 25 10:52:32 2007
@@ -10,6 +10,7 @@
 Section: gnome
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: libpam-gnome-keyring
 Description: GNOME keyring services (daemon and tools)
  gnome-keyring is a daemon in the session, similar to ssh-agent,
  and other applications can use it to store passwords and other

Modified: desktop/unstable/gnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control.in?rev=13558&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control.in (original)
+++ desktop/unstable/gnome-keyring/debian/control.in Sun Nov 25 10:52:32 2007
@@ -10,6 +10,7 @@
 Section: gnome
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: libpam-gnome-keyring
 Description: GNOME keyring services (daemon and tools)
  gnome-keyring is a daemon in the session, similar to ssh-agent,
  and other applications can use it to store passwords and other

Added: desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.README.Debian
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.README.Debian?rev=13558&op=file
==============================================================================
--- desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.README.Debian (added)
+++ desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.README.Debian Sun Nov 25 10:52:32 2007
@@ -1,0 +1,19 @@
+pam_gnome_keyring for Debian
+----------------------------
+
+The default PAM configuration for GDM and gnome-screensaver already 
+uses pam_gnome_keyring.
+
+If you want the default password to be correctly changed together with 
+the login password, you need to add the following line to 
+/etc/pam.d/common-password:
+    password        optional        pam_gnome_keyring.so
+
+
+If you want to start gnome_keyring from another display manager, you 
+need to add the following lines to the corresponding /etc/pam.d/?dm 
+file:
+    auth    optional        pam_gnome_keyring.so
+    session optional        pam_gnome_keyring.so  auto_start
+
+ -- Josselin Mouette <joss at debian.org>, Sun, 25 Nov 2007 11:53:10 +0100




More information about the pkg-gnome-commits mailing list