-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
What steps will reproduce the problem?
1. Attempt to login with 'user@domain.com' (required for hosted exchange)
2. Initiate connection
Received Traceback:
File "/home/red15/code/pyex/local/lib/python2.7/site-packages/ntlm/HTTPNtlmAuthHandler.py", line 72, in retry_using_http_NTLM_auth
UserName = user_parts[1]
IndexError: list index out of range
What version of the product are you using? On what operating system?
(pip install ntlm) date June 12 2014
Please provide any additional information below.
It worked when I added following patch in HTTPNtlmAuthHandler.py
Original issue reported on code.google.com by red15...@gmail.com on 12 Jun 2014 at 6:40
Attachments: