anpassung des kde modules für PAM - vorherige version gibt einen fatal error

beim login versuch



git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5310 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-02-02 13:50:57 +00:00
parent 2404037262
commit eae9a60237

View File

@ -153,11 +153,11 @@ postmk() {
mkdir -p $TMPROOT/etc/pam.d
cat >> $TMPROOT/etc/pam.d/kde <<"EOF"
#%PAM-1.0
auth required pam_unix_passwd.so shadow nullok
auth required pam_nologin.so
auth include system-auth
account include system-auth
password include system-auth
session include system-auth
account required pam_unix_acct.so
password include pam_unix_passwd.so shadow nullok authtok
session include pam_unix_session.so
EOF
GetSVN Viitor_kde $TMPROOT
}