473,386 Members | 1,679 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

problem with special characters in password

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
Dec 19 '05 #1
8 2928
What type of authentication is being used, Forms or Windows? If Windows, is
it Basic, Digest or IWA?

Joe K.

"Rolf Barbakken" <no******@alexandria.cc> wrote in message
news:u1*************@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

Dec 19 '05 #2
Windows auth. and IWA (Integrated Windows Auth)

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com> wrote
in message news:%2****************@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" <no******@alexandria.cc> wrote in message
news:u1*************@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


Dec 21 '05 #3
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" <no******@alexandria.cc> wrote in message
news:uU**************@tk2msftngp13.phx.gbl...
Windows auth. and IWA (Integrated Windows Auth)

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com> wrote
in message news:%2****************@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" <no******@alexandria.cc> wrote in message
news:u1*************@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



Dec 21 '05 #4
Yes they are prompted for username/password.

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com> wrote
in message news:%2****************@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" <no******@alexandria.cc> wrote in message
news:uU**************@tk2msftngp13.phx.gbl...
Windows auth. and IWA (Integrated Windows Auth)

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com>
wrote in message news:%2****************@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" <no******@alexandria.cc> wrote in message
news:u1*************@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



Dec 21 '05 #5
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" <no******@alexandria.cc> wrote in message
news:eR**************@TK2MSFTNGP09.phx.gbl...
Yes they are prompted for username/password.

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com> wrote
in message news:%2****************@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" <no******@alexandria.cc> wrote in message
news:uU**************@tk2msftngp13.phx.gbl...
Windows auth. and IWA (Integrated Windows Auth)

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com>
wrote in message news:%2****************@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" <no******@alexandria.cc> wrote in message
news:u1*************@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
>
>



Dec 21 '05 #6
Do you know of any such issue with IIS/Windows?

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com> wrote
in message news:%2******************@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" <no******@alexandria.cc> wrote in message
news:eR**************@TK2MSFTNGP09.phx.gbl...
Yes they are prompted for username/password.

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com>
wrote in message news:%2****************@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" <no******@alexandria.cc> wrote in message
news:uU**************@tk2msftngp13.phx.gbl...
Windows auth. and IWA (Integrated Windows Auth)

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com>
wrote in message news:%2****************@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" <no******@alexandria.cc> wrote in message
> news:u1*************@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
>>
>>
>
>



Dec 22 '05 #7
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" <no******@alexandria.cc> wrote in message
news:uL*************@TK2MSFTNGP15.phx.gbl...
Do you know of any such issue with IIS/Windows?

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com> wrote
in message news:%2******************@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" <no******@alexandria.cc> wrote in message
news:eR**************@TK2MSFTNGP09.phx.gbl...
Yes they are prompted for username/password.

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com>
wrote in message news:%2****************@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" <no******@alexandria.cc> wrote in message
news:uU**************@tk2msftngp13.phx.gbl...
> Windows auth. and IWA (Integrated Windows Auth)
>
> --
> _________________
> Rolf @ Questus ans
>
>
> "Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com>
> wrote in message news:%2****************@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" <no******@alexandria.cc> wrote in message
>> news:u1*************@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
>>>
>>>
>>
>>
>
>



Dec 22 '05 #8
Good idea. I will try that.

Thanks, Joe.

"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com> wrote
in message news:u%***************@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" <no******@alexandria.cc> wrote in message
news:uL*************@TK2MSFTNGP15.phx.gbl...
Do you know of any such issue with IIS/Windows?

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com>
wrote in message news:%2******************@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" <no******@alexandria.cc> wrote in message
news:eR**************@TK2MSFTNGP09.phx.gbl...
Yes they are prompted for username/password.

--
_________________
Rolf @ Questus ans
"Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com>
wrote in message news:%2****************@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" <no******@alexandria.cc> wrote in message
> news:uU**************@tk2msftngp13.phx.gbl...
>> Windows auth. and IWA (Integrated Windows Auth)
>>
>> --
>> _________________
>> Rolf @ Questus ans
>>
>>
>> "Joe Kaplan (MVP - ADSI)" <jo*************@removethis.accenture.com>
>> wrote in message news:%2****************@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" <no******@alexandria.cc> wrote in message
>>> news:u1*************@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
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Dec 22 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Shelly | last post by:
I have come across a strange problem. I am setting up a registration screen with username, password, confirm password, and a couple of other things. The submit button is named "Submit". The...
2
by: mspeed | last post by:
I have written a TCP/IP server. The first thing a client does is send login info in the form of FirstName LastName|mypassword@ I read this in using the .GetByte method of a networkstream. I add...
5
by: Sakharam Phapale | last post by:
Hi All, I am using an API function, which takes file path as an input. When file path contains special characters (@,#,$,%,&,^, etc), API function gives an error as "Unable to open input file"....
16
by: Dany | last post by:
Our web service was working fine until we installed .net Framework 1.1 service pack 1. Uninstalling SP1 is not an option because our largest customer says service packs marked as "critical" by...
4
by: Asphalt Blazer | last post by:
I am running this command. db2 "CREATE SERVER <servernameTYPE DB2/UDB VERSION 8.2 WRAPPER DRDA AUTHORIZATION "authid" PASSWORD "pwd" OPTIONS( DBNAME 'dbname', PASSWORD 'Y')" DB21034E The...
2
by: DarthPeePee | last post by:
Hello everyone. I am working on a Password Strength Meter and I am running into 1 problem that I would like to fix. When pressing the "Clear Password & Try Again" button, the password clears...
0
by: AAaron123 | last post by:
Been playing with asp:changepassword and have it looking OK except that I can't elininate or change the title at the top that says "Change Your Password". It's a repeat of my pages title. ...
1
by: ArizonaJohn | last post by:
Hello, I would like to allow users to add tables to my database with special characters in the table names. The characters I would like to allow include #, &, *, and +. Below is my code which...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.