We have a case where users who are encouraged to have good passwords with
norwegian characters and other special characters cannot login to a ASP.NET
1.0 app.

This problem is discussed in the following article from MSKB:
http://www.kbalertz.com/kb_835388.aspx

Do you know if this problem is fixed in later versions of the framework?
I.e. servicepacks, 1.1 or 2.0.

Thanks.

--
_________________
Rolf @ Questus ans

Re: problem with special characters in password by Joe

Joe
Mon Dec 19 09:02:21 CST 2005

What type of authentication is being used, Forms or Windows? If Windows, is
it Basic, Digest or IWA?

Joe K.

"Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
news:u1JrWJJBGHA.344@TK2MSFTNGP11.phx.gbl...
> We have a case where users who are encouraged to have good passwords with
> norwegian characters and other special characters cannot login to a
> ASP.NET 1.0 app.
>
> This problem is discussed in the following article from MSKB:
> http://www.kbalertz.com/kb_835388.aspx
>
> Do you know if this problem is fixed in later versions of the framework?
> I.e. servicepacks, 1.1 or 2.0.
>
> Thanks.
>
> --
> _________________
> Rolf @ Questus ans
>
>



Re: problem with special characters in password by Rolf

Rolf
Wed Dec 21 03:28:37 CST 2005

Windows auth. and IWA (Integrated Windows Auth)

--
_________________
Rolf @ Questus ans


"Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote
in message news:%23Pge20KBGHA.3396@tk2msftngp13.phx.gbl...
> What type of authentication is being used, Forms or Windows? If Windows,
> is it Basic, Digest or IWA?
>
> Joe K.
>
> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
> news:u1JrWJJBGHA.344@TK2MSFTNGP11.phx.gbl...
>> We have a case where users who are encouraged to have good passwords with
>> norwegian characters and other special characters cannot login to a
>> ASP.NET 1.0 app.
>>
>> This problem is discussed in the following article from MSKB:
>> http://www.kbalertz.com/kb_835388.aspx
>>
>> Do you know if this problem is fixed in later versions of the framework?
>> I.e. servicepacks, 1.1 or 2.0.
>>
>> Thanks.
>>
>> --
>> _________________
>> Rolf @ Questus ans
>>
>>
>
>



Re: problem with special characters in password by Joe

Joe
Wed Dec 21 08:26:35 CST 2005

For IWA, this should be a pure Windows issue, not a .NET issue. The Kbase
article you referred to was discussing Basic authentication.

I have no idea why IWA would not work with non-ASCII characters as Windows
is supposed to have full unicode password support.

When you are using IWA, are users actually being prompted for passwords?
Typically they are not because their current login to the domain is used for
the authentication.

Joe K.

"Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
news:uU$DtDhBGHA.2920@tk2msftngp13.phx.gbl...
> Windows auth. and IWA (Integrated Windows Auth)
>
> --
> _________________
> Rolf @ Questus ans
>
>
> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote
> in message news:%23Pge20KBGHA.3396@tk2msftngp13.phx.gbl...
>> What type of authentication is being used, Forms or Windows? If Windows,
>> is it Basic, Digest or IWA?
>>
>> Joe K.
>>
>> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
>> news:u1JrWJJBGHA.344@TK2MSFTNGP11.phx.gbl...
>>> We have a case where users who are encouraged to have good passwords
>>> with norwegian characters and other special characters cannot login to a
>>> ASP.NET 1.0 app.
>>>
>>> This problem is discussed in the following article from MSKB:
>>> http://www.kbalertz.com/kb_835388.aspx
>>>
>>> Do you know if this problem is fixed in later versions of the framework?
>>> I.e. servicepacks, 1.1 or 2.0.
>>>
>>> Thanks.
>>>
>>> --
>>> _________________
>>> Rolf @ Questus ans
>>>
>>>
>>
>>
>
>



Re: problem with special characters in password by Rolf

Rolf
Wed Dec 21 09:46:42 CST 2005

Yes they are prompted for username/password.

--
_________________
Rolf @ Questus ans


"Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote
in message news:%231h3LqjBGHA.2664@TK2MSFTNGP15.phx.gbl...
> For IWA, this should be a pure Windows issue, not a .NET issue. The Kbase
> article you referred to was discussing Basic authentication.
>
> I have no idea why IWA would not work with non-ASCII characters as Windows
> is supposed to have full unicode password support.
>
> When you are using IWA, are users actually being prompted for passwords?
> Typically they are not because their current login to the domain is used
> for the authentication.
>
> Joe K.
>
> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
> news:uU$DtDhBGHA.2920@tk2msftngp13.phx.gbl...
>> Windows auth. and IWA (Integrated Windows Auth)
>>
>> --
>> _________________
>> Rolf @ Questus ans
>>
>>
>> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com>
>> wrote in message news:%23Pge20KBGHA.3396@tk2msftngp13.phx.gbl...
>>> What type of authentication is being used, Forms or Windows? If
>>> Windows, is it Basic, Digest or IWA?
>>>
>>> Joe K.
>>>
>>> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
>>> news:u1JrWJJBGHA.344@TK2MSFTNGP11.phx.gbl...
>>>> We have a case where users who are encouraged to have good passwords
>>>> with norwegian characters and other special characters cannot login to
>>>> a ASP.NET 1.0 app.
>>>>
>>>> This problem is discussed in the following article from MSKB:
>>>> http://www.kbalertz.com/kb_835388.aspx
>>>>
>>>> Do you know if this problem is fixed in later versions of the
>>>> framework? I.e. servicepacks, 1.1 or 2.0.
>>>>
>>>> Thanks.
>>>>
>>>> --
>>>> _________________
>>>> Rolf @ Questus ans
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: problem with special characters in password by Joe

Joe
Wed Dec 21 10:35:55 CST 2005

Do you know why they are prompted? Are the not logged in to the domain or
something?

In any case, this would not be a .NET issue. It would have to be an IIS or
Windows issue. .NET does not really know or care how the user's logon token
was generated by IIS.

Joe K.

"Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
news:eRqp$WkBGHA.1312@TK2MSFTNGP09.phx.gbl...
> Yes they are prompted for username/password.
>
> --
> _________________
> Rolf @ Questus ans
>
>
> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote
> in message news:%231h3LqjBGHA.2664@TK2MSFTNGP15.phx.gbl...
>> For IWA, this should be a pure Windows issue, not a .NET issue. The
>> Kbase article you referred to was discussing Basic authentication.
>>
>> I have no idea why IWA would not work with non-ASCII characters as
>> Windows is supposed to have full unicode password support.
>>
>> When you are using IWA, are users actually being prompted for passwords?
>> Typically they are not because their current login to the domain is used
>> for the authentication.
>>
>> Joe K.
>>
>> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
>> news:uU$DtDhBGHA.2920@tk2msftngp13.phx.gbl...
>>> Windows auth. and IWA (Integrated Windows Auth)
>>>
>>> --
>>> _________________
>>> Rolf @ Questus ans
>>>
>>>
>>> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com>
>>> wrote in message news:%23Pge20KBGHA.3396@tk2msftngp13.phx.gbl...
>>>> What type of authentication is being used, Forms or Windows? If
>>>> Windows, is it Basic, Digest or IWA?
>>>>
>>>> Joe K.
>>>>
>>>> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
>>>> news:u1JrWJJBGHA.344@TK2MSFTNGP11.phx.gbl...
>>>>> We have a case where users who are encouraged to have good passwords
>>>>> with norwegian characters and other special characters cannot login to
>>>>> a ASP.NET 1.0 app.
>>>>>
>>>>> This problem is discussed in the following article from MSKB:
>>>>> http://www.kbalertz.com/kb_835388.aspx
>>>>>
>>>>> Do you know if this problem is fixed in later versions of the
>>>>> framework? I.e. servicepacks, 1.1 or 2.0.
>>>>>
>>>>> Thanks.
>>>>>
>>>>> --
>>>>> _________________
>>>>> Rolf @ Questus ans
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: problem with special characters in password by Rolf

Rolf
Thu Dec 22 06:27:40 CST 2005

Do you know of any such issue with IIS/Windows?

--
_________________
Rolf @ Questus ans


"Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote
in message news:%23C%23qZykBGHA.1008@TK2MSFTNGP12.phx.gbl...
> Do you know why they are prompted? Are the not logged in to the domain or
> something?
>
> In any case, this would not be a .NET issue. It would have to be an IIS
> or Windows issue. .NET does not really know or care how the user's logon
> token was generated by IIS.
>
> Joe K.
>
> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
> news:eRqp$WkBGHA.1312@TK2MSFTNGP09.phx.gbl...
>> Yes they are prompted for username/password.
>>
>> --
>> _________________
>> Rolf @ Questus ans
>>
>>
>> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com>
>> wrote in message news:%231h3LqjBGHA.2664@TK2MSFTNGP15.phx.gbl...
>>> For IWA, this should be a pure Windows issue, not a .NET issue. The
>>> Kbase article you referred to was discussing Basic authentication.
>>>
>>> I have no idea why IWA would not work with non-ASCII characters as
>>> Windows is supposed to have full unicode password support.
>>>
>>> When you are using IWA, are users actually being prompted for passwords?
>>> Typically they are not because their current login to the domain is used
>>> for the authentication.
>>>
>>> Joe K.
>>>
>>> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
>>> news:uU$DtDhBGHA.2920@tk2msftngp13.phx.gbl...
>>>> Windows auth. and IWA (Integrated Windows Auth)
>>>>
>>>> --
>>>> _________________
>>>> Rolf @ Questus ans
>>>>
>>>>
>>>> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com>
>>>> wrote in message news:%23Pge20KBGHA.3396@tk2msftngp13.phx.gbl...
>>>>> What type of authentication is being used, Forms or Windows? If
>>>>> Windows, is it Basic, Digest or IWA?
>>>>>
>>>>> Joe K.
>>>>>
>>>>> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
>>>>> news:u1JrWJJBGHA.344@TK2MSFTNGP11.phx.gbl...
>>>>>> We have a case where users who are encouraged to have good passwords
>>>>>> with norwegian characters and other special characters cannot login
>>>>>> to a ASP.NET 1.0 app.
>>>>>>
>>>>>> This problem is discussed in the following article from MSKB:
>>>>>> http://www.kbalertz.com/kb_835388.aspx
>>>>>>
>>>>>> Do you know if this problem is fixed in later versions of the
>>>>>> framework? I.e. servicepacks, 1.1 or 2.0.
>>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>> --
>>>>>> _________________
>>>>>> Rolf @ Questus ans
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: problem with special characters in password by Joe

Joe
Thu Dec 22 09:05:00 CST 2005

Not specifically, no, but that doesn't mean it isn't there. You could do a
simple test on an IWA site that just has some static HTML pages or other
things served directly by IIS.

Joe K.

"Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
news:uLv4eMvBGHA.216@TK2MSFTNGP15.phx.gbl...
> Do you know of any such issue with IIS/Windows?
>
> --
> _________________
> Rolf @ Questus ans
>
>
> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote
> in message news:%23C%23qZykBGHA.1008@TK2MSFTNGP12.phx.gbl...
>> Do you know why they are prompted? Are the not logged in to the domain
>> or something?
>>
>> In any case, this would not be a .NET issue. It would have to be an IIS
>> or Windows issue. .NET does not really know or care how the user's logon
>> token was generated by IIS.
>>
>> Joe K.
>>
>> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
>> news:eRqp$WkBGHA.1312@TK2MSFTNGP09.phx.gbl...
>>> Yes they are prompted for username/password.
>>>
>>> --
>>> _________________
>>> Rolf @ Questus ans
>>>
>>>
>>> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com>
>>> wrote in message news:%231h3LqjBGHA.2664@TK2MSFTNGP15.phx.gbl...
>>>> For IWA, this should be a pure Windows issue, not a .NET issue. The
>>>> Kbase article you referred to was discussing Basic authentication.
>>>>
>>>> I have no idea why IWA would not work with non-ASCII characters as
>>>> Windows is supposed to have full unicode password support.
>>>>
>>>> When you are using IWA, are users actually being prompted for
>>>> passwords? Typically they are not because their current login to the
>>>> domain is used for the authentication.
>>>>
>>>> Joe K.
>>>>
>>>> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
>>>> news:uU$DtDhBGHA.2920@tk2msftngp13.phx.gbl...
>>>>> Windows auth. and IWA (Integrated Windows Auth)
>>>>>
>>>>> --
>>>>> _________________
>>>>> Rolf @ Questus ans
>>>>>
>>>>>
>>>>> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com>
>>>>> wrote in message news:%23Pge20KBGHA.3396@tk2msftngp13.phx.gbl...
>>>>>> What type of authentication is being used, Forms or Windows? If
>>>>>> Windows, is it Basic, Digest or IWA?
>>>>>>
>>>>>> Joe K.
>>>>>>
>>>>>> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
>>>>>> news:u1JrWJJBGHA.344@TK2MSFTNGP11.phx.gbl...
>>>>>>> We have a case where users who are encouraged to have good passwords
>>>>>>> with norwegian characters and other special characters cannot login
>>>>>>> to a ASP.NET 1.0 app.
>>>>>>>
>>>>>>> This problem is discussed in the following article from MSKB:
>>>>>>> http://www.kbalertz.com/kb_835388.aspx
>>>>>>>
>>>>>>> Do you know if this problem is fixed in later versions of the
>>>>>>> framework? I.e. servicepacks, 1.1 or 2.0.
>>>>>>>
>>>>>>> Thanks.
>>>>>>>
>>>>>>> --
>>>>>>> _________________
>>>>>>> Rolf @ Questus ans
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: problem with special characters in password by Rolf

