diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-08-12 12:28:51 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-12 23:09:23 +0200 |
commit | 3cf083349c96eea98bf91a0cf9e362ed5b342aa3 (patch) | |
tree | 5bdb8b639d950aff2887f60a286c9cc2f18a26ae /recipes/gnome/gdm-2.26.1/gdm-pam | |
parent | 99fe4c90c40584d0d394b497243d789724b1d95a (diff) |
gdm: add 2.6.21
Diffstat (limited to 'recipes/gnome/gdm-2.26.1/gdm-pam')
-rw-r--r-- | recipes/gnome/gdm-2.26.1/gdm-pam | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gnome/gdm-2.26.1/gdm-pam b/recipes/gnome/gdm-2.26.1/gdm-pam new file mode 100644 index 0000000000..f9fafed9d6 --- /dev/null +++ b/recipes/gnome/gdm-2.26.1/gdm-pam @@ -0,0 +1,11 @@ +# +# default; standard UN*X access +# +auth required pam_unix.so +account required pam_unix.so +password required pam_unix.so +session required pam_unix.so + +auth optional pam_gnome_keyring.so +session optional pam_gnome_keyring.so auto_start + |