diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-15 10:00:46 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-15 10:00:46 +1100 |
commit | 7dcabdec74bdfbb323ecd2c268cd1278e6f2c006 (patch) | |
tree | 29b6020bd46b63c530ff5ee5e8f2c4e010643028 /source4/scripting/bin | |
parent | b41290c10dc3e6c783b7a51477be903d202ed074 (diff) | |
download | samba-7dcabdec74bdfbb323ecd2c268cd1278e6f2c006.tar.gz samba-7dcabdec74bdfbb323ecd2c268cd1278e6f2c006.tar.bz2 samba-7dcabdec74bdfbb323ecd2c268cd1278e6f2c006.zip |
s4-script: flush DNS after adding new addresses
Diffstat (limited to 'source4/scripting/bin')
-rwxr-xr-x | source4/scripting/bin/setup_dns.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/bin/setup_dns.sh b/source4/scripting/bin/setup_dns.sh index f296de2b8e..f20ad145c1 100755 --- a/source4/scripting/bin/setup_dns.sh +++ b/source4/scripting/bin/setup_dns.sh @@ -33,5 +33,6 @@ scripting/bin/nsupdate-gss --realm=$DOMAIN --noverify --ntype="CNAME" $OBJECTGUI exit 1 } echo "Checking" +rndc flush host $HOSTNAME.$DOMAIN host $OBJECTGUID._msdcs.$DOMAIN |