--
Svyatoslav Pidgorny, MS MVP - Security, MCSE
-= F1 is the key =-
* http://sl.mvps.org * http://msmvps.com/blogs/sp *
"Ganesh Jaju" <Ganesh Ja...@discussions.microsoft.com> wrote in message
news:900CD001-AA1C-4FCF...@microsoft.com...
IEEE 802.1x standards don't prescribe the supplicant behaviour with regards
to computer/user authentication.
The question is - why remote desktop connections don't work? I think that is
because of the re-authentication: user logon (through remote desktop) will
trigger re-authentication by the supplicant, which will temporarily
disconnect the computer from the network. That will break the remote desktop
connection.
To verify, we need to test with AuthMode set to 2 (or 0 - refer to the same
FAQ). I'll try to do that tomorrow.
--
Svyatoslav Pidgorny, MS MVP - Security, MCSE
-= F1 is the key =-
"Ganesh Jaju" <Ganes...@discussions.microsoft.com> wrote in message
news:6FC93AC0-2B92-4CF6...@microsoft.com...
>
> I am interested in IEEE 802.1x standard based behavior for this case.
> User authentication is something which I don't want to compromise with.
> I would prefer having both types of authentication (computer/user).
>
> To my knowledge, when we boot windows machine, first machine
> authentication
> happens and then user authentication.
> Can't we have similar behavior for remote desktop as well?
>
> If it is a known issue, I am ok with it. Just that I found the issue to
> be
> known on Microsoft's site for wireless case, I wanted to confirm if the
> same
> is true for wired case.
>
> I would appreciate if I get to know more details on the problem, if any.
>
>
>
>
> "S. Pidgorny <MVP>" wrote:
>
>> What if you disable re-authentication with user credentials and use
>> machine-only authentication?
>>
>> --
>> Svyatoslav Pidgorny, MS MVP - Security, MCSE
>> -= F1 is the key =-
>>
>> * http://sl.mvps.org * http://msmvps.com/blogs/sp *
>>
>> "Ganesh Jaju" <Ganesh Ja...@discussions.microsoft.com> wrote in message
>> > http://www.microsoft.com/technet/network/wifi/wififaq.mspx
"S. Pidgorny <MVP>" wrote:
> Hi Ganesh,
>
> IEEE 802.1x standards don't prescribe the supplicant behaviour with regards
> to computer/user authentication.
>
> The question is - why remote desktop connections don't work? I think that is
> because of the re-authentication: user logon (through remote desktop) will
> trigger re-authentication by the supplicant, which will temporarily
> disconnect the computer from the network. That will break the remote desktop
> connection.
This is true and the reason it happens is because remote desktop initiates
machine authentication and due to user mismatch earlier user gets logged out
breaking remote desktop connection. Had it been the case that user
authentication is initiated and remote desktop user being the same as logged
in user, we should not face this issue.
>
> To verify, we need to test with AuthMode set to 2 (or 0 - refer to the same
> FAQ). I'll try to do that tomorrow.
0 Disable IEEE 802.1X authentication operation.
1 Prevent transmission of EAPOL start and EAPOL log off packets under all
scenarios.
2 Include learning to determine when to initiate the transmission of EAPOL
packets. A Windows XP Service Pack 2 (SP2)-based computer will only send an
EAPOL start frame if the computer receives an EAP request identity frame and
if no internal process is currently ongoing.
3 Compliant with IEEE 802.1X authentication specification.
Only value of 3 is compliant with IEEE standards.
"Ganesh Jaju" <Ganes...@discussions.microsoft.com> wrote in message
news:B30E2BF0-7F53-46F6-92F6-
>> To verify, we need to test with AuthMode set to 2 (or 0 - refer to the
>> same
>> FAQ). I'll try to do that tomorrow.
>
> 0 Disable IEEE 802.1X authentication operation.
> 1 Prevent transmission of EAPOL start and EAPOL log off packets under all
> scenarios.
> 2 Include learning to determine when to initiate the transmission of EAPOL
> packets. A Windows XP Service Pack 2 (SP2)-based computer will only send
> an
> EAPOL start frame if the computer receives an EAP request identity frame
> and
> if no internal process is currently ongoing.
> 3 Compliant with IEEE 802.1X authentication specification.
>
> Only value of 3 is compliant with IEEE standards.
That's not AuthMode - that is SupplicantMode.
As of now I don't have any AuthMode entry in registry. I just have created
SupplicantMode entry with a value of 3.
So default value of AuthMode assumed would be 1 as I am using Windows XP
(SP2) and which is not working.
I am interested in user authentication and so I am reluctant to create
AuthMode with a value of '2' as it responds only to computer authentication.
What value '0' means is :-
0 - Computer authentication is performed when the wireless client computer
is started. When a user logs in, if the computer authentication was
successful, user authentication is not performed. This setting has been
deprecated and its use is discouraged. This is the default setting for
Windows XP with no service packs installed.
So will this work for remote desktop case?
"Ganesh Jaju" <Ganes...@discussions.microsoft.com> wrote in message
> Oops . Sorry I got AuthMode wrong initially.
> Is authmode setting specific to Windows OS ?
Yes - and there's nothing in the standard that stipulates certain AuthMode
setting.
> As of now I don't have any AuthMode entry in registry.
Create it to change from the default.
> So default value of AuthMode assumed would be 1 as I am using Windows XP
> (SP2) and which is not working.
>
> I am interested in user authentication and so I am reluctant to create
> AuthMode with a value of '2' as it responds only to computer
> authentication.
>
>
> What value '0' means is :-
> 0 - Computer authentication is performed when the wireless client computer
> is started. When a user logs in, if the computer authentication was
> successful, user authentication is not performed. This setting has been
> deprecated and its use is discouraged. This is the default setting for
> Windows XP with no service packs installed.
>
> So will this work for remote desktop case?
Probably it will.
So, what is the solution now?
Does that mean Remote Desktop to Dot1x Authenticated host does not work ?
--
--
Svyatoslav Pidgorny, MS MVP - Security, MCSE
-= F1 is the key =-
"Ganesh Jaju" <Ganes...@discussions.microsoft.com> wrote in message
news:4944A92D-49D9-4F20...@microsoft.com...
Remote desktop triggers computer authentication for AuthMode = 0/1 resulting
in user being logged out and hence the remote desktop session itself expires.
So is this some problem with Windows ? Any workaround, using
user-authentication ?
Can we have something like "user authentication only' ?
--
--
Svyatoslav Pidgorny, MS MVP - Security, MCSE
-= F1 is the key =-
"Ganesh Jaju" <Ganes...@discussions.microsoft.com> wrote in message
news:5D7656B9-A625-4C69...@microsoft.com...