CentOS 8.x 389DS basic installation

From Notes_Wiki

Home > CentOS > CentOS 8.x > CentOS 8.x authentication servers > CentOS 8.x 389DS > CentOS 8.x 389DS basic installation

To install 389-DS on CentOS 8 use:

  1. Set proper hostname on system
    hostnamectl set-hostname 389ds.example.com
  2. Make sure host is resolvable via DNS or /etc/hosts
  3. Enable epel-release
    dnf -y install epel-release
  4. Install 389-DS related modules
    dnf -y module install 389-directory-server:stable/default
  5. Install 389-DS in interactive manner using:
    dscreate interactive
    Note that there are options to do this installation non-interactively with templates
  6. To manage latest 389-DS we can use cockpit instead of older 389-console. To install and enable cockpit refer CentOS 8.x cockpit


Refer:



Home > CentOS > CentOS 8.x > CentOS 8.x authentication servers > CentOS 8.x 389DS > CentOS 8.x 389DS basic installation