Skip to content

LDAP (Lightweight Directory Access Protocol) #17

@lukasmay

Description

@lukasmay

Simulation Goal: Simulate a central directory service for user authentication and authorization, critical for simulating identity management and testing enumeration.

Simulation Steps:

  • Pull Image: Use an OpenLDAP image (e.g., osixia/openldap).
  • Configure: Set the admin password and base domain (e.g., dc=sim,dc=local).
  • Run Container: Start the container, mapping port 389 (or 636 for LDAPS).
  • Verification/Populate: Use an LDAP client (e.g., Apache Directory Studio) to connect and add a test organizational unit and user entry.

Key Metrics/Outputs: Successful bind/connection using the admin DN, logs showing LDAP server startup.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions