Difference between revisions of "CentOS 8.x 389DS basic installation"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="389DS basic installation">CentOS 8.x 389DS|389DS</yambe:breadcrumb> =CentOS 8.x 389DS basic installation= To install 389-DS on CentOS 8 use: # Set pro...")
(No difference)

Revision as of 07:18, 9 February 2021

<yambe:breadcrumb self="389DS basic installation">CentOS 8.x 389DS|389DS</yambe:breadcrumb>

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:



<yambe:breadcrumb self="389DS basic installation">CentOS 8.x 389DS|389DS</yambe:breadcrumb>