-
```
Implemented a IMAPNtlmAuthHandler class for using NTML with IMAP.
Example:
from imaplib import IMAP4
from ntlm.IMAPNtlmAuthHandler import IMAPNtlmAuthHandler
imap = IMAP4("my.imap.server")
imap…
-
Are you going to support other authentication schemes from http://hc.apache.org/httpcomponents-client-4.2.x/tutorial/html/authentication.html#d5e870? Right now just Basic is supported. Negotiate is cr…
-
```
Implemented a IMAPNtlmAuthHandler class for using NTML with IMAP.
Example:
from imaplib import IMAP4
from ntlm.IMAPNtlmAuthHandler import IMAPNtlmAuthHandler
imap = IMAP4("my.imap.server")
imap…
-
The constructor in [NtlmChallenge.cs](https://github.com/klezVirus/SharpLdapRelayScan/blob/cca08e880dc927b5f3577d31230de6a6903c1548/SharpLdapRelayScan/NTLMSSP/Messages/NtlmChallenge.cs) ( `NTLMSSP/Mes…
ibaiC updated
3 weeks ago
-
is in roadmap the possibility to introduce support for ntlm proxy authentication ?
-
While attempting to use the OWA/EWS plugins I am getting "Authentication Failed:" with a valid credential. O365 module works as expected for the same credentials. Possibly an issue with NTLM auth?
…
-
According to this message in the forum, implement support for NTLM authentication sheme
https://groups.google.com/forum/#!topic/crawl-anywhere/TiAz0rGiIfw
-
Author Name: **Markus Neteler** (Markus Neteler)
Original Redmine Issue: [1813](https://issues.qgis.org/issues/1813)
Redmine category:web_services_clients/wms
Assignee: Marco Hugentobler
---
Current…
-
```
Implemented a IMAPNtlmAuthHandler class for using NTML with IMAP.
Example:
from imaplib import IMAP4
from ntlm.IMAPNtlmAuthHandler import IMAPNtlmAuthHandler
imap = IMAP4("my.imap.server")
imap…
-
**Is your feature request related to a problem? Please describe.**
Is there any way to support NTLM to allow forwarding windows authentication to IIS ?
**Describe the solution you'd like**
…