diff options
author | John Terpstra <jht@samba.org> | 2003-04-17 16:08:22 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-17 16:08:22 +0000 |
commit | 30f3314a0f70bff6c447164a60463f10731c4805 (patch) | |
tree | 1125919a0157752bd34ced9f6325fd4f83181b77 /docs/docbook/projdoc/Browsing-Quickguide.sgml | |
parent | 491aa2bfde1010709e61807a62d5a77b54a6179f (diff) | |
download | samba-30f3314a0f70bff6c447164a60463f10731c4805.tar.gz samba-30f3314a0f70bff6c447164a60463f10731c4805.tar.bz2 samba-30f3314a0f70bff6c447164a60463f10731c4805.zip |
Edits in progress.
(This used to be commit c1dea19852d8eedf590323ac464f863eb3b92c83)
Diffstat (limited to 'docs/docbook/projdoc/Browsing-Quickguide.sgml')
-rw-r--r-- | docs/docbook/projdoc/Browsing-Quickguide.sgml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/Browsing-Quickguide.sgml b/docs/docbook/projdoc/Browsing-Quickguide.sgml index ed5b9a61af..d8df57dcb9 100644 --- a/docs/docbook/projdoc/Browsing-Quickguide.sgml +++ b/docs/docbook/projdoc/Browsing-Quickguide.sgml @@ -301,6 +301,32 @@ particularly not using it's own IP address. Specifying both will cause &nmbd; to refuse to start! </para></important> +<sect2> +<title>WINS Replication</title> + +<para> +Samba-3 permits WINS replication through the use of the <filename>wrepld</filename> utility. +This tool is not currently capable of being used as it is still in active development. +As soon as this tool becomes moderately functional we will prepare man pages and enhance this +section of the documentation to provide usage and technical details. +</para> + +</sect2> +<sect2> +<title>Static WINS Entries</title> + +<para> +New to Samba-3 is a tool called <filename>winsedit</filename> that may be used to add +static WINS entries to the WINS database. This tool can be used also to modify entries +existing in the WINS database. +</para> + +<para> +The development of the winsedit tool was made necessary due to the migration +of the older style wins.dat file into a new tdb binary backend data store. +</para> + +</sect2> </sect1> <sect1> |