Skip to content

hae-andrew-young/ldap-activedirectory-samba

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Run Active Directory with Samba Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 73.6%
  • Dockerfile 26.4%