1
3

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

#LDAPとは
Lightweight Directory Access Protocol
ディレクトリサービスへアクセスするためのプロトコルのこと

#LDAPの種類
####① Active Directory
Microsoft製
####② OpenLDAP
オープンソフトウェア

#LDAPで何をするのか
属性(個人名、部署名など)で構成されたエントリ(関連属性のまとまりのこと)の検索・追加・削除を操作する。

LDAPクライアントがLDAPサーバへ接続するとき、TCPポート389番を使う。

image.png

#LDAP識別名とは
LDAPでディレクトリサービスへアクセスする際に、アクセス対象を指定する手段。
識別名(DN = Distiguished Name)とも呼ぶ。

参考サイト及び画像引用元
LDAPとは

1
3
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
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?