diff options
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-NetworkBrowsing.xml | 12 | ||||
-rw-r--r-- | docs/smbdotconf/logon/logondrive.xml | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-NetworkBrowsing.xml b/docs/Samba3-HOWTO/TOSHARG-NetworkBrowsing.xml index 2915151751..d12410f981 100644 --- a/docs/Samba3-HOWTO/TOSHARG-NetworkBrowsing.xml +++ b/docs/Samba3-HOWTO/TOSHARG-NetworkBrowsing.xml @@ -1336,10 +1336,14 @@ browsing on networks that contain NT domains. <para> <indexterm><primary>replication</primary><secondary>WINS</secondary></indexterm> <indexterm><primary>WINS replication</primary></indexterm> -Samba-3 permits WINS replication through the use of the <filename>wrepld</filename> utility. This tool is not -currently in use because it is still in development and has not been worked on for a long time. 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. +Samba-3 does not support native WINS replication. There was an approach to implement it, called +<filename>wrepld</filename>, but it was never ready for action and the development is now discontinued. +</para> +<para> +Meanwhile, there is a project named <filename>samba4WINS</filename>, which makes it possible to +run the Samba-4 WINS server parallel to Samba-3 since version 3.0.21. More information about +<filename>samba4WINS</filename> are available at http://ftp.sernet.de/pub/samba4WINS. + </para> </sect2> diff --git a/docs/smbdotconf/logon/logondrive.xml b/docs/smbdotconf/logon/logondrive.xml index 145a7a8eed..b32cfd7006 100644 --- a/docs/smbdotconf/logon/logondrive.xml +++ b/docs/smbdotconf/logon/logondrive.xml @@ -14,6 +14,6 @@ Note that this option is only useful if Samba is set up as a logon server. </para> </description> -<value type="default">z:</value> +<value type="default"></value> <value type="example">h:</value> </samba:parameter> |