10
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

LDAP用語メモ

Posted at

エントリ

entry
実世界のオブジェクトを反映したもの

DIT

Directory Information Tree
組織構造を反映した階層ツリー

DN

Distinguished Name
ディレクトリサービス中で一意な名前
エントリ自身の名前と上位のエントリの名前を連結したものになる。

RDN

Relative Distinguished Name
エントリ自身の名前

属性

attribute
エントリに付随する情報
型と1つ以上の値のペアで表される
エントリは必ず objectClass という属性を持つ
オブジェクト指向プログラミング(以下OOP)でのオブジェクトインスタンスに対するクラスに相当
オブジェクトクラスによってどのような属性を持てるかが決まる

ユーザ属性

権限を持ったユーザが更新できる属性

運用属性

システムが管理する属性(エントリの作成・更新日時etc)

ルートエントリ, DSE, ルートDSE

Root Entry
Directory Service Entry
Root Directory Service Entry

名前を持たない概念的エントリ
サーバ固有情報を持つ

ネーミングコンテキスト

DITを複数のサーバに分割して管理した際、あるサーバで管理している領域の最上位のエントリ

スキーマ

属性の型やオブジェクトクラス(object class)などの情報を格納するための枠組み(の定義)
OOPの「クラス」に相当
全てのオブジェクトクラスは最上位のオブジェクトクラス"top"から派生
属性型は属性構文(attribute syntax)と照合規則(matching rule)を定義

LDIF

LDAP Data Interchange Format
LDAPのデータをまとめて処理するためのテキスト形式

10
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?