|
|
|
|
@@ -22,7 +22,7 @@ BuildRequires: libstdc++ gcc-c++ glib2-devel libstdc++-devel pkgconfig java-1_5_
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
Autoreqprov: on
|
|
|
|
|
%define bldno 1.0.0
|
|
|
|
|
%define bldno 1.7.0
|
|
|
|
|
Version: @VERSION@
|
|
|
|
|
Release: 0
|
|
|
|
|
Summary: Novell Common Authentication Services Adapter Authentication Token Infrastructure "Java" (CASA_auth_token)
|
|
|
|
|
@@ -48,12 +48,12 @@ entities using the native authentication mechanism and for issuing tokens that c
|
|
|
|
|
be used by applications to authenticate the entity o services that are CASA authentication
|
|
|
|
|
enabled.
|
|
|
|
|
|
|
|
|
|
%package -n CASA_auth_token_jaas-support
|
|
|
|
|
%package -n CASA_auth_token_jaas_support
|
|
|
|
|
Summary: Libraries needed for JAAS applications development.
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
Requires: java-1_5_0-ibm
|
|
|
|
|
|
|
|
|
|
%description -n CASA_auth_token_jaas-support
|
|
|
|
|
%description -n CASA_auth_token_jaas_support
|
|
|
|
|
CASA_auth_token is an authentication token infrastructure with support for multiple
|
|
|
|
|
authentication mechanisms with an emphasis on providing a scalable single
|
|
|
|
|
sign-on solution.
|
|
|
|
|
@@ -64,7 +64,7 @@ to the consuming services. The amount of information contained in the tokens is
|
|
|
|
|
configured on a per-service basis. Because of this feature, we say that CASA_auth_token
|
|
|
|
|
projects an "Authenticated Identity".
|
|
|
|
|
|
|
|
|
|
The CASA_auth_token_jaas-support package contains the CASA (Common Authentication
|
|
|
|
|
The CASA_auth_token_jaas_support package contains the CASA (Common Authentication
|
|
|
|
|
Services Adapter) authentication token infrastructure JAAS module and supporting libraries
|
|
|
|
|
for token verification.
|
|
|
|
|
|
|
|
|
|
@@ -102,7 +102,7 @@ install -m 755 %{_lib}/java/CasaAuthTokenSvc.war %{buildroot}%{prefix}/share/jav
|
|
|
|
|
ln -sf CasaAuthTokenSvc-%{bldno}.war %{buildroot}%{prefix}/share/java/CasaAuthTokenSvc.war
|
|
|
|
|
ln -sf CasaAuthTokenSvc-%{bldno}.war %{buildroot}%{prefix}/share/java/CasaAuthTokenSvc.war.1
|
|
|
|
|
|
|
|
|
|
## CASA_auth_token_jaas-support ##
|
|
|
|
|
## CASA_auth_token_jaas_support ##
|
|
|
|
|
# Libs
|
|
|
|
|
install -m 755 %{_lib}/java/CasaJaasSupport.jar %{buildroot}%{prefix}/share/java/CasaJaasSupport-%{bldno}.jar
|
|
|
|
|
install -m 755 %{_lib}/java/CasaAuthToken.jar %{buildroot}%{prefix}/share/java/CasaAuthToken-%{bldno}.jar
|
|
|
|
|
@@ -137,20 +137,20 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{prefix}/share/java/CasaAuthTokenSvc.war.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## CASA_auth_token_jaas-support ##
|
|
|
|
|
%pre -n CASA_auth_token_jaas-support
|
|
|
|
|
## CASA_auth_token_jaas_support ##
|
|
|
|
|
%pre -n CASA_auth_token_jaas_support
|
|
|
|
|
# Nothing to do in this pre script
|
|
|
|
|
|
|
|
|
|
%post -n CASA_auth_token_jaas-support
|
|
|
|
|
%post -n CASA_auth_token_jaas_support
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%preun -n CASA_auth_token_jaas-support
|
|
|
|
|
%preun -n CASA_auth_token_jaas_support
|
|
|
|
|
# Nothing to do in this preun script
|
|
|
|
|
|
|
|
|
|
%postun -n CASA_auth_token_jaas-support
|
|
|
|
|
%postun -n CASA_auth_token_jaas_support
|
|
|
|
|
# Nothing to do in this postun script
|
|
|
|
|
|
|
|
|
|
%files -n CASA_auth_token_jaas-support
|
|
|
|
|
%files -n CASA_auth_token_jaas_support
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{prefix}/share/java/CasaJaasSupport-%{bldno}.jar
|
|
|
|
|
%{prefix}/share/java/CasaJaasSupport.jar
|
|
|
|
|
|