entrance: update README and update pam file

devs/bu5hm4n/develop
Michael Bouchaud 10 years ago
parent d9b1f4e04b
commit e77091d259
  1. 10
      README
  2. 12
      data/entrance.debian
  3. 4
      data/entrance.other

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

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

@ -0,0 +1,4 @@
auth include system-auth
account include system-auth
password include system-auth
session include system-auth
Loading…
Cancel
Save