Archive for April, 2009
CentOS 5.3 with Directory Server
Thursday, April 30th, 2009I used a fresh install of CebtOS 5.3
I used this Howto
The steps:
set FQDN
cd /etc/yum.repos.d/
wget -q http://dev.centos.org/centos/5/CentOS-Testing.repo
sed ‘/gpgkey/a exclude=java-1.7.0-icedtea \
priority=10′ /etc/yum.repos.d/CentOS-Testing.repo
sed ‘/gpgkey/a exclude=jpackage-utils’ /etc/yum.repos.d/CentOS-Base.repo
yum –enablerepo=c5-testing install centos-ds
yum install xorg-x11-xauth bitstream-vera-fonts dejavu-lgc-fonts urw-fonts
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
(set priority)
yum install java-1.6.0-openjdk
/usr/sbin/alternatives –config java
setup-ds-admin.pl
chkconfig dirsrv on
chkconfig dirsrv-admin on
centos-idm-console -a http://localhost:9830
