diff options
Diffstat (limited to 'docs/Samba3-HOWTO')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-Compiling.xml | 13 | ||||
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-DomainMember.xml | 2 | ||||
-rw-r--r-- | 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. <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> |