summaryrefslogtreecommitdiffstats
path: root/libraries/python-ntlm/README
diff options
context:
space:
mode:
author Brenton Earl <brent@exitstatusone.com>2015-11-18 23:25:28 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-18 23:25:28 +0700
commite1e61f6fffc725fdfeedfe6293fce26862279f1b (patch)
tree8fe1cb1d0dd2afbe2c105478e868839db5ba7116 /libraries/python-ntlm/README
parent119ea43024bfe56a3a97a11d5f3d700caa3e2f36 (diff)
downloadslackbuilds-e1e61f6fffc725fdfeedfe6293fce26862279f1b.tar.gz
slackbuilds-e1e61f6fffc725fdfeedfe6293fce26862279f1b.tar.xz
libraries/python-ntlm: Added (Python NTLM Support).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python-ntlm/README')
-rw-r--r--libraries/python-ntlm/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/python-ntlm/README b/libraries/python-ntlm/README
new file mode 100644
index 0000000000..470765e9c1
--- /dev/null
+++ b/libraries/python-ntlm/README
@@ -0,0 +1,11 @@
+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.