1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: libpam-afs-session
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.2.1
Build-Depends:
comerr-dev,
debhelper (>= 11),
libkrb5-dev,
libpam0g-dev,
libtest-pod-perl,
Rules-Requires-Root: no
Homepage: https://www.eyrie.org/~eagle/software/pam-afs-session/
Vcs-Git: https://salsa.debian.org/debian/libpam-afs-session.git -b debian/master
Vcs-Browser: https://salsa.debian.org/debian/libpam-afs-session
Package: libpam-afs-session
Architecture: linux-any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
libpam-runtime,
libpam0g,
${misc:Depends},
${shlibs:Depends},
Recommends:
libpam-krb5 | libpam-heimdal,
openafs-client,
openafs-krb5 | heimdal-clients,
Description: PAM module to set up a PAG and obtain AFS tokens
AFS is a distributed network file system. It uses in-kernel credentials
(AFS tokens) obtained from Kerberos tickets for authentication and access
control, and controls access to those credentials via PAGs (process
authentication groups). This module provides a PAM session
implementation that puts new logins in separate PAGs and optionally runs
an external program (usually aklog) to obtain tokens from Kerberos
tickets. It is designed to work with a Kerberos PAM module that obtains
the initial Kerberos tickets.
|