Show Table of Contents
34.2. Directory Server コンポーネントの設定
Directory Server (DS) を手動で設定するには、以下を実行します。
- DS を停止します。
#
systemctl stop dirsrv@EXAMPLE-COM.service /etc/dirsrv/slapd-EXAMPLE-COM/dse.ldifファイルを開いて、cn=encryption,cn=configエントリーを以下に設定します。sslVersionMin: TLS1.2
- DS を起動します。
#
systemctl start dirsrv@EXAMPLE-COM.service
もしくは
ldapmodify ユーティリティーを使用して DS を自動設定します。
ldapmodifyを使って設定を変更します。ldapmodify -h localhost -p 389 -D 'cn=directory manager' -W << EOF dn: cn=encryption,cn=config changeType: modify replace: sslVersionMin sslVersionMin: TLS1.2 EOF
- DS を再起動して新しい設定を読み込みます。
#
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.