slackbuilds/libraries/python-ntlm
Brenton Earl e1e61f6fff libraries/python-ntlm: Added (Python NTLM Support).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-11-18 23:25:28 +07:00
..
DOCUMENTATION libraries/python-ntlm: Added (Python NTLM Support). 2015-11-18 23:25:28 +07:00
README libraries/python-ntlm: Added (Python NTLM Support). 2015-11-18 23:25:28 +07:00
python-ntlm.SlackBuild libraries/python-ntlm: Added (Python NTLM Support). 2015-11-18 23:25:28 +07:00
python-ntlm.info libraries/python-ntlm: Added (Python NTLM Support). 2015-11-18 23:25:28 +07:00
slack-desc libraries/python-ntlm: Added (Python NTLM Support). 2015-11-18 23:25:28 +07:00

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.