diff --git a/auth_token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/Krb5_mechanism.settings b/auth_token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/Krb5_mechanism.settings new file mode 100644 index 00000000..900f0603 --- /dev/null +++ b/auth_token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/Krb5_mechanism.settings @@ -0,0 +1,7 @@ + + +This is the authentication mechanism for the Krb5Authenticate scheme. The Krb5Authenticate scheme authenticates entities using Kerberos-V tokens. +com.novell.casa.authtoksvc.Krb5Authenticate +WEB-INF/classes +Specify the service's kerberos principal name + diff --git a/auth_token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/Pwd_mechanism.settings b/auth_token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/Pwd_mechanism.settings new file mode 100644 index 00000000..147ed6f6 --- /dev/null +++ b/auth_token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/Pwd_mechanism.settings @@ -0,0 +1,6 @@ + + +This is the authentication mechanism for the PwdAuthenticate scheme. The PwdAuthenticate scheme authenticates entities using username/password tokens. +com.novell.casa.authtoksvc.PwdAuthenticate +WEB-INF/classes + diff --git a/auth_token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/web.xml b/auth_token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/web.xml new file mode 100644 index 00000000..cf655ee5 --- /dev/null +++ b/auth_token/server/AuthTokenSvc/src/com/novell/casa/authtoksvc/web.xml @@ -0,0 +1,26 @@ + + + + CasaAuthTokenSvc + + + + + Rpc + Rpc + + com.novell.casa.authtoksvc.Rpc + + + Rpc + /Rpc + + + index.html + index.htm + index.jsp + default.html + default.htm + default.jsp + +