To Whom It May Concern:

I am running CentOS 5.1.

I installed httpd+ssl plus dev libraries upon installation.

Here is the command I then followed to installed CoSign:

yum install httpd-devel openssl openssl-devel openssl-perl libtool
cd /usr/local/src
wget http://www.umich.edu/~umweb/downloads/cosign-2.0.2a.tar.gz
tar -zxf cosign-2.0.2a.tar.gz
cd cosign-2.0.2a
CFLAGS=`apr-1-config --cflags` CPPFLAGS="`apr-1-config --cppflags` 
-I/usr/include/apr-1/" ./configure --enable-apache2=/usr/sbin/apxs
make
make install
mkdir -p /var/cosign/filter
chown apache /var/cosign/filter
mkdir -p /usr/local/etc/apache/certs
cp CAcerts/* /usr/local/etc/apache/certs
c_rehash /usr/local/etc/apache/certs

Then I stuck.

My CentOS 5.1 hostname is sso.mshome.net.

I have another Apache Web server running on Windows Server 2003 at 
https://files.mshome.net/

I also have a Windows Server 2003 Domain Controller running at dc.mshome.net.

I want CentOS 5.1 machine to use cosign to auth against dc.mshome.net AD and 
then allow user to access https://file.mshome.net.

Could you please provide me a sample configuration set as well as point out any 
mistake in my steps so far.

ps - I am weak in Linux stuff so please help. We are plan to deploy CoSign at 
our company.

Thanks so much.
David
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Cosign-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cosign-discuss

Reply via email to