Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Samba-ActiveDirectory/samba-activedirectory-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ chmod 644 /etc/default/named

systemctl is-active samba-ad-dc > /dev/null 2>&1
if [ $? -eq 0 ]; then
whiptail --msgbox "\n!!! INSTALLATION SUCCESSFULLY !!!\n\nDomain Name: $REALM\nDC Hostname: $HNAME.$REALM\n\n- resolv.conf updated (127.0.0.1).\n- You can test Kerberos and DNS queries from the DC itself.\n\nTest Command:\nhost -t SRV _ldap._tcp.$DOMAIN.$REALM 127.0.0.1" 20 80 45
whiptail --msgbox "\n!!! INSTALLATION SUCCESSFULLY !!!\n\nDomain Name: $REALM\nDC Hostname: $HNAME.$REALM\n\n- resolv.conf updated (127.0.0.1).\n- You can test Kerberos and DNS queries from the DC itself.\n\nTest Command:\nhost -t SRV _ldap._tcp.$REALM 127.0.0.1" 20 80 45
else
whiptail --msgbox "\n!!! ERROR: INSTALLATION COULD NOT BE COMPLETED !!!\n\nSamba-AD-DC service not started.\nCheck the log file: $LOGFILE" 20 80 45
fi
Expand Down