Re: [E-devel] E SVN: quaker IN trunk: . entrance entrance/config entrance/config/init.d entrance/config/pam.d entrance/data entrance/data/config entrance/data/fonts entrance/data/images entrance/data/

2010-01-14 Thread Quaker
 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.

Hi. Thanks for report. I'll fix it.
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: quaker IN trunk: . entrance entrance/config entrance/config/init.d entrance/config/pam.d entrance/data entrance/data/config entrance/data/fonts entrance/data/images entrance/data/

2010-01-13 Thread William Keaney
On Mon, Jan 4, 2010 at 3:14 PM, Enlightenment SVN 
no-re...@enlightenment.org 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

authinclude system-auth
account include system-auth
session include system-auth
password include system-auth

authrequisite   pam_nologin.so
authrequiredpam_env.so
authrequiredpam_env.so envfile=/etc/default/locale
session requiredpam_limits.so
--
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: quaker IN trunk: . entrance entrance/config entrance/config/init.d entrance/config/pam.d entrance/data entrance/data/config entrance/data/fonts entrance/data/images entrance/data/

2010-01-13 Thread P Purkayastha
On Wednesday 13 January 2010 14:34:45 William Keaney wrote:
 On Mon, Jan 4, 2010 at 3:14 PM, Enlightenment SVN 
 
 no-re...@enlightenment.org 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
 
 authinclude system-auth
 account include system-auth
 session include system-auth
 password include system-auth
 
 authrequisite   pam_nologin.so
 authrequiredpam_env.so
 authrequiredpam_env.so envfile=/etc/default/locale
 session requiredpam_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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel