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/