Rolf
Thu Dec 22 15:25:15 CST 2005

Good idea. I will try that.

Thanks, Joe.

"Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote
in message news:u%23W1VkwBGHA.740@TK2MSFTNGP12.phx.gbl...
> Not specifically, no, but that doesn't mean it isn't there. You could do
> a simple test on an IWA site that just has some static HTML pages or other
> things served directly by IIS.
>
> Joe K.
>
> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
> news:uLv4eMvBGHA.216@TK2MSFTNGP15.phx.gbl...
>> Do you know of any such issue with IIS/Windows?
>>
>> --
>> _________________
>> Rolf @ Questus ans
>>
>>
>> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com>
>> wrote in message news:%23C%23qZykBGHA.1008@TK2MSFTNGP12.phx.gbl...
>>> Do you know why they are prompted? Are the not logged in to the domain
>>> or something?
>>>
>>> In any case, this would not be a .NET issue. It would have to be an IIS
>>> or Windows issue. .NET does not really know or care how the user's
>>> logon token was generated by IIS.
>>>
>>> Joe K.
>>>
>>> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
>>> news:eRqp$WkBGHA.1312@TK2MSFTNGP09.phx.gbl...
>>>> Yes they are prompted for username/password.
>>>>
>>>> --
>>>> _________________
>>>> Rolf @ Questus ans
>>>>
>>>>
>>>> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com>
>>>> wrote in message news:%231h3LqjBGHA.2664@TK2MSFTNGP15.phx.gbl...
>>>>> For IWA, this should be a pure Windows issue, not a .NET issue. The
>>>>> Kbase article you referred to was discussing Basic authentication.
>>>>>
>>>>> I have no idea why IWA would not work with non-ASCII characters as
>>>>> Windows is supposed to have full unicode password support.
>>>>>
>>>>> When you are using IWA, are users actually being prompted for
>>>>> passwords? Typically they are not because their current login to the
>>>>> domain is used for the authentication.
>>>>>
>>>>> Joe K.
>>>>>
>>>>> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
>>>>> news:uU$DtDhBGHA.2920@tk2msftngp13.phx.gbl...
>>>>>> Windows auth. and IWA (Integrated Windows Auth)
>>>>>>
>>>>>> --
>>>>>> _________________
>>>>>> Rolf @ Questus ans
>>>>>>
>>>>>>
>>>>>> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com>
>>>>>> wrote in message news:%23Pge20KBGHA.3396@tk2msftngp13.phx.gbl...
>>>>>>> What type of authentication is being used, Forms or Windows? If
>>>>>>> Windows, is it Basic, Digest or IWA?
>>>>>>>
>>>>>>> Joe K.
>>>>>>>
>>>>>>> "Rolf Barbakken" <notnoisy@alexandria.cc> wrote in message
>>>>>>> news:u1JrWJJBGHA.344@TK2MSFTNGP11.phx.gbl...
>>>>>>>> We have a case where users who are encouraged to have good
>>>>>>>> passwords with norwegian characters and other special characters
>>>>>>>> cannot login to a ASP.NET 1.0 app.
>>>>>>>>
>>>>>>>> This problem is discussed in the following article from MSKB:
>>>>>>>> http://www.kbalertz.com/kb_835388.aspx
>>>>>>>>
>>>>>>>> Do you know if this problem is fixed in later versions of the
>>>>>>>> framework? I.e. servicepacks, 1.1 or 2.0.
>>>>>>>>
>>>>>>>> Thanks.
>>>>>>>>
>>>>>>>> --
>>>>>>>> _________________
>>>>>>>> Rolf @ Questus ans
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>