Bug 125983 - [PATCH] x11/gdm: GnomeKeyring integration
Summary: [PATCH] x11/gdm: GnomeKeyring integration
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-26 16:20 UTC by mwisnicki+freebsd
Modified: 2008-07-27 21:24 UTC (History)
1 user (show)

See Also:


Attachments
gdm-2.20.7_1.patch (3.96 KB, patch)
2008-07-26 16:20 UTC, mwisnicki+freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mwisnicki+freebsd 2008-07-26 16:20:00 UTC
- Optional (enabled by default) GnomeKeyring integration via PAM.
- Remove some ancient pam checks

There is already pam configuration for gdm service in base system. Because PAM
first looks in /etc/pam.d, I need to remove /etc/pam.d/gdm, in order to provide
my own customized configuration with port.
To make it somewhat persistent (ie. survive base system update), I've decided to
remove it from gdm startup script.

This patch assumes that ports/125967 is commited.
I will also submit similar patch for x11/xscreensaver-gnome.

Added file(s):
- files/gdm.pam.in

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-26 16:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-27 21:19:07 UTC
marcus      2008-07-27 20:18:54 UTC

  FreeBSD ports repository

  Modified files:
    x11/gdm              Makefile pkg-plist 
    x11/gdm/files        gdm.in 
  Added files:
    x11/gdm/files        gdm.pam.in 
  Log:
  * Add support for integrating GDM with GnomeKeyring and PAM
  * Remove some ancient PAM checks
  
  PR:             125983
  Submitted by:   Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
  
  Revision  Changes    Path
  1.106     +9 -4      ports/x11/gdm/Makefile
  1.9       +8 -1      ports/x11/gdm/files/gdm.in
  1.1       +21 -0     ports/x11/gdm/files/gdm.pam.in (new)
  1.41      +1 -1      ports/x11/gdm/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2008-07-27 21:24:09 UTC
State Changed
From-To: open->closed

Committed, thanks!