|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
problem with special characters in passwordWe 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 What type of authentication is being used, Forms or Windows? If Windows, is
it Basic, Digest or IWA? Joe K. Show quote "Rolf Barbakken" <notno***@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 > > Windows auth. and IWA (Integrated Windows Auth)
-- Show quote_________________ Rolf @ Questus ans "Joe Kaplan (MVP - ADSI)" <joseph.e.kap***@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" <notno***@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 >> >> > > 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. Show quote "Rolf Barbakken" <notno***@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.kap***@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" <notno***@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 >>> >>> >> >> > > Yes they are prompted for username/password.
-- Show quote_________________ Rolf @ Questus ans "Joe Kaplan (MVP - ADSI)" <joseph.e.kap***@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" <notno***@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.kap***@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" <notno***@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 >>>> >>>> >>> >>> >> >> > > 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. Show quote "Rolf Barbakken" <notno***@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.kap***@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" <notno***@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.kap***@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" <notno***@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 >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > Do you know of any such issue with IIS/Windows?
-- Show quote_________________ Rolf @ Questus ans "Joe Kaplan (MVP - ADSI)" <joseph.e.kap***@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" <notno***@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.kap***@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" <notno***@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.kap***@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" <notno***@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 >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > 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. Show quote "Rolf Barbakken" <notno***@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.kap***@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" <notno***@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.kap***@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" <notno***@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.kap***@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" <notno***@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 >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > Good idea. I will try that.
Thanks, Joe. Show quote "Joe Kaplan (MVP - ADSI)" <joseph.e.kap***@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" <notno***@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.kap***@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" <notno***@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.kap***@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" <notno***@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.kap***@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" <notno***@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 >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > |
|||||||||||||||||||||||