Skip to content

Commit ab2e92d

Browse files
obnoxxxphlogistonjohn
authored andcommitted
ad-server: provision: use "dc1" as dc-name
"samba1" is so generic, could be used for other things. "dc1" is more specific. Signed-off-by: Michael Adam <[email protected]>
1 parent 12a4eec commit ab2e92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/ad-server/provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
REALM="DOMAIN1.SINK.TEST"
66
DOMAIN="DOMAIN1"
7-
DCNAME="samba1"
7+
DCNAME="dc1"
88
PW="Passw0rd"
99

1010
#if ! grep -q $HOSTNAME /etc/hosts ; then

0 commit comments

Comments
 (0)