pkgsrc/security/py-ntlm-auth/Makefile
joerg e8c910d057 Add py-ntlm-auth-1.0.5:
This library handles the low-level details of NTLM authentication for use
in authenticating with a service that uses NTLM. It will create and parse
the 3 different message types in the order required and produce a base64
encoded value that can be attached to the HTTP header.

Features:
- LM, NTLM and NTLMv2 authentication
- NTLM1 and NTLM2 extended session security
- Set the The NTLM Compatibility level when sending messages
- Channel Binding Tokens support, need to pass in the SHA256 hash of the
  certificate for it to work
- Support for MIC to enhance the integrity of the messages
- Support for session security with signing and sealing messages after
  authentication happens
2017-09-04 18:57:20 +00:00

16 lines
476 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/09/04 18:57:20 joerg Exp $
DISTNAME= ntlm-auth-1.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=n/ntlm-auth/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jborean93/ntlm-auth
COMMENT= NTLM authentication handler for python-requests
LICENSE= gnu-lgpl-v3
DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"