Updated changes and todo files.

This commit is contained in:
Juan Carlos Luciani
2007-06-04 17:24:49 +00:00
parent 7e58205674
commit f27856d545
5 changed files with 49 additions and 7 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Jun 4 10:57:41 MDT 2007 - jluciani@novell.com
- Commented out the line in the client.conf file which was allowing
clients to trust ATSs with Certificates that could not be validated.
This completes the changes necessary for the resolution of
BUG 242891.
- Changed the client to allow a list of ATSs to be configured in
the client.conf file for the purposes of Fault-tolerance and also
the client now tries to contact an ATS at the same location as
the AuthToken consuming service in addition to the configured
ATSs. These changes were necessary to resolve BUG 242891.
- The client now also attempts to access ATSs over port 443 in
addition to trying port 2645 if the ATS port number is not
configured. This will make it possible to access the ATSs
when connected to a Web Server.
-------------------------------------------------------------------
Tue Apr 17 09:07:57 MDT 2007 - jluciani@novell.com