summaryrefslogtreecommitdiff
path: root/examples/scripts/wins_hook/README
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-07-12 16:37:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:04 -0500
commit2bba724fc51f5d762dafcad5386803e2faad3275 (patch)
tree4bab944e27c78fa6dad09fb065121f66a608178c /examples/scripts/wins_hook/README
parentb99ae5137471fad034dc7e98bc60cd2dc893b631 (diff)
downloadsamba-2bba724fc51f5d762dafcad5386803e2faad3275.tar.gz
samba-2bba724fc51f5d762dafcad5386803e2faad3275.tar.bz2
samba-2bba724fc51f5d762dafcad5386803e2faad3275.zip
r8387: moving wins_hook to scripts directory
(This used to be commit 9d507b218d90d4a7e6a5cc97994f5f5adb686cbf)
Diffstat (limited to 'examples/scripts/wins_hook/README')
-rw-r--r--examples/scripts/wins_hook/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/scripts/wins_hook/README b/examples/scripts/wins_hook/README
new file mode 100644
index 0000000000..1147f57e22
--- /dev/null
+++ b/examples/scripts/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.