diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-14 01:15:42 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-14 01:15:42 +0000 |
commit | 134e7f948de25e9bcb4297a0f125ee67774c7fac (patch) | |
tree | 09cc6c5468188e39e5f64d66afe942ed93d16bf7 /examples/wins_hook/README | |
parent | 3b9f84290a2fc46f8411352910b8c6d1127033d2 (diff) | |
download | samba-134e7f948de25e9bcb4297a0f125ee67774c7fac.tar.gz samba-134e7f948de25e9bcb4297a0f125ee67774c7fac.tar.bz2 samba-134e7f948de25e9bcb4297a0f125ee67774c7fac.zip |
Put 'wins hook' example back in. Fixes bug #268)
(This used to be commit a1e1421d1ef70088e1cf2308e8cfbf139e25ddaa)
Diffstat (limited to 'examples/wins_hook/README')
-rw-r--r-- | examples/wins_hook/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/wins_hook/README b/examples/wins_hook/README new file mode 100644 index 0000000000..1147f57e22 --- /dev/null +++ b/examples/wins_hook/README @@ -0,0 +1,8 @@ +This is an example script for doing dynamic DNS updates from the WINS +database. You use this by putting the full path to the script in the +"wins hook" option in smb.conf. Remember to mark the script executable +and to set the right domain at the top of the script. + +See the BIND documentation for how to enable dynamic DNS +updates. Remember to restrict the updates as far as you can to reduce +the security risks inherent in dynamic DNS. |