Ignore:
Timestamp:
Sep 24, 2009, 9:15:13 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 to 3.2.14 (final)

Location:
branches/samba-3.2.x/docs-xml
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/docs-xml/Samba3-HOWTO/TOSHARG-ChangeNotes.xml

    r203 r335  
    108108<indexterm><primary>SID</primary></indexterm>
    109109Assume that a group named <emphasis>developers</emphasis> exists with a UNIX GID of 782. In this
    110 case this user does not exist in Samba's group mapping table. It would be perfectly normal for
     110case this group does not exist in Samba's group mapping table. It would be perfectly normal for
    111111this group to be appear in an ACL editor.  Prior to Samba-3.0.23, the group SID might appear as
    112112<literal>S-1-5-21-647511796-4126122067-3123570092-2565</literal>.
     
    189189<indexterm><primary>SQL</primary></indexterm>
    190190<indexterm><primary>XML</primary></indexterm>
    191 The <smbconfoption name="passdb backend"/> parameter no long accepts multiple passdb backends in a
     191The <smbconfoption name="passdb backend"/> parameter no longer accepts multiple passdb backends in a
    192192chained configuration.  Also be aware that the SQL and XML based passdb modules have been
    193193removed in the Samba-3.0.23 release.  More information regarding external support for a SQL
  • branches/samba-3.2.x/docs-xml/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml

    r203 r335  
    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.2.x/docs-xml/manpages-3/net.8.xml

    r272 r335  
    10441044
    10451045<refsect2>
     1046<title>SAM RIGHTS LIST</title>
     1047
     1048<para>
     1049List all available privileges.
     1050</para>
     1051
     1052</refsect2>
     1053
     1054<refsect2>
     1055<title>SAM RIGHTS GRANT &lt;NAME&gt; &lt;PRIVILEGE&gt;</title>
     1056
     1057<para>
     1058Grant a certain privilege to a user.
     1059</para>
     1060
     1061</refsect2>
     1062
     1063<refsect2>
     1064<title>SAM RIGHTS REVOKE &lt;NAME&gt; &lt;PRIVILEGE&gt;</title>
     1065
     1066<para>
     1067Revoke a certain privilege from a user.
     1068</para>
     1069
     1070</refsect2>
     1071
     1072<refsect2>
    10461073<title>SAM SHOW &lt;NAME&gt;</title>
    10471074
  • branches/samba-3.2.x/docs-xml/smbdotconf/security/checkpasswordscript.xml

    r203 r335  
    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.