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.
This commit is contained in:
parent
cc583ead26
commit
065f299999
auth_token/server
AuthTokenSvc
.classpath.project
.settings
.componentorg.eclipse.jdt.core.prefsorg.eclipse.jdt.ui.prefsorg.eclipse.jst.common.project.facet.core.prefsorg.eclipse.wst.common.project.facet.core.xml
READMETODOWebContent
src/com/novell/casa/authserver
AuthReqMsg.javaAuthRespMsg.javaAuthToken.javaBase64Coder.javaCasaIdentityToken.javaGetAuthPolicy.javaGetAuthPolicyReqMsg.javaGetAuthPolicyRespMsg.javaGetAuthTokReqMsg.javaGetAuthTokRespMsg.javaGetAuthToken.javaIdentityToken.javaKrb5Authenticate.javaProtoDefs.javaPwdAuthenticate.javaSessionToken.java
JaasSupport
Makefile.am@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
|
<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
|
||||||
<display-name>
|
<display-name>
|
||||||
CasaAuthServer</display-name>
|
CasaAuthTokenSvc</display-name>
|
||||||
<servlet>
|
<servlet>
|
||||||
<description>
|
<description>
|
||||||
</description>
|
</description>
|
@ -20,9 +20,9 @@
|
|||||||
#
|
#
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
SUBDIRS = AuthTokenValidate ApacheSupport PamSupport
|
SUBDIRS = AuthTokenValidate ApacheSupport PamSupport AuthTokenSvc JaasSupport
|
||||||
|
|
||||||
DIST_SUBDIRS = AuthTokenValidate ApacheSupport PamSupport
|
DIST_SUBDIRS = AuthTokenValidate ApacheSupport PamSupport AuthTokenSvc JaasSupport
|
||||||
|
|
||||||
CFILES =
|
CFILES =
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user