summaryrefslogtreecommitdiff
path: root/www/py-requests_ntlm/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/py-requests_ntlm/pkg-descr8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-requests_ntlm/pkg-descr b/www/py-requests_ntlm/pkg-descr
index d1ba31cdc73b..cde4fb974d8d 100644
--- a/www/py-requests_ntlm/pkg-descr
+++ b/www/py-requests_ntlm/pkg-descr
@@ -1,4 +1,4 @@
-This package allows for HTTP NTLM authentication using the requests library.
-
-NTLM is a suite of authentication and session security protocols used in
-various Microsoft network protocol implementations.
+The requests-ntlm library adds support for NTLM authentication to the popular
+requests HTTP library for Python. This enables applications to seamlessly
+authenticate with web services that require Microsoft's NTLM protocol, which
+is common in corporate environments.