File: common-session

package info (click to toggle)
libpam-afs-session 2.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,684 kB
  • sloc: sh: 11,779; ansic: 7,910; perl: 270; makefile: 174
file content (13 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/pam.d/common-session -- Session-related modules common to all services
#
# This file is included from other service-specific PAM config files on
# Debian, and should contain a list of modules that define tasks to be
# performed at the start and end of sessions of *any* kind (both interactive
# and non-interactive).
#
# Manage Kerberos credentials, create an AFS PAG and get a token if
# appropriate, and then handle the regular Unix session.

session  optional  pam_krb5.so
session  optional  pam_afs_session.so
session  required  pam_unix.so