Project

General

Profile

Actions

サポート #192

closed

サポート #187: 管理サーバーの建造を考える

openldapのインストール構築

Added by Clelia ごりゅ over 11 years ago. Updated over 11 years ago.

Status:
終了
Priority:
通常
Start date:
10/27/2014
Due date:
10/29/2014
% Done:

100%

Estimated time:

Description

ldapサーバーを構築します。
インストールについてはpkgを使用してインストールしました。
pkg install openldap-server

作業ログ

旧サーバーのslapd.confを持って来る

cp -i slapd.conf /usr/local/etc/openldap/

DB_CONFIGファイルを準備する

cp DB_CONFIG.example /var/db/openldap-data/DB_CONFIG

DBの持ち主を修正

cd /var/db/openldap-data/
chown ldap:ldap *

アカウント情報を投入する

slapadd -l xxxxxxxxxx

旧サーバーをスレーブにするにはスレーブの設定を投入して再起動でOK

  • 各種既存サーバーの設定
  • ldap.confの中身を編集し、管理サーバーに向くように変更
  • account作成スクリプトの中身を編集する、root配下の物以外にもchange系のスクリプトもあるので注意の事(メールアドレス情報とか

メモ

ldap.confの設定
http://d.hatena.ne.jp/millsol/20111117/p1

タイムアウトをさっさと行わせて
鯖落ち時に出来るだけ早くローカルアカウントを使う方向にする

Actions #1

Updated by Clelia ごりゅ over 11 years ago

  • Description updated (diff)

メモ追加

Actions #2

Updated by Clelia ごりゅ over 11 years ago

  • Description updated (diff)
  • Due date set to 10/29/2014
  • Status changed from 新規 to 終了
  • % Done changed from 0 to 100

ldapに関しては問題なく稼働していると思います。

Actions

Also available in: Atom PDF