Viewing File: /opt/alt/python38/lib/python3.8/site-packages/urllib3/contrib/__pycache__/ntlmpool.cpython-38.pyc
U
ØÕ`º ã @ sp d Z ddlmZ ddlZddlmZ ddlmZ ddlmZ ddl m
Z
e d e¡ ee
ƒZG d
d„ deƒZdS )z
NTLM authenticating pool, contributed by erikcederstran
Issue #10, see: http://code.google.com/p/urllib3/issues/detail?id=10
é )Úabsolute_importN)Ú getLogger)Úntlmé )ÚHTTPSConnectionPool)ÚHTTPSConnectiona# The 'urllib3.contrib.ntlmpool' module is deprecated and will be removed in urllib3 v2.0 release, urllib3 is not able to support it properly due to reasons listed in issue: https://github.com/urllib3/urllib3/issues/2282. If you are a user of this module please comment in the mentioned issue.c s: e Zd ZdZdZ‡ fdd„Zdd„ Zd‡ fd
d„ Z‡ ZS )
ÚNTLMConnectionPoolzQ
Implements an NTLM authentication version of an urllib3 connection pool
Zhttpsc sL t t| ƒj||Ž || _|| _| dd¡}|d ¡ | _|d | _|| _ dS )zÅ
authurl is a random URL on the server that is protected by NTLM.
user is the Windows user, probably in the DOMAIN\username format.
pw is the password for the user.
ú\é r N)
Úsuperr Ú__init__ÚauthurlÚrawuserÚsplitÚupperÚdomainÚuserÚpw)Úselfr r r
ÚargsÚkwargsZ
user_parts©Ú __class__© úI/opt/alt/python38/lib/python3.8/site-packages/urllib3/contrib/ntlmpool.pyr "