I want to use the credentials of the logged-in Windows user to authenticate an SMTP connection to an Exchange 开发者_Python百科server using NTLM.
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
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
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
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?
I know there\'s a lot of questions on SO similar to this, but I couldn\'t find one for this particular issue.
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
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
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
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