Ignore:
Timestamp:
Aug 2, 2010, 6:40:21 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5: vendor update to 3.5.4

Location:
vendor/current/docs-xml/manpages-3
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/manpages-3/idmap_ad.8.xml

    r414 r478  
    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.
  • vendor/current/docs-xml/manpages-3/net.8.xml

    r427 r478  
    17911791
    17921792<refsect2>
     1793<title>G_LOCK</title>
     1794
     1795<para>Manage global locks.</para>
     1796
     1797<refsect3>
     1798<title>G_LOCK DO <replaceable>lockname</replaceable> <replaceable>timeout</replaceable> <replaceable>command</replaceable></title>
     1799
     1800<para>
     1801Execute a shell command under a global lock. This might be useful to define the
     1802order in which several shell commands will be executed. The locking information
     1803is stored in a file called <filename>g_lock.tdb</filename>. In setups with CTDB
     1804running, the locking information will be available on all cluster nodes.
     1805</para>
     1806
     1807<itemizedlist>
     1808<listitem><para><replaceable>LOCKNAME</replaceable> defines the name of the global lock.</para></listitem>
     1809<listitem><para><replaceable>TIMEOUT</replaceable> defines the timeout.</para></listitem>
     1810<listitem><para><replaceable>COMMAND</replaceable> defines the shell command to execute.</para></listitem>
     1811</itemizedlist>
     1812</refsect3>
     1813
     1814<refsect3>
     1815<title>G_LOCK LOCKS</title>
     1816
     1817<para>
     1818Print a list of all currently existing locknames.
     1819</para>
     1820</refsect3>
     1821
     1822<refsect3>
     1823<title>G_LOCK DUMP <replaceable>lockname</replaceable></title>
     1824
     1825<para>
     1826Dump the locking table of a certain global lock.
     1827</para>
     1828</refsect3>
     1829
     1830</refsect2>
     1831
     1832<refsect2>
    17931833<title>HELP [COMMAND]</title>
    17941834
  • vendor/current/docs-xml/manpages-3/ntlm_auth.1.xml

    r414 r478  
    172172
    173173                  <varlistentry>
    174                   <term>Username</term>
     174                  <term>NT-Domain</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>NT-Domain: WORKGROUP</example></para>
     180                      <para><example>NT-Domain:: V09SS0dST1VQ</example></para>
    181181                    </listitem></varlistentry>
    182182
  • vendor/current/docs-xml/manpages-3/winbindd.8.xml

    r414 r478  
    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                <varlistentry>
     140                <term>-D</term>
     141                <listitem><para>If specified, this parameter causes
     142                the server to operate as a daemon. That is, it detaches
     143                itself and runs in the background on the appropriate port.
     144                This switch is assumed if <command>winbindd</command> is
     145                executed on the command line of a shell.
     146                </para></listitem>
     147                </varlistentry>
     148
    149149                <varlistentry>
    150150                <term>-F</term>
Note: See TracChangeset for help on using the changeset viewer.