Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Security > NTLM Proxy Authentication when Windows SmartCard Logon is used

Reply
Thread Tools Display Modes

NTLM Proxy Authentication when Windows SmartCard Logon is used

 
 
MarioC
Guest
Posts: n/a

 
      02-11-2009
Hi,

I'm a little confused about the following behavior:

User logs on via Smartcard on a WinXP Workstation.
The flag "Smart card is required for interactive logon" is set for the
specfic user account.

As far as I know when this flag is set the password for the user is set to
something unknown (long random value), isn't it ?

There's a proxy device based on Linux or BSD installed. When a user wants to
connect to it that box sends a "proxy authentication required" to the user.
The box communicates with an NTLM authentication agent which is installed on
a member server in the domain.

When a user is authenticated via SmartCard on his client NTLM proxy
authentication still works.
My question is, HOW can NTLM authentication be done, when a user is
authenticated via SmartCard ?

I thought I knew that when SmartCard Logon is used only Kerberos
authentication is possible ?

Thanks for any input
Mario

 
Reply With Quote
 
 
 
 
MarioC
Guest
Posts: n/a

 
      02-17-2009
many thanks, dave!



"DaveMo" <> wrote in message
news:bdb66547-ec45-4530-8388-...
On Feb 11, 7:22 am, "MarioC" <mar...@kapsch.net> wrote:
> Hi,
>
> I'm a little confused about the following behavior:
>
> User logs on via Smartcard on a WinXP Workstation.
> The flag "Smart card is required for interactive logon" is set for the
> specfic user account.
>
> As far as I know when this flag is set the password for the user is set to
> something unknown (long random value), isn't it ?
>
> There's a proxy device based on Linux or BSD installed. When a user wants
> to
> connect to it that box sends a "proxy authentication required" to the
> user.
> The box communicates with an NTLM authentication agent which is installed
> on
> a member server in the domain.
>
> When a user is authenticated via SmartCard on his client NTLM proxy
> authentication still works.
> My question is, HOW can NTLM authentication be done, when a user is
> authenticated via SmartCard ?
>
> I thought I knew that when SmartCard Logon is used only Kerberos
> authentication is possible ?
>
> Thanks for any input
> Mario


Mario,

If NTLM authentication were not possible, far too many common
scenarios would break, and that in turn would make SC-only auth less
likely to be deployed. So, there's a bit of a hack in this process. As
you noted, the account still has a password, but it's a big random
one. When the SC logon session is created, the normal NTLM OWF is
fetched from AD and returned with the Kerberos ticket and placed in
the logon session on the client computer. The OWF can then be used for
NTLM authentication as needed. With the often encountered weak
passwords that users choose, NTLM has a vulnerability against
dictionary attacks. With the strong password used in the SC-only
scenario the vulnerability is mitigated and security is equivalent to
the strong-keyed authentication mechanisms such as Kerberos and SSL.

HTH,
Dave

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
NTLM Windows Authentication + group account + poor bandwidth + nasty fw rules = disaster lbrtchx@gmail.com Windows Vista Networking 0 11-07-2007 02:54 AM
Re: WSUS Cannot Sync through Proxy - 407 NTLM Authentication Required TaurArian [MS-MVP] Windows Update 0 01-13-2007 05:15 AM
Windows Update fault - NTLM authentication may stop unexpectedly in Windows 2000 Quatermass Windows Update 2 09-12-2005 02:46 PM
Multiple Certs on Smartcard and Windows Smartcard Logon Dave W Server Security 1 07-10-2005 09:32 PM
Prompt for NTLM authentication streaming media using ISA server / proxy Huub Roem Windows Media Player 1 04-07-2004 04:10 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59