GNOME Bugzilla – Bug 541413
missing ifdefs for usage of pam_xauth_data feature from libpam
Last modified: 2008-07-14 11:04:21 UTC
There are some parts in gdm/daemon/gdm-session-worker.c which do lack #ifdef-guards to disable the use of the struct pam_xauth_data from libpam, if the installed version of libpam is < 0.99.10.0, the attached patch fixes that issue by adding the missing #ifdef-guards.
Created attachment 113934 [details] [review] patch adding missing ifdef-guards for usage of struct pam_xauth_data from libpam >= 0.99.10.0
This patch fixes build problems in current svn trunk looks good to me commit please.
You already commited this, right Mirco?
I don't have commit-rights as far as I know, Ray. What's the process to obtain the needed permissions? What requirements does one have to fulfil to successfully apply?
Hi, Read and follow http://live.gnome.org/NewAccounts In the comments field of the form say you're working on a new greeter for GDM and doing various other fixes to the codebase and that Ray Strode sent you there to get svn access.
meanwhile if the maintainer agrees i can commit to svn trunk for you.
Go ahead and commit it Luis. Small things like build fixes should need a lot of review/red tape.
Thanks Ray... commited to svn trunk. 2008-07-08 Luis Medinas <lmedinas@gnome.org> * daemon/gdm-session-worker.c (gdm_session_worker_initialize_pam): Added missing ifdefs for usage with pam_xauth_data feature from libpam. Patch from Mirco Müller <macslow@bangang.de>. Closes bgo #541413.
I applied for commit-access now and also changed my eMail-address to better reflect my affiliation.