Directory Services

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Directory

  • centralized, hierarchical repository of information about users, groups, devices, and applications in an IT system

2
New cards

Directory Services

  • protocols, functions, and APIs that provide access to the directory

  • Example: LDAP and DAP

3
New cards

Directory-Enabled Applications

  • applications that rely on the directory for authentication and user information

  • VPNs, email systems, SSO systems

4
New cards

Hierarchical Organization

  • Root → Branches → Leafs

5
New cards

Attributes & Inheritance

  • Objects inherit attributes based on location

  • When moved, they adopt new location’s attributes

6
New cards

Pruning and Grafting

  • moving objects within the directory tree, except the root

7
New cards

Directory Schema

  • defines the allowable attributes, structure, and relationships in the directory

8
New cards

Organizational Unit (OUs)

  • containers that organize directory objects and can be nested

9
New cards

Leaf Objects

  • final objects like users, computers, printers

  • can’t contain other objects

10
New cards

Distinguished Name

  • unique identifier for an object in the directory

  • can be absolute or relative

11
New cards

Relative DN

  • only lists the location from the current setting in the client

12
New cards

Absolute DN

  • includes the complete location of the item all the way from the root

13
New cards

Directory Context

14
New cards

Directory Naming Conventions

  • 4 Layers

    • c = Country

    • o = Organization

    • ou = Organizational Unit

    • cn = Common Name

  • LDAP naming

    • cn = John Doe, ou = Student, o = CIT, c = WL

15
New cards

X.500

  • early standard for directory services

  • introduced trees, DNs, RDNs, and several protocoles (Dap, DSP)

16
New cards

LDAP

  • lightweight directory access protocol

  • modern replacement for DAP

  • TCP/IP based (Port 389)

17
New cards

Active Directory

  • Microsoft’s directory service

  • X.500 based

18
New cards

eDirectory

  • Novell’s directory service

  • X.500 based

19
New cards

Open Directory

  • Apple’s directory service

  • uses LDAP and Kerberos

20
New cards

Directory Scenarios

  • Large organizations

    • required with multiple departments

  • Small organizations

    • optional, typically use a single location in the directory