Show Table of Contents
35.2. Configuring the Directory Server Component
To configure Directory Server (DS) manually:
- Stop DS:
#
systemctl stop dirsrv@EXAMPLE-COM.service - Open the
/etc/dirsrv/slapd-EXAMPLE-COM/dse.ldiffile, and modify thecn=encryption,cn=configentry to set the following:sslVersionMin: TLS1.2
- Start DS:
#
systemctl start dirsrv@EXAMPLE-COM.service
Alternatively, to configure DS automatically using the
ldapmodify utility:
- Use
ldapmodifyto make the configuration changes for you:ldapmodify -h localhost -p 389 -D 'cn=directory manager' -W << EOF dn: cn=encryption,cn=config changeType: modify replace: sslVersionMin sslVersionMin: TLS1.2 EOF
- Restart DS to load the new configuration:
#
systemctl restart dirsrv@EXAMPLE-COM.service

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.