Fixed problems related to extended characters present as part of

the username, password, or in the data contained in either the
session or auththentication tokens.
This commit is contained in:
Juan Carlos Luciani 2007-04-18 22:46:31 +00:00
parent 780ce03f21
commit 9f811b75c2

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 18 16:43:48 MDT 2007 - jluciani@novell.com
- Fixed authentication problems where extended characters are
part of either the username, password, or the information
contained in the session or authentication tokens. This
takes care of BUG263007.
-------------------------------------------------------------------
Tue Apr 17 16:35:10 MDT 2007 - jluciani@novell.com