From a0df8ce27d8ade2220b10e4f007f9ec3b7833a86 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 29 Jun 2005 08:21:42 +0000 Subject: Update. (This used to be commit 83a5d81b34eada97484ff23cf87727c97d6cfe2c) --- docs/Samba3-HOWTO/TOSHARG-Compiling.xml | 13 +++++++------ docs/Samba3-HOWTO/TOSHARG-DomainMember.xml | 2 +- docs/Samba3-HOWTO/TOSHARG-Install.xml | 4 +++- 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. rsync ftp - pserver.samba.org also exports unpacked copies of most parts of the Subversion - tree at the Samba pserver - location and also via anonymous rsync at the Samba - rsync server location. - I recommend using rsync rather than ftp. - See the rsync home page for more info on rsync. + pserver.samba.org also exports unpacked copies of most parts of the Subversion tree + at the Samba pserver location and also + via anonymous rsync at the Samba rsync 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 the rsync home page for more info on rsync. 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. KDC _kerberos.REALM.NAME Microsoft ADS automatically create SRV records in the DNS zone -_kerberos.REALM.NAME for each KDC in the realm. This is part +_kerberos._tcp.REALM.NAME 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 winbindd daemon will check the &smb.conf; file for the presence of the idmap uid and idmap gid - parameters. If they are not found, winbindd will bail out and refuse to start. + parameters. If they are are found, winbindd will use the values specified for + for UID and GID allocation. If these parameters are not specified, winbindd + will start but it will not be able to allocate UIDs or GIDs. -- cgit