diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:20:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:20:07 -0600 |
commit | 96dbf4dcb1e04571363422a97649fc929b35beb8 (patch) | |
tree | ad8c3a9d2d4c1e9919a30ec7663e3f0b64e7d8f9 /ubuntu/maverick_automake/kdebase/debian/tdm-kde3.pam | |
parent | 80e4199df2ac852cfb22848698cabe9ba28e5a67 (diff) | |
download | tde-packaging-96dbf4dcb1e04571363422a97649fc929b35beb8.tar.gz tde-packaging-96dbf4dcb1e04571363422a97649fc929b35beb8.zip |
Second part of prior commit
Diffstat (limited to 'ubuntu/maverick_automake/kdebase/debian/tdm-kde3.pam')
-rw-r--r-- | ubuntu/maverick_automake/kdebase/debian/tdm-kde3.pam | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ubuntu/maverick_automake/kdebase/debian/tdm-kde3.pam b/ubuntu/maverick_automake/kdebase/debian/tdm-kde3.pam new file mode 100644 index 000000000..6fc929be0 --- /dev/null +++ b/ubuntu/maverick_automake/kdebase/debian/tdm-kde3.pam @@ -0,0 +1,11 @@ +# +# /etc/pam.d/tdm-kde3 - specify the PAM behaviour of tdm +# +auth required pam_nologin.so +auth required pam_env.so readenv=1 +auth required pam_env.so readenv=1 envfile=/etc/default/locale +@include common-auth +session required pam_limits.so +@include common-account +@include common-password +@include common-session |