ntlm
SMTP through Exchange using Integrated Windows Authentication (NTLM) using Python
I want to use the credentials of the logged-in Windows user to authenticate an SMTP connection to an Exchange 开发者_Python百科server using NTLM.[详细]
2023-01-01 08:16 分类:问答Ruby NTLM Library [closed]
As it currently stands, this question is not a good fit for our Q&a开发者_Go百科mp;A format. We expect answers to be supported by facts, references,or expertise, but this question will likely soli[详细]
2022-12-29 19:48 分类:问答NTLMSetUserInfo on Windows CE 6
I want to create my开发者_Python百科 own user configuration utility targetted for WinCE6 in C++.All the NTLM functions (such as this one) require ntlmssp.lib which I cannot find.I have searched my Pla[详细]
2022-12-27 06:46 分类:问答Calling IPrincipal.IsInRole on Windows 7
We use NTLM auth in our application to determine whether a user can perform certain operations. We use the IPrincipal of their current Windows login (in WinForms applications), calling IsInRole to che[详细]
2022-12-27 06:32 分类:问答Django SMTP and secure password authentication
I have an SMTP server that requires secure password authentication (e.g. Outlook requires to check SPA). Is there a way to deal with it with Django SMTPConnection?[详细]
2022-12-26 21:30 分类:问答The HTTP request is unauthorized with client authentication scheme 'Ntlm' The authentication header received from the server was 'NTLM'
I know there\'s a lot of questions on SO similar to this, but I couldn\'t find one for this particular issue.[详细]
2022-12-26 13:08 分类:问答Can I redirect a user to another page if they cancel an authentication prompt?
On IIS6, using NTLM Authentication (meaning Integrated Windows Authentication) if the user cancels the authentication request, how can I redirect them to another page? I can\'t just grab 401 (tried) o[详细]
2022-12-24 08:20 分类:问答Spring NTLM NtlmProcessingFilter do cache
does anyone tried doing cache for spring-ntlm NtlmProcessingFilter.java file so that every request no n开发者_如何学编程eed to query from microsoft active directory to authenticate user ? how to imple[详细]
2022-12-24 00:01 分类:问答Has anyone combined soap.py or suds with python-ntlm?
I\'d like to replace an app\'s current (badly busted and crufty) cURL-based (cURL command-line based!) SOAP client with suds or soa开发者_JAVA百科p.py. Trouble is, we have to contact an MS CRM service[详细]
2022-12-23 23:21 分类:问答Connecting to NTLM/LDAP on local machine on workgroup
I am very new to NTLM/LDAP and trying to authenticate using NTML running on a local machine. The code provided by Microsoft ( http://support.microsoft.com/kb/326340/en-us ) seems to work, I just do no[详细]
2022-12-23 04:35 分类:问答