# Include this file in every /etc/pam.d/SERVICE you use for login:
# [...]
# @include common-auth
# @include common-session
# [...]
# # added for libpam-keyring
# @include common-pamkeyring
#
# Make sure that the common-auth and common-session includes are
# above the common-pamkeyring include (just as in the example above).

# make sure that there is no PAM module loaded with a "sufficient"
# priority before these entries, else the pam_keyring module is not
# executed

# for more informations and limitations see
# /usr/share/doc/libpam-keyring/README.Debian.gz
#
# This file is stolen from libpam-mount package.

auth     optional    pam_keyring.so try_first_pass
session  optional    pam_keyring.so
