Date: Mon, 3 May 2010 07:32:24 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libpam/modules/pam_krb5 pam_krb5.8 pam_krb5.c Message-ID: <201005030732.o437WZSg063346@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mm 2010-05-03 07:32:24 UTC
FreeBSD src repository
Modified files:
lib/libpam/modules/pam_krb5 pam_krb5.8 pam_krb5.c
Log:
SVN rev 207553 on 2010-05-03 07:32:24Z by mm
Implement the no_user_check option to pam_krb5.
This option is available in the Linux implementation of pam_krb5
and allows to authorize a user not known to the local system.
Ccache is not used as we don't have a secure uid/gid for the cache file.
Usable for authentication of external kerberos users (e.g Active Directory)
via PAM from applications like Cyrus saslauthd, PHP or perl.
PR: bin/146186
Submitted by: myself
Approved by: deplhij (mentor)
MFC after: 2 weeks
Revision Changes Path
1.7 +4 -0 src/lib/libpam/modules/pam_krb5/pam_krb5.8
1.25 +8 -1 src/lib/libpam/modules/pam_krb5/pam_krb5.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005030732.o437WZSg063346>
