Ignore:
Timestamp:
Aug 4, 2009, 8:51:22 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 to 3.3.7

Location:
branches/samba-3.3.x/docs-xml
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/docs-xml/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml

    r217 r309  
    8989
    9090<sect1>
    91 <title>New Featuers in Samba-3.x Series</title>
     91<title>New Features in Samba-3.x Series</title>
    9292<para>
    9393</para>
  • branches/samba-3.3.x/docs-xml/manpages-3/net.8.xml

    r274 r309  
    10571057
    10581058<refsect2>
     1059<title>SAM RIGHTS LIST</title>
     1060
     1061<para>
     1062List all available privileges.
     1063</para>
     1064
     1065</refsect2>
     1066
     1067<refsect2>
     1068<title>SAM RIGHTS GRANT &lt;NAME&gt; &lt;PRIVILEGE&gt;</title>
     1069
     1070<para>
     1071Grant a certain privilege to a user.
     1072</para>
     1073
     1074</refsect2>
     1075
     1076<refsect2>
     1077<title>SAM RIGHTS REVOKE &lt;NAME&gt; &lt;PRIVILEGE&gt;</title>
     1078
     1079<para>
     1080Revoke a certain privilege from a user.
     1081</para>
     1082
     1083</refsect2>
     1084
     1085<refsect2>
    10591086<title>SAM SHOW &lt;NAME&gt;</title>
    10601087
     
    16191646
    16201647<para>
    1621 Note that you also need to use standard net paramters to connect and authenticate to the remote machine that you want to join. These additional parameters include: -S computer and -U user.
     1648Note that you also need to use standard net parameters to connect and authenticate to the remote machine that you want to join. These additional parameters include: -S computer and -U user.
    16221649</para>
    16231650<para>
     
    16491676
    16501677<para>
    1651 Note that you also need to use standard net paramters to connect and authenticate to the remote machine that you want to unjoin. These additional parameters include: -S computer and -U user.
     1678Note that you also need to use standard net parameters to connect and authenticate to the remote machine that you want to unjoin. These additional parameters include: -S computer and -U user.
    16521679</para>
    16531680<para>
  • branches/samba-3.3.x/docs-xml/smbdotconf/security/checkpasswordscript.xml

    r217 r309  
    1919
    2020<value type="default">Disabled</value>
    21 <value type="example">check password script = /usr/local/sbin/crackcheck</value>
     21<value type="example">/usr/local/sbin/crackcheck</value>
    2222</samba:parameter>
Note: See TracChangeset for help on using the changeset viewer.