From: John Terpstra Date: Wed, 29 Jun 2005 08:21:42 +0000 (+0000) Subject: Update. X-Git-Tag: release-3-0-2~131 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=e69af274825e5de2e721d04ef70f7c4a13a3a556;p=import%2Fsamba-docs-svnimport.git Update. --- diff --git a/Samba3-HOWTO/TOSHARG-Compiling.xml b/Samba3-HOWTO/TOSHARG-Compiling.xml index e110afa..f70e844 100644 --- a/Samba3-HOWTO/TOSHARG-Compiling.xml +++ b/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/Samba3-HOWTO/TOSHARG-DomainMember.xml b/Samba3-HOWTO/TOSHARG-DomainMember.xml index d3f7f77..2464d5a 100644 --- a/Samba3-HOWTO/TOSHARG-DomainMember.xml +++ b/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/Samba3-HOWTO/TOSHARG-Install.xml b/Samba3-HOWTO/TOSHARG-Install.xml index d038ff2..e3df89f 100644 --- a/Samba3-HOWTO/TOSHARG-Install.xml +++ b/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.