]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement the no_user_check option to pam_krb5.
authorMartin Matuska <mm@FreeBSD.org>
Mon, 3 May 2010 07:32:24 +0000 (07:32 +0000)
committerMartin Matuska <mm@FreeBSD.org>
Mon, 3 May 2010 07:32:24 +0000 (07:32 +0000)
commit551e75c7af421b58b9ba54d639af1e5f7a79ca23
tree3cebb0dcb6d2856081272025e48261c51f0f5b2c
parent746c2ddee82e7839310c53a5601f8b1567026b1b
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
lib/libpam/modules/pam_krb5/pam_krb5.8
lib/libpam/modules/pam_krb5/pam_krb5.c