diff --git a/CASA-auth-token/client/package/linux/CASA_auth_token_client.spec.in b/CASA-auth-token/client/package/linux/CASA_auth_token_client.spec.in index 50b891cf..a731237b 100644 --- a/CASA-auth-token/client/package/linux/CASA_auth_token_client.spec.in +++ b/CASA-auth-token/client/package/linux/CASA_auth_token_client.spec.in @@ -58,20 +58,19 @@ Group: Development/Libraries/C and C++ Requires: CASA-devel CASA_auth_token_client %description -n CASA_auth_token_client-devel -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. +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. -A key feature of CASA_auth_token is that its authentication tokens -contain identity information about the entity being authenticated. This -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". +A key feature of CASA_auth_token is that its authentication tokens contain +identity information about the entity being authenticated. This information is +made available 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-client-devel package contains the files necessary -for the development of client applications that utilize the CASA -(Common Authentication Service Adapter) authentication token -infrastructure for authentication. +The CASA_auth_token_client-devel package contains the files necessary for the +development of client applications that utilize the CASA (Common Authentication +Service Adapter) authentication token infrastructure for authentication. Authors: -------- diff --git a/CASA-auth-token/server-java/package/linux/CASA_auth_token_svc.spec.in b/CASA-auth-token/server-java/package/linux/CASA_auth_token_svc.spec.in index fd2caf57..61245708 100644 --- a/CASA-auth-token/server-java/package/linux/CASA_auth_token_svc.spec.in +++ b/CASA-auth-token/server-java/package/linux/CASA_auth_token_svc.spec.in @@ -26,7 +26,7 @@ Autoreqprov: on %define bldno @VERSION@ Version: @VERSION@ Release: 0 -Summary: Novell Common Authentication Services Adapter Authentication Token Infrastructure "Java" (CASA_auth_token) +Summary: Novell CASA Authentication Token Service Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: jre >= 1.5.0 @@ -37,40 +37,40 @@ PreReq: /usr/sbin/groupadd, /usr/sbin/useradd, /usr/sbin/userdel, /usr/bi BuildArchitectures: noarch %description -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. +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. -A key feature of CASA_auth_token is that its authentication tokens contain identity -information about the entity being authenticated. This information is made available -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". +A key feature of CASA_auth_token is that its authentication tokens contain +identity information about the entity being authenticated. This information is +made available 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_svc is the infrastructure component responsible for authenticating -entities using the native authentication mechanism and for issuing tokens that can later -be used by applications to authenticate the entity o services that are CASA authentication -enabled. +The CASA_auth_token_svc is the infrastructure component responsible for +authenticating entities using the native authentication mechanism and for issuing +tokens that can later be used by applications to authenticate the entity or +services that are CASA authentication enabled. %package -n CASA_auth_token_jaas_support -Summary: Libraries needed for JAAS applications development. +Summary: Novell CASA Authentication Token JAAS Support Components Group: Applications/System Requires: jre >= 1.5.0 %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. +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. -A key feature of CASA_auth_token is that its authentication tokens contain identity -information about the entity being authenticated. This information is made available -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". +A key feature of CASA_auth_token is that its authentication tokens contain +identity information about the entity being authenticated. This information is +made available 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 -Services Adapter) authentication token infrastructure JAAS module and supporting libraries -for token verification. +Services Adapter) authentication token infrastructure JAAS module and supporting +libraries for token verification. %prep %setup -q diff --git a/CASA-auth-token/server/package/linux/CASA_auth_token_server.spec.in b/CASA-auth-token/server/package/linux/CASA_auth_token_server.spec.in index 86d81042..2eba68d5 100644 --- a/CASA-auth-token/server/package/linux/CASA_auth_token_server.spec.in +++ b/CASA-auth-token/server/package/linux/CASA_auth_token_server.spec.in @@ -38,21 +38,21 @@ PreReq: /usr/sbin/groupadd, /usr/sbin/useradd, /usr/sbin/userdel, /usr/bin/gete %description 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. +for multiple authentication mechanisms with an emphasis on providing a scalable +single sign-on solution. -A key feature of CASA_auth_token is that its authentication tokens -contain identity information about the entity being authenticated. This -information is made available 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". +A key feature of CASA_auth_token is that its authentication tokens contain +identity information about the entity being authenticated. This information is +made available 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_server package contains the authentication token -verification library for C/C++ applications. It is recommended that -this library not be invoked directly by applications, instead it is -recomended that appplication invoke its services through the support -modules provided to integrate with PAM or the Apache Web Server. +The CASA_auth_token_server package contains the CASA (Common Authentication +Services Adapter) authentication token infrastructure lower level libraries for +token verification from native code ("C"). It is recomended that this library +not be invoked directly by applications, instead it is recomended that +appplication invoke its services through the support modules provided to +integrate with PAM or the Apache Web Server. Authors: -------- @@ -66,18 +66,18 @@ Requires: CASA_auth_token_server pam %description -n CASA_auth_token_pam_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. +for multiple authentication mechanisms with an emphasis on providing a scalable +single sign-on solution. -A key feature of CASA_auth_token is that its authentication tokens -contain identity information about the entity being authenticated. This -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". +A key feature of CASA_auth_token is that its authentication tokens contain +identity information about the entity being authenticated. This information is +made available 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_pam_support package contains the CASA (Common -Authentication Services Adapter) authentication token infrastructure -PAM module for token verification. +The CASA_auth_token_pam_support package contains the CASA (Common Authentication +Services Adapter) authentication token infrastructure PAM module for token +verification. Authors: -------- @@ -91,22 +91,22 @@ Requires: apache2 CASA_auth_token_server %description -n CASA_auth_token_apache2_2_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. +for multiple authentication mechanisms with an emphasis on providing a scalable +single sign-on solution. -A key feature of CASA_auth_token is that its authentication tokens -contain identity information about the entity being authenticated. This -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". +A key feature of CASA_auth_token is that its authentication tokens contain +identity information about the entity being authenticated. This information is +made available 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_apache2_2_support package contains the CASA (Common -Authentication Services Adapter) authentication token infrastructure -Apache v2.2 authentication provider module for token verification. The -module expects that users authenticate utilizing the HTTP Basic -authentication scheme and that the password utilized consist of a CASA -authentication token. Information about the authenticated identity is -environment variable. +Authentication Services Adapter) authentication token infrastructure Apache +v2.2 authentication provider module for token verification. The module expects +that users authenticate utilizing the HTTP Basic authentication scheme and that +the password utilized consist of a CASA authentication token. Information about +the authenticated identity is made available to other Apache modules via the +Apache request environment variable. Authors: -------- @@ -120,19 +120,18 @@ Requires: CASA-devel CASA_auth_token_server CASA_auth_token_jaas_support C %description -n CASA_auth_token_server-devel 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. +for multiple authentication mechanisms with an emphasis on providing a scalable +single sign-on solution. -A key feature of CASA_auth_token is that its authentication tokens -contain identity information about the entity being authenticated. This -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". +A key feature of CASA_auth_token is that its authentication tokens contain +identity information about the entity being authenticated. This information is +made available 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_server-devel package contains the files necessary for the -development of server applications that utilize the CASA (Common -Authentication Service Adapter) authentication token infrastructure for -authentication. +development of server applications that utilize the CASA (Common Authentication +Service Adapter) authentication token infrastructure for authentication. Authors: --------