coreweave/samba-ad
Shell
Captured source
source ↗published Aug 28, 2021seen 6dcaptured 10hhttp 200method plain
coreweave/samba-ad
Description: A Samba docker container, presenting a volumeMount share controlled by an Active Directory group.
Language: Shell
Stars: 3
Forks: 0
Open issues: 1
Created: 2021-08-28T00:56:40Z
Pushed: 2023-07-13T00:00:31Z
Default branch: develop
Fork: no
Archived: no
README:
coreweave/samba-ad
This Docker image, based on Debian, uses Samba and Winbind to join a defined domain. Samba creates a file share using a user group on a designated domain for access.
The container entry point /entrypoint.sh expects the following environment variables:
DCIP: The IP of the primary domain controller located in your namespaceDNSDOMAIN: The fully qualified search realm of your domainDOMAINNAME: The name of your domain (not fully qualified)SHARE*: Names of the Shared Filesystem PVC to be mounted as a file shareGROUPNAME: Group granted ownership access of the shared PVCAD_USERNAME: User account in your domain with domain join permissionsAD_PASSWORD: Password of user account in your domain with domain join permissions
Services smbd nmbd and winbindd are controlled by supervisord.