yoz pushed a commit to branch master.

commit e77091d259f1c6a61b8fd820ec8e8012df6afca4
Author: Michael Bouchaud <[email protected]>
Date:   Wed Sep 4 21:33:16 2013 +0200

    entrance: update README and update pam file
---
 README               | 10 +++++++---
 data/entrance.debian | 12 ------------
 data/entrance.other  |  4 ++++
 3 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/README b/README
index 56908e3..65b924e 100644
--- a/README
+++ b/README
@@ -4,7 +4,10 @@ User can choose the WM to open
 Admin can make a script who are called to open session (/etc/X11/xinit/xinitrc)
 Everything can be configured in entrance.conf
 
-You could put an customized icon for your user in 
/var/cache/entrance/users/(username).edj with groupname "entrance/user/icon"
+You could put an customized icon for your user in
+ /var/cache/entrance/users/(username).edj with groupname "entrance/user/icon"
+BIG THX to http://tux.crystalxp.net for tux g1 ! Specificaly to all authors of
+each tux present in this build.
 
 to enable grub2 reboot feature use --enable-grub2 on configure. But you need to
 add this line 'GRUB_DEFAULT=saved' to /etc/default/grub
@@ -14,6 +17,7 @@ build and install:
 make
 make install
 
-on debian (ubuntu) you need to overide the pam file.
-cp data/entrance.debian /etc/pam.d/entrance
+On some systems (not debian like), you need to overide the pam file. Please try
+cp data/entrance.other /etc/pam.d/entrance
+or copy one of slim, gdm, kdm ... pam file to /etc/pam.d/entrance
 
diff --git a/data/entrance.debian b/data/entrance.debian
deleted file mode 100644
index a9fdae8..0000000
--- a/data/entrance.debian
+++ /dev/null
@@ -1,12 +0,0 @@
-#%PAM-1.0
-auth    requisite       pam_nologin.so
-auth    required        pam_env.so readenv=1
-auth    required        pam_env.so readenv=1 envfile=/etc/default/locale
-@include common-auth
-auth    optional        pam_gnome_keyring.so
-@include common-account
-session required        pam_limits.so
-@include common-session
-session optional        pam_gnome_keyring.so auto_start
-@include common-password
-
diff --git a/data/entrance.other b/data/entrance.other
new file mode 100644
index 0000000..872c83d
--- /dev/null
+++ b/data/entrance.other
@@ -0,0 +1,4 @@
+auth   include         system-auth
+account        include         system-auth
+password       include         system-auth
+session        include         system-auth

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk

Reply via email to