Monday, January 4, 2016

LDAP - intro



LDAP

attribute=value pairs
- Most specific attribute is listed first
  - This may be similar to the way you already think

CN=WIDGETWEB, OU=Marketing, O=Widget, L=London, ST=London, C-GB, DC=widget, DC=com

Attribute Field Usage
------------------------------------------------------------------
CN -------- Common Name                   Identifies the person or object
OU -------- Organizational Unit            A unit or department within the organization
O  ---------  Organization                      Name of the organization
L  ---------  Locality                             Usually a city or area
ST --------  State                                 A state province or country within a country
C  -------- - Country                            The country's 2-character ISO code such as c=US or c=GB)
DC --------  Domain Component        Components of the objects domain


Hirarchical structure
- Build a tree

Container objects
 - country, organization, org units

Leaf object
- users, computers, printers, files


root
 |
-------------------------
| |
C=GB C=US
|
|
|
--------------------------------------
| | |
| | |
O=Widget
|
|
-------------------------------------------------
| | |
| | |
OU=Marketing OU=Accounts OU=MIS
|
|
---------------------------------------------- Leaf objects
| |
| |
CN=WEDGETWEB CN=WEBMASTER

source  - internet / unknown

No comments:

Post a Comment