Stylesheet style.css not found, please contact the developer of "osstech" template.

OpenLDAPの教科書

OpenLDAPの教科書

Software Design 2015年6月号 第2特集『OpenLDAPの教科書』

  • 「LDAPの用途と設計方針」(P64~70)(代表取締役 小田切耕司、技術取締役 武田保真 執筆)
  • 「OpenLDAPによるLDAPサーバ構築」(P71~84)(エンジニア 鈴木慶太 執筆)
  • 「LDAPクライアントの設定事例集」(P85~93)(技術取締役 武田保真、エンジニア 濱野司 執筆)

お詫びと訂正

本書の記載内容に誤りがありました。 お詫びをするとともに、ここに訂正いたします。 (2015年10月15日更新)

Software Design 2015年6月号の訂正

P.80

* 誤

# echo password (証明書ストアのパスワード) > /etc/openldap/certs/password

* 正

# echo (証明書ストアのパスワード) > /etc/openldap/certs/password

* 誤

# certutil -S -n "CA certificate" -k rsa -g 4096 -Z SHA256 -s "cn=CAcert" -x -t "CT,," -m 1000 -v 120 -d /etc/openldap/certs -f /etc/openldap/certs/password
"cn=ldap1.example.com" -c "CA certificate" -t "u,u,u" -v 120 -d /etc/openldap/certs -f /etc/openldap/certs/password

* 正

# certutil -S -n "CA certificate" -k rsa -g 4096 -Z SHA256 -s "cn=CAcert" -x -t "CT,," -m 1000 -v 120 -d /etc/openldap/certs -f /etc/openldap/certs/password
Continue typing until the progress meter is full: <乱数生成用に適当に文字を入力>
Finished. Press enter to continue: <Enterを入力>

抜き刷り冊子の訂正

P.18

* 誤

# echo password (証明書ストアのパスワード) > /etc/openldap/certs/password

* 正

# echo (証明書ストアのパスワード) > /etc/openldap/certs/password

* 誤

# certutil -S -n "CA certificate" -k rsa -g 4096 -Z SHA256 -s "cn=CAcert" -x -t "CT,," -m 1000 -v 120 -d /etc/openldap/certs -f /etc/openldap/certs/password
"cn=ldap1.example.com" -c "CA certificate" -t "u,u,u" -v 120 -d /etc/openldap/certs -f /etc/openldap/certs/password

* 正

# certutil -S -n "CA certificate" -k rsa -g 4096 -Z SHA256 -s "cn=CAcert" -x -t "CT,," -m 1000 -v 120 -d /etc/openldap/certs -f /etc/openldap/certs/password
Continue typing until the progress meter is full: <乱数生成用に適当に文字を入力>
Finished. Press enter to continue: <Enterを入力>

* 誤

# certutil -S -k rsa -g 4096 -Z SHA256 -n "OpenLDAP Server" -s "cn=ldap1.example.com" -c "CA certificate" -t "u,u,u" -v 120 -d /etc/openldap/certs -f /etc/openldap/certs/password
Continue typing until the progress meter is full: <乱数生成用に適当に文字を入力>
Finished. Press enter to continue: <Enterを入力>

* 正

# certutil -S -k rsa -g 4096 -Z SHA256 -n "OpenLDAP Server" -s "cn=ldap1.example.com" -c "CA certificate" -t "u,u,u" -v 120 -d /etc/openldap/certs -f /etc/openldap/certs/password
Continue typing until the progress meter is full: <乱数生成用に適当に文字を入力>
Finished. Press enter to continue: <Enterを入力>
Notice: Trust flag u is set automatically if the private key is present.
© 2024 Open Source Solution Technology Corporation, All Rights Reserved.
お問い合わせ: info @ osstech.co.jp
-->