Changeset 480 for trunk/server/docs-xml


Ignore:
Timestamp:
Aug 2, 2010, 8:16:45 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: trunk update to 3.5.4

Location:
trunk/server
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/docs-xml/manpages-3/idmap_ad.8.xml

    r414 r480  
    5959        <para>
    6060        The following example shows how to retrieve idmappings from our principal and
    61         and trusted AD domains. If trusted domains are present id conflicts must be
     61        trusted AD domains. If trusted domains are present id conflicts must be
    6262        resolved beforehand, there is no
    6363        guarantee on the order conflicting mappings would be resolved at this point.
  • trunk/server/docs-xml/manpages-3/net.8.xml

    r429 r480  
    17911791
    17921792<refsect2>
     1793
     1794
     1795
     1796
     1797
     1798
     1799
     1800
     1801
     1802
     1803
     1804
     1805
     1806
     1807
     1808
     1809
     1810
     1811
     1812
     1813
     1814
     1815
     1816
     1817
     1818
     1819
     1820
     1821
     1822
     1823
     1824
     1825
     1826
     1827
     1828
     1829
     1830
     1831
     1832
    17931833<title>HELP [COMMAND]</title>
    17941834
  • trunk/server/docs-xml/manpages-3/ntlm_auth.1.xml

    r414 r480  
    172172
    173173                  <varlistentry>
    174                   <term>Username</term>
     174                  <term></term>
    175175                <listitem><para>The user's domain, expected to be in
    176176                Samba's <smbconfoption name="unix charset"/>.
    177177                </para>
    178178
    179                       <para><example>Domain: WORKGROUP</example></para>
    180                       <para><example>Domain:: V09SS0dST1VQ</example></para>
     179                      <para><example>Domain: WORKGROUP</example></para>
     180                      <para><example>Domain:: V09SS0dST1VQ</example></para>
    181181                    </listitem></varlistentry>
    182182
  • trunk/server/docs-xml/manpages-3/winbindd.8.xml

    r414 r480  
    8181        <variablelist>
    8282                <varlistentry>
    83                 <term>-D</term>
    84                 <listitem><para>If specified, this parameter causes
    85                 the server to operate as a daemon. That is, it detaches
    86                 itself and runs in the background on the appropriate port.
    87                 This switch is assumed if <command>winbindd</command> is
    88                 executed on the command line of a shell.
    89                 </para></listitem>
    90                 </varlistentry>
    91 
    92                 <varlistentry>
    9383                <term>hosts</term>
    9484                <listitem><para>This feature is only available on IRIX.
     
    147137
    148138        <variablelist>
     139
     140
     141
     142
     143
     144
     145
     146
     147
     148
    149149                <varlistentry>
    150150                <term>-F</term>
  • trunk/server/docs-xml/smbdotconf/winbind/winbindnssinfo.xml

    r414 r480  
    77
    88        <para>This parameter is designed to control how Winbind retrieves Name
    9         Service Information to construct a user's home directory and login shell. 
    10         Currently the following settings are available: 
     9        Service Information to construct a user's home directory and login shell.
     10        Currently the following settings are available:
    1111
    1212        <itemizedlist>
    1313                <listitem>
    14                         <para><parameter moreinfo="none">template</parameter> 
    15                         - The default, using the parameters of <parameter moreinfo="none">template 
     14                        <para><parameter moreinfo="none">template</parameter>
     15                        - The default, using the parameters of <parameter moreinfo="none">template
    1616                        shell</parameter> and <parameter moreinfo="none">template homedir</parameter>)
    1717                        </para>
    1818                </listitem>
    19                        
     19
    2020                <listitem>
    2121                        <para><parameter moreinfo="none">&lt;sfu | rfc2307 &gt;</parameter>
     
    2424                        LDAP schema, winbind can retrieve the login shell and the home
    2525                        directory attributes directly from your Directory Server. Note that
    26                         retrieving UID and GID from your ADS-Server requires to
    27                         use <parameter moreinfo="non">idmap backend</parameter> = ad
    28                         or <parameter moreinfo="non">idmap config DOMAIN:backend</parameter> = ad
     26                        retrieving UID and GID from your ADS-Server requires to
     27                        use <parameter moreinfo="none">idmap config DOMAIN:backend</parameter> = ad
    2928                        as well.
    3029                        </para>
    3130                </listitem>
    32                        
    3331        </itemizedlist>
    3432
     
    3735
    3836<value type="default">template</value>
    39 <value type="example">template sfu</value>
     37<value type="example">sfu</value>
    4038</samba:parameter>
Note: See TracChangeset for help on using the changeset viewer.