Juan Carlos Luciani
f174fc167f
More tomcat6 compatability changes.
2008-07-17 17:37:27 +00:00
Juan Carlos Luciani
98a2a66e2a
Start of changes to allow service to run with tomcat6 and Sun Java6.
2008-07-17 17:35:59 +00:00
Juan Carlos Luciani
6c561fdcaa
Adjusting the Tomcat connector accept count property from 100 to 300 to
...
allow the ATS to support a large number of clients.
2008-07-07 19:49:21 +00:00
Juan Carlos Luciani
8104cafd06
Setting the LD_LIBRARY_PATH in the ZenWorks specific envvars file to
...
/usr/lib to work around the problem of not baing able to load
libmicasa.so when loading the miCASA class to read Realm proxy
credentials.
2008-07-07 19:47:53 +00:00
Juan Carlos Luciani
3e44d02f3c
Changes file updates.
2008-06-05 16:47:55 +00:00
Juan Carlos Luciani
a50234c0f6
Applied Ruedigers envvars fix to all other scripts where we are
...
trying to decide whether the platform is 64bit or not. We should have
been checking for the existance of the /usr/lib64/jvm/jre folder instead
of just checking for the existance of the /usr/lib64 folder.
2008-06-05 16:43:23 +00:00
Juan Carlos Luciani
0c0642d759
Changes file update.
2008-06-03 16:16:10 +00:00
Juan Carlos Luciani
287aead68e
More changes to remove dependency on Java 1.5.
...
Updated the spec file to include license information for all of the
packages.
2008-06-03 16:09:08 +00:00
soochoi
df9110cfec
CASA_auth_token_svc: check in changes log to submit to stable
2008-06-02 22:41:18 +00:00
Juan Carlos Luciani
0fab9a4cb8
Changes file changes.
2008-06-02 21:18:37 +00:00
Juan Carlos Luciani
7a1eec39e5
Yast module spec files changes so that we stop including our icons as
...
part of our yast packages since the icons are now part of the openSUSE
themes.
CASA-auth-token-svc changes are to allow the package to install and run
under openSUSE11.
2008-05-29 20:37:23 +00:00
Juan Carlos Luciani
a33fdd0960
Backing out LDAP connect timeout fix because the
...
sun.jndi.ldap.connect.timeout environment variable does not seem to be
compatible with LDAP connections over SSL.
2008-04-28 21:51:37 +00:00
Juan Carlos Luciani
8633d3e988
Fixed issue with setting the LDAP connect timeout variable that was
...
causing authentication to fail under windows with an Interger Exception
when instantiating an IAContext.
-This line, and those below, will be ignored--
i
M server-java/Svc/src/com/novell/casa/authtoksvc/PwdAuthenticate.java
M server-java/Svc/src/com/novell/casa/authtoksvc/RealmsInfo.java
M server-java/Svc/src/com/novell/casa/authtoksvc/Krb5Authenticate.java
M server-java/Svc/src/com/novell/casa/authtoksvc/CasaIdentityToken.java
2008-04-24 18:01:40 +00:00
Juan Carlos Luciani
bdf7cdcf8d
Changes file update.
2008-02-01 20:26:46 +00:00
Juan Carlos Luciani
e441d9d5a9
Added code to override the default LDAP connect timeout to something
...
more reasonable to allow fail-over to other LDAP servers without holding
up the end-user for too long.
2008-02-01 20:05:38 +00:00
Juan Carlos Luciani
efa08e3658
Changes file update.
2008-01-28 20:23:02 +00:00
Juan Carlos Luciani
f00b17d71c
Changed the way that the iaRealms.xml file is read to allow for extended
...
characters being part of it.
2008-01-28 20:18:15 +00:00
Juan Carlos Luciani
93bb0f1046
Changed to utilize tomcat55 instead of tomcat5 for
...
SuSE versions greater or equal to 1030 since they no longer
support tomcat5.
2007-08-09 16:23:09 +00:00
soochoi
b7d5bb1be4
CASA-auth-server-java: change in zen-autobuild make file to automate zen update
2007-07-02 22:28:02 +00:00
soochoi
964ffdea32
CASA-auth-token-java Windows - change in Makefile to bump msi version number
2007-06-29 23:18:44 +00:00
Juan Carlos Luciani
5fe566c6a1
Added JRE_HOME setting to envvars for Zen.
2007-06-29 15:31:05 +00:00
Juan Carlos Luciani
329787a5a4
Changes file update.
2007-06-27 16:24:26 +00:00
Juan Carlos Luciani
8534eb060f
Fixed un-compatible server.xml file problem for Zen.
2007-06-27 16:14:56 +00:00
Juan Carlos Luciani
df855e3a38
Changes file update.
2007-06-25 18:16:19 +00:00
Juan Carlos Luciani
75c4692e4a
Removed jakarta-commons-lang dependency.
2007-06-25 17:57:49 +00:00
Juan Carlos Luciani
7fe7751090
Finished the implementation of the "Connect through Web server feature".
2007-06-25 16:39:33 +00:00
Juan Carlos Luciani
5fb592cf16
Fixed a typo in a makefile.
2007-06-22 22:18:55 +00:00
Juan Carlos Luciani
da37390857
Added functionality to allow the ATS to be accessible through
...
Apache if mod_proxy_ajp is configured.
2007-06-22 22:12:20 +00:00
Juan Carlos Luciani
e1fa41c74e
Fixing compile problem.
2007-06-14 03:51:28 +00:00
Juan Carlos Luciani
8481dd666c
Setting constant to prevent the Xml namespace for xmldsig to be
...
defined multiple times within SessionTokens and AuthTokens. This
should result in smaller token sizes.
2007-06-12 19:43:48 +00:00
Juan Carlos Luciani
e9551385d0
Changes file updates.
2007-06-08 21:05:59 +00:00
Juan Carlos Luciani
6068f888d0
Fixed another build problem.
2007-06-08 00:03:14 +00:00
Juan Carlos Luciani
887fdd3d8f
Fixed build configure problem.
2007-06-07 23:55:36 +00:00
Juan Carlos Luciani
71a80df32a
More changes for the addition of the jakarta-commons-lang external dependency.
2007-06-07 23:51:01 +00:00
Juan Carlos Luciani
fbc58efaba
Need to add jakarta-commons-lang to the external dependencies folder since it is now utilized by CasaIdentityToken.
2007-06-07 23:49:20 +00:00
Juan Carlos Luciani
87022ad2a0
More fixes to take care of the issue of authenticating users which exist
...
in containers with names that contain reserved XML characters.
2007-06-07 22:29:11 +00:00
Juan Carlos Luciani
f41b81a004
The CasaIdentityToken class has been updated to escape strings stored in
...
CasaIdentityTokens which may contain XML reserved characters.
2007-06-06 21:12:00 +00:00
Juan Carlos Luciani
cb1de1c2cc
Fixed build problem.
2007-06-04 20:37:44 +00:00
Juan Carlos Luciani
f27856d545
Updated changes and todo files.
2007-06-04 17:24:49 +00:00
Juan Carlos Luciani
7e58205674
Adding curl dependency to the CASA_auth_token_svc and removing it from
...
the yast module to place it in the right place.
2007-06-04 16:37:10 +00:00
Juan Carlos Luciani
81eaece05b
Updated the CASA_Auth_Token_Svc Windows Install to also install a casa_crypto.properties file for the use of consumers of the Jaas module.
2007-06-04 16:21:10 +00:00
Juan Carlos Luciani
5e1711d870
Yast module modifications to invoke the shell script that allows the ATS
...
to leverage installed certificates and keys for the server.
2007-06-01 23:05:03 +00:00
Juan Carlos Luciani
ba8e155d69
ATS changes to allow it to leverage installed server certificate and
...
server key (/etc/ssl/servercerts/serverkey.pem and
/etc/ssl/servercerts/servercert.pem) for SSL communications.
2007-06-01 22:07:46 +00:00
Juan Carlos Luciani
718b0fda28
Moved the copying of the ATS Signing Certificate to the init.d script
...
because the CasaAuthTokenSvc webapp folder is not created until after
Tomcat is started.
2007-06-01 17:56:42 +00:00
Juan Carlos Luciani
ef99031e7e
Changes to allow for the setup of trust relationships with ATSs.
2007-06-01 15:41:46 +00:00
Juan Carlos Luciani
01978036ef
The Java options now specify where to load native libraries in a
...
platform dependent manner to force Java to load them from the
appropriate location.
2007-06-01 15:39:35 +00:00
Juan Carlos Luciani
f445b6d9c2
Fixed the path.
...
-This -thline, and those below, will be ignored--
M server-java/Svc/manifest/TomcatConnectorEditor.txt
2007-05-24 17:54:34 +00:00
Juan Carlos Luciani
a0927b3823
Added needed classpath to the TomcatConnectorEditor.
2007-05-24 17:29:21 +00:00
Juan Carlos Luciani
2ea2897ec3
Changes file update.
2007-05-24 15:49:17 +00:00
Juan Carlos Luciani
631e02cd5a
Modified the TomcatConnectorEditor to utilize the direct path to the
...
appropriate server.xml file rather than a link to avoid issues where the
editor is invoked before the link has been created.
2007-05-24 15:45:48 +00:00