Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 700 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 700 Bytes

ldap-activedirectory-samba

Run Active Directory with Samba Server in Docker Container.

Run Via Docker Compose in single command

docker compose up --build -d

You can use LDAP Admin to browse and modify the controller. Or you can use samba-tool as a CLI administration tool.

  • Port: 389
  • TLS is disabled
  • USERNAME: STTX-LOCAL\Administrator
  • Password: admin123!
  • Distinguished Name: DC=sttx,DC=local

Reference : This is based following Article, I have made some refinements : https://schneide.blog/2022/06/27/running-a-containerized-activedirectory-for-developers/