diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-27 18:25:06 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-27 19:27:18 +1000 |
commit | 570c89287e3f5e424db65098d5e60c9e37a5b6f3 (patch) | |
tree | 0594fc5c726ffb8077fc24f617017ba8009f9aea /source4 | |
parent | 7872efcbc0d02ef5ca79abf08f3274463ff3ec26 (diff) | |
download | samba-570c89287e3f5e424db65098d5e60c9e37a5b6f3.tar.gz samba-570c89287e3f5e424db65098d5e60c9e37a5b6f3.tar.bz2 samba-570c89287e3f5e424db65098d5e60c9e37a5b6f3.zip |
s4-dns: explain what the file is for
Diffstat (limited to 'source4')
-rw-r--r-- | source4/setup/dns_update_list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/setup/dns_update_list b/source4/setup/dns_update_list index 0e32cda349..c69e155a80 100644 --- a/source4/setup/dns_update_list +++ b/source4/setup/dns_update_list @@ -1,3 +1,5 @@ +# this is a list of DNS entries which will be put into DNS using +# dynamic DNS update. It is processed by the samba_dnsupdate script A ${DNSDOMAIN} $IP A ${HOSTNAME} $IP CNAME ${NTDSGUID}._msdcs.${DNSDOMAIN} ${HOSTNAME} |