Skip to content

Commit

Permalink
Issue #120 add SERVER_STRING to samba-dc image config (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Aug 31, 2023
1 parent 75c0972 commit dffd32f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/samba-dc/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ statefulset:
interfaces: lo
netbios_name: samba
realm: workgroup.example.com
server_string: Samba Domain Controller
tz: UTC
workgroup: WORKGROUP
# TODO: this will join with incorrect hostname until the following
Expand Down
1 change: 1 addition & 0 deletions images/samba-dc/smb.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
netbios name = {{ NETBIOS_NAME }}
realm = {{ REALM }}
server role = active directory domain controller
server string = {{ SERVER_STRING }}
workgroup = {{ WORKGROUP }}

add machine script = /usr/sbin/adduser -D -H -G users -s /bin/false %u
Expand Down

0 comments on commit dffd32f

Please sign in to comment.