日時 | |
関係者(共同研究者) | |
UPKI用Shibboleth IdPの構築記録(OS環境の設定 No.1)
・Centos 5.3のインストール(http://ftp.yz.ya…)
CentOS-5.3-i386-netinstall.isoをダウンロードしてftpサーバよりOSをインストール
・ntpのインストール
# yum install ntp.i386
・時刻合わせためにcrontab の設定
*/3 * * * * /sbin/clock --hctosys
10 0-23/1 * * * /usr/sbin/ntpdate (NTPサーバ)&& /sbin/clock -w
・gccのインストール
# yum install gcc.i386
・opensslのインストール(http://ftp.yz.ya…)
% tar zxf openssl-xx.xx.tar.gz
% make
# make install
・Berkeley DB のインストール(
http://www.oracl…)
% tar zxf db-x.x.x.tar.gz
% cd build_unix/
% ../dist/configure
% make
# make install
または、
# yum install db4-devel.i386
・openldapのインストール(http://ftp.yz.ya…)
% tar zxf openldap-x.x.tgz
% ./configure --enable-overlays --enable-dyngroup --enable-dynlist --enable-rwm --enable-crypt --enable-ldap
# make install
・apacheのインストール(http://ftp.yz.ya…)
% tar zxf httpd-2.x.x.tar.gz
% ./configure --enable-ssl --enable-proxy --with-ssl=/usr/local/ssl/
・JDKのインストール(http://java.sun.…)
# sh jdk-6uxx-linux-i586-rpm.bin
・freeradius-server-2.x.xのインストール
(http://freeradiu…)
% ./configure --with-openssl-includes=/usr/local/ssl/include --with-openssl-libraries=/usr/local/ssl/lib
% make
# make install
UPKI用Shibboleth IdPの構築記録(OS環境の設定 No.2)1)に続く
【関連講義】
・サイバーキャンパス「鷹山」,UPKI関係資料2)
【関連書籍】
・シボレスIdPの構築3)
西暦 | 令和 | 🔷 平成 | 🔷 昭和 | 🔷 大正 | 🔷 明治 |
---|---|---|---|---|---|
2004 | R-14 | H16 | S79 | T93 | M137 |
2005 | R-13 | H17 | S80 | T94 | M138 |
2006 | R-12 | H18 | S81 | T95 | M139 |
2007 | R-11 | H19 | S82 | T96 | M140 |
2008 | R-10 | H20 | S83 | T97 | M141 |
2009 | R-9 | H21 | S84 | T98 | M142 |
2010 | R-8 | H22 | S85 | T99 | M143 |
2011 | R-7 | H23 | S86 | T100 | M144 |
2012 | R-6 | H24 | S87 | T101 | M145 |
2013 | R-5 | H25 | S88 | T102 | M146 |
2014 | R-4 | H26 | S89 | T103 | M147 |