slackbuilds/libraries/python-ntlm
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
DOCUMENTATION
README
python-ntlm.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
python-ntlm.info
slack-desc

README

Python library that provides NTLM support, including an authentication
handler for urllib2. Works with pass-the-hash in additon to password
authentication.

This library is useful for passing hashes to servers requiring ntlm
authentication in instances where using windows tools is not desirable.

It allows Python clients running on any operating system to provide NTLM
authentication to a supporting Windows server.

Usage and Examples located in /usr/doc/python-ntlm-$VERSION/README.md.