summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-06-29 08:21:42 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:57 -0500
commita0df8ce27d8ade2220b10e4f007f9ec3b7833a86 (patch)
tree24f5860b3130ba7f58cb617d64433e0d2c1f026f
parent6713e84bba2c49ab2a199e23b85a63dc7bf477c6 (diff)
downloadsamba-a0df8ce27d8ade2220b10e4f007f9ec3b7833a86.tar.gz
samba-a0df8ce27d8ade2220b10e4f007f9ec3b7833a86.tar.bz2
samba-a0df8ce27d8ade2220b10e4f007f9ec3b7833a86.zip
Update.
(This used to be commit 83a5d81b34eada97484ff23cf87727c97d6cfe2c)
-rw-r--r--docs/Samba3-HOWTO/TOSHARG-Compiling.xml13
-rw-r--r--docs/Samba3-HOWTO/TOSHARG-DomainMember.xml2
-rw-r--r--docs/Samba3-HOWTO/TOSHARG-Install.xml4
3 files changed, 11 insertions, 8 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-Compiling.xml b/docs/Samba3-HOWTO/TOSHARG-Compiling.xml
index e110afaea5..f70e844fa4 100644
--- a/docs/Samba3-HOWTO/TOSHARG-Compiling.xml
+++ b/docs/Samba3-HOWTO/TOSHARG-Compiling.xml
@@ -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>
diff --git a/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml b/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml
index d3f7f77d3c..2464d5a994 100644
--- a/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml
+++ b/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml
@@ -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.
diff --git a/docs/Samba3-HOWTO/TOSHARG-Install.xml b/docs/Samba3-HOWTO/TOSHARG-Install.xml
index d038ff2a1d..e3df89f506 100644
--- a/docs/Samba3-HOWTO/TOSHARG-Install.xml
+++ b/docs/Samba3-HOWTO/TOSHARG-Install.xml
@@ -160,7 +160,9 @@
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>