mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
From https://www.eyrie.org/~eagle/software/pam-krb5/: pam-krb5 provides a Kerberos PAM module that supports authentication, user ticket cache handling, simple authorization (via .k5login or checking Kerberos principals against local usernames), and password changing. It can be configured through either options in the PAM configuration itself or through entries in the system krb5.conf file, and it tries to work around PAM implementation flaws in commonly-used PAM-enabled applications such as OpenSSH and xdm. It supports both PKINIT and FAST to the extent that the underlying Kerberos libraries support these features. The reason for this import is to provide an MIT KRB5 compatible pam_krb5 PAM module. The existing pam_krb5 in FreeBS only works with Heimdal. Sponsored by: The FreeBSD Foundation |
||
|---|---|---|
| .. | ||
| account.c | ||
| alt-auth.c | ||
| auth.c | ||
| cache.c | ||
| context.c | ||
| fast.c | ||
| internal.h | ||
| options.c | ||
| pam_krb5.map | ||
| pam_krb5.sym | ||
| password.c | ||
| prompting.c | ||
| public.c | ||
| setcred.c | ||
| support.c | ||