Questions tagged [ntlm]

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

189 questions
0
votes
2 answers

Active Directory / Freeradius / ntlm_auth / mail attribute

I am currently configuring a linux server with Freeradius to have our clients authenticate against our Active Directory for our WiFi-network. The goal is to have our users use the e-mail address that is present the Active Directory as the 'mail'…
0
votes
0 answers

How to configure Apache NTLM in order to get REMOTE_USER?

No matter where I put %{REMOTE_USER}, I got NULL. Can you please tell me how I can configure NTLM Apache in order to get REMOTE_USER ? RewriteEngine On #RewriteCond %{LA-U:REMOTE_USER} (.+) #RewriteRule . - [E=RU:%1] …
mehmetozer
  • 109
  • 3
0
votes
0 answers

Cross-server NTLM authentication failing

I think this issue has less to do with software development and more to do with general network configuration, so I'm posting the question here initially. I have an MVC4 application hosted in IIS 7.5 on a Windows 2008 R2 server (let's call it WS1).…
0
votes
1 answer

get Squid proxy server authentication type from local client

Just like the title is: Is there a way to get the authentication type of a squid proxyserver from a client in the local network? Im using debian UPDATE 1: HTTP/1.1 407 Proxy Authentication Required Server: squid/3.3.9 Mime-Version: 1.0 Date: Fri, 25…
Ferris Garden
  • 11
  • 1
  • 5
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,508
  • 18
  • 73
  • 87
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
  • 277
  • 1
  • 2
  • 12