Questions tagged [ntlm]

NTLM (NT LAN Manager) is a suite of Microsoft security protocols that provides authentication, integrity, and confidentiality to users.

179 questions
0
votes
2 answers

Apache2 authentication NTLM without prompted semi Basic auth type

I succesfully configured ntlm authentication. Unfortunately config allows semi basic authorization. For example when I'm using tortoise svn1.8.4(with serf access lib), chrome or IE web browsers, they authenticate NTLM succesfully without prompting…
0
votes
1 answer

Samba authentication of user with wbinfo -a

i setup a RedHat server with samba/kerberos/winbind. I can retrieve my user and groups with wbinfo -u and wbinfo -g. BUT in the listings, the name appears like that : wbinfo -u…
user1788800
  • 9
  • 1
  • 1
  • 2
0
votes
1 answer

IIS 6.0 App Pool under domain service account unable to use NTLM authentication

I'm trying to move an old internal web site into its own app pool run by its own service account, so that I can get finer-grained control over its permissions and such. The site is set up to use NTLM authentication and it's not quite large enough…
0
votes
1 answer

How to setup user authentication on a Squid caching server?

i've got Squid-2.7 running on our Windows 2008 box. Works great. I wish to restrict access to it via username restriction. Currently, my username is BlahDomain\FooUser . Password: blah. Is there any way i can tell Squid that user BlahDomain\FooUser…
Pure.Krome
  • 6,338
  • 17
  • 72
  • 86
0
votes
1 answer

I want ntlm auto authentication but login popup uppears

I built a php intranet web application that allow users to show their information stored in Active Directory. I want to auto authenticate the user over the Active directory using his windows credentials that he entered when he logged in to the…
code
  • 9
  • 1
  • 2
0
votes
1 answer

Does Windows 7 store domain account and password in SAM

If my machine has Windows 7 and connect to domain, what happens when domain controller is unavailable ? How do I exactly log in when domain controller is unavailable ? I mean normally it should use Kerberos, and it should fall back to NTLM. Does…
maxisam
  • 217
  • 2
  • 5
  • 12
0
votes
2 answers

Connecting to SharePoint 2010 From the Internet (Keep being prompted for my Username & Password)

I installed Sharepoint Server 2010 on a domain controller but when I want to connect to my team site or my document workspace through the internet it keeps prompting me to enter my username and password. I'm using Windows Server 2008 R2, I have an…
0
votes
2 answers

How can one perform TCP hijacking?

I am developing with an ASP.NET application that uses Windows Authentication. I have setup the web.config file to deny all unauthenticated users, and only allow users from a certain role. Using Fiddler, I am able to fuzz my session ID, replay a…
John Rasch
  • 163
  • 4
  • 10
0
votes
1 answer

getUserPrincipal() in JCIFS / Lan-Manager authentitation level setting in Windows 2k8

I have to find out in which exact format JCIFS stores the user principal in the "getUserPrincipal()" property. Therefor i created a test Environment like this: Windows Server 2008 Domain Controller Domain named "MYDOMAIN" Many Testusers in Active…
0
votes
1 answer

ASP.NET MVC app on IIS7 with WebForms content is throwing NTLM authenticate box

I have an ASP.NET MVC app that also contains some WebForms content (for SSRS ReportViewer). This is deployed to IIS7 and the MVC pages of the app work fine, but when I try to browse to the aspx page I am prompted with the NTLM auth box. I do not…
Jon
  • 11
  • 1
  • 2
0
votes
1 answer

active directory setup for 2 vm for developments

I don't know much about ActiveDirectory and here is my scenario I am connected to a "real" domain, which my company's domain. I am trying to develop an NTLM authentication solution with my webapp using Java Active Directory integration…
Lydon Ch
  • 267
  • 1
  • 2
  • 12
0
votes
4 answers

Apache Reverse Proxy server and SSL NTLM SharePoint

I'm trying to set Apache as proxy server to an internal SharePoint server. I have previously configured Apache to run as a proxy server to export internal webpages and web applications. However, the Sharepoint is using SSL and NTLM authentication,…
jlanza
  • 113
  • 1
  • 2
  • 7
0
votes
1 answer

LDAP NTLM interop

Our company uses NTLM to authenticate users. But there are a bunch of softwares with LDAP authentication support. So, is there a way to setup an LDAP server (preferably under WinNT), which can authenticate users via NTLM?
pihentagy
  • 273
  • 3
  • 7
0
votes
1 answer

How to configure NTLM security on Apache http server?

Possible Duplicate: How to configure NTLM security on Apache http server on windows? How to configure NTLM security on Apache http server?
Abdul Khaliq
0
votes
0 answers

Cntlm installed on RHEL 7 and started, but it doesn't seem to listen

I have Cntlm installed on RHEL 7.9 from an .rpm file. After configuring it I tried it out with: curl --proxy http://127.0.0.1:3128 http://google.com and I get the error "curl: (7) Failed connect to 127.0.0.1:3128; Connection refused" back. How can…
halloleo
  • 121
  • 6
1 2 3
11
12