On Wednesday 13 January 2010 14:34:45 William Keaney wrote:
> On Mon, Jan 4, 2010 at 3:14 PM, Enlightenment SVN <
> 
> [email protected]> wrote:
> > Log:
> >  Entrance 0.9.9.050 :) Again active! :) Added: Sessions list can be
> > now scrolled. Remove entrance_edit lib and app as it doesnt work
> > correctly, bash script does the same job. Added elementary
> > configuration GUI(is compiled just if you have elementary), added two
> > new themes - they come from OpenGEU and are called Sunshine and
> > Moonlight; Gettextized it; moved strings from edje file to C; added
> > support to use predefined greeting message which is translatable(but
> > still you can use your own), and some more changes. It is still
> > compatible with all old themes(but you wont get scrollability and
> > strings outside edje)
> > Author:       quaker
> > Date:         2010-01-04 12:14:29 -0800 (Mon, 04 Jan 2010)
> > New Revision: 44891
> >
> > This commit breaks Entrance's PAM authentication on Gentoo, and
> > possibly
> 
> other distros.  Following is a PAM configuration that will work on
>  Gentoo:
> 
> # /etc/pam.d/entrance
> 
> auth    include system-auth
> account include system-auth
> session include system-auth
> password include system-auth
> 
> auth            requisite       pam_nologin.so
> auth            required        pam_env.so
> auth            required        pam_env.so envfile=/etc/default/locale
> session         required        pam_limits.so


For now, I have been making do with the older /etc/pam.d/entrance file on 
gentoo. It works as long as you remove the pam_console.so line (otherwise 
pam compilation fails on a fresh emerge of pam).

In the above pam file, you refer to envfile=/etc/default/locale. No such file 
is present in both my x86 and amd64 gentoo systems. 

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to