major source structure and module name change - continue4
This commit is contained in:
parent
1d82ff5d6a
commit
6ac32abb91
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
@ -119,17 +119,17 @@ install -m 755 %{_lib}/%{cfg}/Novell.CASA.DataEngines.FireFox.dll %{buildroot}%{
|
|||||||
install -m 755 %{binsource}/%{cfg}/micasad.exe %{buildroot}%{bin_prefix}/bin
|
install -m 755 %{binsource}/%{cfg}/micasad.exe %{buildroot}%{bin_prefix}/bin
|
||||||
install -m 755 %{binsource}/%{cfg}/micasad-init %{buildroot}%{bin_prefix}/bin
|
install -m 755 %{binsource}/%{cfg}/micasad-init %{buildroot}%{bin_prefix}/bin
|
||||||
install -m 755 %{binsource}/%{cfg}/CASAManager.exe %{buildroot}%{bin_prefix}/bin
|
install -m 755 %{binsource}/%{cfg}/CASAManager.exe %{buildroot}%{bin_prefix}/bin
|
||||||
install -m 755 c_gui/CASAManager.sh %{buildroot}%{bin_prefix}/bin
|
install -m 755 gui/CASAManager.sh %{buildroot}%{bin_prefix}/bin
|
||||||
install -m 755 c_gui/CASAManager.exe.config %{buildroot}%{bin_prefix}/bin
|
install -m 755 gui/CASAManager.exe.config %{buildroot}%{bin_prefix}/bin
|
||||||
install -m 755 c_gui/images/* %{buildroot}%{prefix}/CASA/images
|
install -m 755 gui/images/* %{buildroot}%{prefix}/CASA/images
|
||||||
install -m 755 c_gui/help/en/* %{buildroot}%{prefix}/CASA/help/en
|
install -m 755 gui/help/en/* %{buildroot}%{prefix}/CASA/help/en
|
||||||
install -m 755 c_micasad/startup/micasad %{buildroot}/etc/init.d
|
install -m 755 micasad/startup/micasad %{buildroot}/etc/init.d
|
||||||
install -m 755 c_micasad/startup/micasad.sh %{buildroot}%{bin_prefix}/sbin
|
install -m 755 micasad/startup/micasad.sh %{buildroot}%{bin_prefix}/sbin
|
||||||
install -m 755 c_micasad/startup/casacfgpam %{buildroot}%{bin_prefix}/sbin
|
install -m 755 micasad/startup/casacfgpam %{buildroot}%{bin_prefix}/sbin
|
||||||
install -m 755 c_micasad/startup/casaucfgpam %{buildroot}%{bin_prefix}/sbin
|
install -m 755 micasad/startup/casaucfgpam %{buildroot}%{bin_prefix}/sbin
|
||||||
install -m 755 c_micasad/startup/installcasa %{buildroot}%{bin_prefix}/sbin
|
install -m 755 micasad/startup/installcasa %{buildroot}%{bin_prefix}/sbin
|
||||||
install -m 755 c_micasad/startup/uninstallcasa %{buildroot}%{bin_prefix}/sbin
|
install -m 755 micasad/startup/uninstallcasa %{buildroot}%{bin_prefix}/sbin
|
||||||
install -m 755 c_micasad/startup/iscasaconfiged %{buildroot}%{bin_prefix}/sbin
|
install -m 755 micasad/startup/iscasaconfiged %{buildroot}%{bin_prefix}/sbin
|
||||||
|
|
||||||
install -m 755 %{_lib}/%{cfg}/pam_micasa.so %{buildroot}/%{_lib}/security
|
install -m 755 %{_lib}/%{cfg}/pam_micasa.so %{buildroot}/%{_lib}/security
|
||||||
|
|
||||||
@ -146,9 +146,9 @@ install -d %{buildroot}/etc/init.d
|
|||||||
#install -m 644 %{buildroot}%{prefix}/%{_lib}/miCASA.jar %{buildroot}%{prefix}/CASA/%{_lib}
|
#install -m 644 %{buildroot}%{prefix}/%{_lib}/miCASA.jar %{buildroot}%{prefix}/CASA/%{_lib}
|
||||||
install -m 755 %{_lib}/%{cfg}/miCASA.jar %{buildroot}%{bin_prefix}/%{_lib}
|
install -m 755 %{_lib}/%{cfg}/miCASA.jar %{buildroot}%{bin_prefix}/%{_lib}
|
||||||
|
|
||||||
install -m 644 doc/CASA_Reference_Guide.pdf %{buildroot}%{prefix}/CASA/doc
|
install -m 644 doc/product/CASA_Reference_Guide.pdf %{buildroot}%{prefix}/CASA/doc
|
||||||
install -m 644 doc/License.txt %{buildroot}%{prefix}/CASA/doc
|
install -m 644 doc/product/License.txt %{buildroot}%{prefix}/CASA/doc
|
||||||
install -m 644 doc/Readme.txt %{buildroot}%{prefix}/CASA/doc
|
install -m 644 doc/product/Readme.txt %{buildroot}%{prefix}/CASA/doc
|
||||||
install -m 644 include/micasa_mgmd.h %{buildroot}%{bin_prefix}/include
|
install -m 644 include/micasa_mgmd.h %{buildroot}%{bin_prefix}/include
|
||||||
install -m 644 include/micasa_types.h %{buildroot}%{bin_prefix}/include
|
install -m 644 include/micasa_types.h %{buildroot}%{bin_prefix}/include
|
||||||
|
|
||||||
@ -167,7 +167,7 @@ ln -s /etc/init.d/micasad %{buildroot}%{bin_prefix}/sbin/rcmicasad
|
|||||||
echo "/usr/%{_lib}/" >> %{buildroot}/etc/ld.so.conf.d/CASA.conf
|
echo "/usr/%{_lib}/" >> %{buildroot}/etc/ld.so.conf.d/CASA.conf
|
||||||
|
|
||||||
install -d %{buildroot}/usr/share/applications
|
install -d %{buildroot}/usr/share/applications
|
||||||
install c_gui/CASAManager.desktop %{buildroot}/usr/share/applications
|
install gui/CASAManager.desktop %{buildroot}/usr/share/applications
|
||||||
%suse_update_desktop_file -r CASAManager X-SuSE-ControlCenter-Personal
|
%suse_update_desktop_file -r CASAManager X-SuSE-ControlCenter-Personal
|
||||||
%post
|
%post
|
||||||
%{fillup_and_insserv micasad}
|
%{fillup_and_insserv micasad}
|
||||||
|
36
README
Normal file
36
README
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
|
||||||
|
------------------------------------------------------------
|
||||||
|
Welcome to Common Authentication Service Adaptor
|
||||||
|
------------------------------------------------------------
|
||||||
|
|
||||||
|
Last updated $Date: 2006/06/7:01:45 $
|
||||||
|
|
||||||
|
------------------------------------------------------------
|
||||||
|
Common Authentication Service Adaptor Directory Roadmap
|
||||||
|
------------------------------------------------------------
|
||||||
|
|
||||||
|
------------------------------------------------------------
|
||||||
|
CASA
|
||||||
|
------------------------------------------------------------
|
||||||
|
CASA is a common authentication and security package providing a set of libraries for application and service developers to provide single sign-on to an enterprise network. CASA provides a local on box credential store that is purely session based in 1.0. This store is populated with your Desktop and Network Login credentials on Novell Linux Desktop and Windows workstations.
|
||||||
|
------------------------------------------------------------
|
||||||
|
CASA-kwallet
|
||||||
|
------------------------------------------------------------
|
||||||
|
CASAK-kwallet (CASA Kwallet) is the KWallet plugin for enabling the CASA GUI to perform Aggregation and Distribution tasks for managing KWallet through CASA in KDE desktop.
|
||||||
|
|
||||||
|
------------------------------------------------------------
|
||||||
|
yast2-CASA
|
||||||
|
------------------------------------------------------------
|
||||||
|
Novell CASA (Common Authentication Services Adapter)YaST configuration module. This module is designed to assist administrators to configure and enable CASA through YaST after system installation.
|
||||||
|
|
||||||
|
------------------------------------------------------------
|
||||||
|
CASA-auth-token
|
||||||
|
------------------------------------------------------------
|
||||||
|
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.
|
||||||
|
|
||||||
|
------------------------------------------------------------
|
||||||
|
BrowserExtensions
|
||||||
|
------------------------------------------------------------
|
||||||
|
BrowserExtensions capture web-based logins and store credentials in CASA.
|
Loading…
Reference in New Issue
Block a user