From f1e214a7e1106cf44495ee0336b8c2172134c86e Mon Sep 17 00:00:00 2001 From: pettai Date: Wed, 30 Nov 2011 23:20:19 +0000 Subject: 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. --- security/pam-krb5/DESCR | 5 +++++ security/pam-krb5/Makefile | 23 +++++++++++++++++++++++ security/pam-krb5/PLIST | 3 +++ security/pam-krb5/distinfo | 5 +++++ 4 files changed, 36 insertions(+) create mode 100644 security/pam-krb5/DESCR create mode 100644 security/pam-krb5/Makefile create mode 100644 security/pam-krb5/PLIST create mode 100644 security/pam-krb5/distinfo (limited to 'security/pam-krb5') 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 -- cgit v1.2.3