Skip to content

Instantly share code, notes, and snippets.

@ajin
Last active August 19, 2017 21:26
Show Gist options
  • Save ajin/8e977e9c1dd4c2954aff767ae501b3c4 to your computer and use it in GitHub Desktop.
Save ajin/8e977e9c1dd4c2954aff767ae501b3c4 to your computer and use it in GitHub Desktop.
Installing 389 Directory Server on RHEL 7.4 with workaround conflicts
wget http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-10.noarch.rpm
rpm --import RPM-GPG-KEY-EPEL-7
yum localinstall epel-release-7-10.noarch.rpm
yum install 389-ds-base 389-admin
yum install ldapjdk
wget https://dl.fedoraproject.org/pub/epel/7/x86_64/i/idm-console-framework-1.1.17-1.el7.noarch.rpm
rpm --nodeps -ivh idm-console-framework-1.1.17-1.el7.noarch.rpm
yum install 389-console
setup-ds-admin.pl
# Would you like to continue with set up? [yes]: yes
# Would you like to continue? [no]: yes
# Choose a setup type [2]: 1
# Do you want to register this software with an existing
# configuration directory server? [no]: no
# administrator ID [admin]: admin
# Directory server network port [389]: 389
# Directory server identifier [host]: host
# Directory Manager DN [cn=Directory Manager]: PRESS ENTER
# Administration port [9830]: PRESS ENTER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment