diff options
author | pettai <pettai@pkgsrc.org> | 2011-11-30 23:20:19 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-11-30 23:20:19 +0000 |
commit | 38e7667f9594a2f9ba3f5ca28651068e827b4e30 (patch) | |
tree | 5c0a1c339f6e5198f75a2bc1e50a01542637027b /security | |
parent | 0bcbd3c984e702bb19999bfe3784eaf409370dd9 (diff) | |
download | pkgsrc-38e7667f9594a2f9ba3f5ca28651068e827b4e30.tar.gz |
pam-krb5 is a Kerberos v5 PAM module for either MIT Kerberos or Heimdal.
It supports ticket refreshing by screen savers, configurable
authorization handling, authentication of non-local accounts for network
services, password changing, and password expiration, as well as all the
standard expected PAM features.
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-krb5/DESCR | 5 | ||||
-rw-r--r-- | security/pam-krb5/Makefile | 23 | ||||
-rw-r--r-- | security/pam-krb5/PLIST | 3 | ||||
-rw-r--r-- | security/pam-krb5/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/security/pam-krb5/DESCR b/security/pam-krb5/DESCR new file mode 100644 index 00000000000..7774331a7d6 --- /dev/null +++ b/security/pam-krb5/DESCR @@ -0,0 +1,5 @@ +pam-krb5 is a Kerberos v5 PAM module for either MIT Kerberos or Heimdal. +It supports ticket refreshing by screen savers, configurable +authorization handling, authentication of non-local accounts for network +services, password changing, and password expiration, as well as all the +standard expected PAM features. diff --git a/security/pam-krb5/Makefile b/security/pam-krb5/Makefile new file mode 100644 index 00000000000..6231d0ec6c2 --- /dev/null +++ b/security/pam-krb5/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/11/30 23:20:19 pettai Exp $ +# + +DISTNAME= pam-krb5-4.4 +CATEGORIES= security +MASTER_SITES= http://archives.eyrie.org/software/kerberos/ + +MAINTAINER= pettai@NetBSD.org +HOMEPAGE= http://www.eyrie.org/~eagle/software/pam-krb5/ +COMMENT= TODO: Short description of the package +LICENSE= original-bsd AND gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LIBTOOL= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-krb5-include=/usr/include/krb5 + +CPPFLAGS.NetBSD+= -DNO_STATIC_MODULES + +.include "../../mk/krb5.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/pam-krb5/PLIST b/security/pam-krb5/PLIST new file mode 100644 index 00000000000..68f70eba722 --- /dev/null +++ b/security/pam-krb5/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/11/30 23:20:19 pettai Exp $ +lib/security/pam_krb5.la +man/man5/pam_krb5.5 diff --git a/security/pam-krb5/distinfo b/security/pam-krb5/distinfo new file mode 100644 index 00000000000..d8f39caec84 --- /dev/null +++ b/security/pam-krb5/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/11/30 23:20:19 pettai Exp $ + +SHA1 (pam-krb5-4.4.tar.gz) = 117ed0fd42cceac93d1d7a6801006bb13c098113 +RMD160 (pam-krb5-4.4.tar.gz) = 071ddf4d1e3c05da14702364f2300fbfd9f65d87 +Size (pam-krb5-4.4.tar.gz) = 394426 bytes |