I am guessing there is something not being set in the /etc/pam.d/entrance file 
which was installed with entrance.  I am getting a wrong credentials error, 
when both my username and passwd are entered correctly.

This is the file installed by entrance:

$ cat /etc/pam.d/entrance
#%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


In contrast the sddm pam file looks like this:

$ cat /etc/pam.d/sddm
#%PAM-1.0

auth            include         system-login
account         include         system-login
password        include         system-login
session         include         system-login
-auth           optional        pam_kwallet.so kdehome=.kde4
-auth           optional        pam_kwallet5.so
-session        optional        pam_kwallet.so
-session        optional        pam_kwallet5.so auto_start


The sddm pam file works fine, but I do not want to start hacking the entrance 
pam file without understainding what all these pam_foo.so directives do.  What 
do you suggest I need to change in it to make pam like my user/passwd?  

PS.  I do not use Gnome on this box.
-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to