entrance: update README and update pam file

This commit is contained in:
Michael Bouchaud 2013-09-04 21:33:16 +02:00
parent d9b1f4e04b
commit e77091d259
3 changed files with 11 additions and 15 deletions

10
README
View File

@ -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

View File

@ -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

4
data/entrance.other Normal file
View File

@ -0,0 +1,4 @@
auth include system-auth
account include system-auth
password include system-auth
session include system-auth