Commit Graph

38 Commits

Author SHA1 Message Date
Juan Carlos Luciani
af93081d2e Formated configuration files to make more readable. Update the README
and got rid of some un-necessary printfs.
2006-06-01 14:58:41 +00:00
Juan Carlos Luciani
a6c1f3eac0 Continuation of fix to identity id problem when a startSearchContext is
not configured.
2006-05-31 22:21:50 +00:00
Juan Carlos Luciani
040895e677 Fixed a problem where the identityId was not getting set correctly in
the SessionTokens when a startSearchContext was not being configured.
2006-05-31 21:01:18 +00:00
Juan Carlos Luciani
b36e17ea15 Added the capability to specify the location of the service conf folder
path via a system property.
2006-05-31 17:47:45 +00:00
Juan Carlos Luciani
c5cf7bcc88 Changed to start searches at the context root if a startSearchContext is
not configured in the svc.settings file. Also, modified the various
configuration parsing components to allow for empty settings.
2006-05-31 16:12:41 +00:00
Juan Carlos Luciani
228ffd5164 Enhanced the test to deal with binary identity attributes. 2006-05-31 15:24:55 +00:00
Juan Carlos Luciani
b1966cac5f Changes accomplish the following:
- Allow for binary identity attributes.
 - Simplify configuration of the svc.
2006-05-31 15:24:01 +00:00
Juan Carlos Luciani
5699a1986f Adding new files. 2006-05-26 23:29:49 +00:00
Juan Carlos Luciani
89b3c7a09c Mode changes due to continued development. 2006-05-26 23:27:02 +00:00
Juan Carlos Luciani
4509df3ca8 Made changes so that file operations also work on Windows.
Fixed PwdAuthenticate to do searches of the sub-tree and to validate the
password. Still need to make changes in Krb5Authenticate to do sub-tree
searches.
2006-05-25 17:04:07 +00:00
Juan Carlos Luciani
452fabac62 Changes to fix problems found while testing with the sample application.
Also added a shell script to allow us to build and run the test
application.
2006-05-24 00:53:03 +00:00
Juan Carlos Luciani
51b08492a8 Made changes to resolve problems found while testing with the test JAAS
application.
2006-05-24 00:50:58 +00:00
Juan Carlos Luciani
4a6afac561 Added missing configuration file. 2006-05-23 15:13:59 +00:00
Juan Carlos Luciani
144b4bf8e5 Modified to only specifiy the sn attribute. 2006-05-23 15:13:15 +00:00
Juan Carlos Luciani
64030d705d Updated the file with new information. 2006-05-23 15:04:18 +00:00
Juan Carlos Luciani
c385810699 TODO and README for JaasSupport component. 2006-05-19 22:03:41 +00:00
Juan Carlos Luciani
f85d93e73d Documentation updates. 2006-05-19 20:11:14 +00:00
Juan Carlos Luciani
6494b45f59 Adding a folder with a sample configuration for the ATS.
-This line, and those below, will be ignored--

A    AuthTokenSvc/sampleConf
A    AuthTokenSvc/sampleConf/identoken.settings
A    AuthTokenSvc/sampleConf/auth.policy
A    AuthTokenSvc/sampleConf/authtoken.settings
A    AuthTokenSvc/sampleConf/auth_mechanisms
A    AuthTokenSvc/sampleConf/auth_mechanisms/Krb5Authenticate
A    AuthTokenSvc/sampleConf/auth_mechanisms/Krb5Authenticate/mechanism.settings
A    AuthTokenSvc/sampleConf/auth_mechanisms/PwdAuthenticate
A    AuthTokenSvc/sampleConf/auth_mechanisms/PwdAuthenticate/mechanism.settings
A    AuthTokenSvc/sampleConf/svc.settings
A    AuthTokenSvc/sampleConf/iaRealms.xml
A    AuthTokenSvc/sampleConf/enabled_services
A    AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com
A    AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService
A    AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/auth.policy
A    AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/authtoken.settings
2006-05-18 22:00:11 +00:00
Juan Carlos Luciani
d8ea9f1a4c Added new modules to makefile. 2006-05-18 21:35:58 +00:00
Juan Carlos Luciani
37e5a0db45 Added plug-in capability for authentication mechanisms. 2006-05-18 18:55:10 +00:00
Juan Carlos Luciani
8ce091e185 Changes to accomodate for additional modules. 2006-05-16 15:17:21 +00:00
Juan Carlos Luciani
2fb4be2034 Changed to utilize a single Rpc servlet. 2006-05-16 15:16:34 +00:00
Juan Carlos Luciani
484bf05fe4 Most of the changes are to add configuration capabilities. 2006-05-16 15:15:23 +00:00
Juan Carlos Luciani
0983950115 Mostly formatting changes. 2006-05-08 21:48:05 +00:00
Juan Carlos Luciani
9e49faabfe Adding needed makefile. 2006-05-05 22:33:34 +00:00
Juan Carlos Luciani
e75e04c80c Adding needed makefile. 2006-05-05 22:32:20 +00:00
Juan Carlos Luciani
bc5ee9cb55 Continuing the changes due to the name changes for CasaAuthServer and
CasaJaasSupport along with changes to integrate those components into
the make system.
2006-05-05 22:28:15 +00:00
Juan Carlos Luciani
065f299999 Changing the name of CasaAuthServer to AuthTokenSvc and changing the
name of CasaJaasSupport to JaasSupport.

Starting to make the changes to incorporate the components up above into
the make system.
2006-05-05 17:35:21 +00:00
Juan Carlos Luciani
243d49616a Finished the changes where the GetIdenTokenProviderInterface() was moved
to platform independant code.
2006-05-02 03:01:26 +00:00
Juan Carlos Luciani
f5da184c10 Added identoken.c to list of modules that must be compiled. 2006-05-01 21:45:21 +00:00
Juan Carlos Luciani
ca2ae38b53 Adding new files. 2006-05-01 21:26:39 +00:00
Juan Carlos Luciani
dcde5534ef Moved the code that obtains identity provider interfaces to its own platform independent module. 2006-04-28 21:02:04 +00:00
Juan Carlos Luciani
afb30e0f5f Move the code to get Identity provider interfaces to its own platform independent module. 2006-04-28 21:00:41 +00:00
Juan Carlos Luciani
87fafbbbc8 Modified the components under SUBDIRS and DIST_SUBDIRS to conform to new
structure.
2006-04-27 20:40:19 +00:00
Juan Carlos Luciani
abacf42fa4 Modifications due to continue development and re-structuring of
auth_token.
2006-04-26 22:05:29 +00:00
Juan Carlos Luciani
5345082354 Adding new components to the server side of auth_token. 2006-04-26 21:36:56 +00:00
Juan Carlos Luciani
861619e231 Files do not need to be checked-in. 2006-04-06 17:05:09 +00:00
Juan Carlos Luciani
7382c46b60 Initial check-in of the service side components of Casa Auth Token
Authentication.
2006-04-06 16:07:28 +00:00