Update.
authorJohn Terpstra <jht@samba.org>
Wed, 29 Jun 2005 08:21:42 +0000 (08:21 +0000)
committerJohn Terpstra <jht@samba.org>
Wed, 29 Jun 2005 08:21:42 +0000 (08:21 +0000)
Samba3-HOWTO/TOSHARG-Compiling.xml
Samba3-HOWTO/TOSHARG-DomainMember.xml
Samba3-HOWTO/TOSHARG-Install.xml

index e110afaea592f35e301fa93d9d53b32feabef238..f70e844fa4bea73a8d41cf4c88823fdd2a5847fd 100644 (file)
@@ -147,12 +147,13 @@ To gain access via anonymous Subversion, use the following steps.
        <para>
        <indexterm><primary>rsync</primary></indexterm>
        <indexterm><primary>ftp</primary></indexterm>
-       <parameter>pserver.samba.org</parameter> also exports unpacked copies of most parts of the Subversion 
-       tree at the Samba <ulink noescape="1" url="ftp://pserver.samba.org/pub/unpacked">pserver</ulink> 
-       location and also via anonymous rsync at the Samba
-       <ulink noescape="1" url="rsync://pserver.samba.org/ftp/unpacked/">rsync</ulink> server location. 
-       I recommend using rsync rather than ftp.
-       See <ulink noescape="1" url="http://rsync.samba.org/">the rsync home page</ulink> for more info on rsync.                      
+       <parameter>pserver.samba.org</parameter> also exports unpacked copies of most parts of the Subversion tree
+       at the Samba <ulink noescape="1" url="ftp://pserver.samba.org/pub/unpacked">pserver</ulink> location and also
+       via anonymous rsync at the Samba <ulink noescape="1"
+       url="rsync://pserver.samba.org/ftp/unpacked/">rsync</ulink> server location.  I recommend using rsync rather
+       than ftp, because rsync is capable of compressing data streams, but it is also more useful than FTP because
+       during a partial update it will transfer only the data that is missing plus a small overhead.  See <ulink
+       noescape="1" url="http://rsync.samba.org/">the rsync home page</ulink> for more info on rsync.
        </para>
 
        <para>
index d3f7f77d3c07cca917da6a75ec3f0790617257ca..2464d5a9948045fa3c3bcb1f83502c9ad7b075b3 100644 (file)
@@ -939,7 +939,7 @@ and it may be detrimental.
 <indexterm><primary>KDC</primary></indexterm>
 <indexterm><primary>_kerberos.REALM.NAME</primary></indexterm>
 Microsoft ADS automatically create SRV records in the DNS zone 
-<parameter>_kerberos.REALM.NAME</parameter> for each KDC in the realm. This is part
+<parameter>_kerberos._tcp.REALM.NAME</parameter> for each KDC in the realm. This is part
 of the installation and configuration process used to create an Active Directory domain.
 A KDC is a Kerberos Key Distribution Center and forms an integral part of the Microsoft
 active directory infrastructure.
index d038ff2a1db7fc43b5798022d06dd1f52f09094f..e3df89f5066d2d3c93a2f107244096846848aa1d 100644 (file)
                        This daemon should be started when Samba is a member of a Windows NT4 or ADS domain. It is also needed when
                        Samba has trust relationships with another domain. The <command>winbindd</command> daemon will check the
                        &smb.conf; file for the presence of the <parameter>idmap uid</parameter> and <parameter>idmap gid</parameter>
-                       parameters. If they are not found, <command>winbindd</command> will bail out and refuse to start.
+                       parameters. If they are are found, <command>winbindd</command> will use the values specified for
+                       for UID and GID allocation. If these parameters are not specified, <command>winbindd</command>
+                       will start but it will not be able to allocate UIDs or GIDs.
                        </para></listitem>
                </varlistentry>
        </variablelist>