git: c97352eec0dd - Create tag vendor/pam-krb5/4.11

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Wed, 28 May 2025 20:53:30 UTC
The annotated tag vendor/pam-krb5/4.11 has been created by cy:

URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/pam-krb5/4.11

tag vendor/pam-krb5/4.11
Tagger:     Cy Schubert <cy@FreeBSD.org>
TaggerDate: 2025-05-28 20:51:05 +0000

pam-krb5: Tag 4.11

commit 24f0b4ca2d565cdbb4fe7839ff28320706bf2386
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-04-17 02:13:41 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-05-27 16:20:06 +0000

    pam-krb5: Import/add pam-krb5 from eyeire.org
    
    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