Portage is a package management system used by Gentoo Linux
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.02.ebuild,v 1.4 2007/10/09 07:40:36 opfer Exp $
inherit perl-module
DESCRIPTION="Apache2::AuthenNTLM - Perform Microsoft NTLM and Basic User Authentication"
HOMEPAGE="http://search.cpan.org/~speeves/Apache2-AuthenNTLM-${PV}/"
SRC_URI="mirror://cpan/authors/id/S/SP/SPEEVES/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-lang/perl
virtual/perl-MIME-Base64
>=www-apache/mod_perl-2"
# ChangeLog for dev-perl/Apache2-AuthenNTLM
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache2-AuthenNTLM/ChangeLog,v 1.4 2007/10/09 07:40:36 opfer Exp $
09 Oct 2007; Christian Faulhammer
Apache2-AuthenNTLM-0.02.ebuild:
stable x86, bug 195183
07 Jan 2007; Michael Cummings
Apache2-AuthenNTLM-0.02.ebuild:
Marking amd64 stable
10 Dec 2006; Yuval Yaari
Apache2-AuthenNTLM-0.02.ebuild:
Changed dependency on perl-core/MIME-Base64 to virtual/perl-MIME-Base64 (bug
#157678)
*Apache2-AuthenNTLM-0.02 (22 Nov 2006)
22 Nov 2006; Christian Hartmann
+Apache2-AuthenNTLM-0.02.ebuild:
New package
DIST Apache2-AuthenNTLM-0.02.tar.gz 51597 RMD160 72f7b1a604f4da6aaacaa9fcbf17022f22da1981 SHA1 20badbdbbdaf978dc149b75275b312be930ae968 SHA256 1d19544482b560e7848dc582b536fbf6b1f75ce4968ab5edf27157c16e8f4fb3
EBUILD Apache2-AuthenNTLM-0.02.ebuild 625 RMD160 91b8e1188089b35c37c5d734827244383738423b SHA1 cefe7efe4307609751912d55cf2b43ad273de3f7 SHA256 88e4b999f7cc2cc13085d9625bd8fb26d2599e0124b30321a55cd4907a3341ae
MISC ChangeLog 781 RMD160 7b80cab35361272e8a0df2e45fb1ea6309c0040c SHA1 871eeba156115911d9b3281fe2d99bce7a61dc4b SHA256 27d1a34ceca4198d22a2201b95d5e2657fea4f4549289481f0f5ab7d56cbd19c
MISC metadata.xml 696 RMD160 fcafc1eba4a299c99d133401d37ce528975bb19a SHA1 a74855de1f94731d6f13ef83895186ff4aad473d SHA256 daf55c170e8dd90fa2fde1f17e1d7b2ade5c5579b59d3817bdbc5925d5d45a03
The purpose of this module is to perform a user authentication via Microsoft's
NTLM protocol. This protocol is supported by all versions of the Internet
Explorer and is mainly useful for intranets. Depending on your preferences
setting IE will supply your windows logon credentials to the web server when the
server asks for NTLM authentication. This saves the user to type in his/her
password again.