Ignore:
Timestamp:
Nov 12, 2012, 5:38:52 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.16

Location:
branches/samba-3.5.x/docs-xml
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/docs-xml/Samba3-HOWTO/TOSHARG-AccessControls.xml

    r414 r736  
    13811381        ACL that implements <emphasis>inheritance</emphasis>, a concept not anticipated by POSIX
    13821382        ACLs as implemented in UNIX file systems. Samba provides support for <emphasis>masks</emphasis>
    1383         that permit normal ugo and ACLs functionality to be overrided. This further complicates
     1383        that permit normal ugo and ACLs functionality to be overridden. This further complicates
    13841384        the way in which Windows ACLs must be implemented.
    13851385        </para>
  • branches/samba-3.5.x/docs-xml/build/DTD/samba.entities

    r414 r736  
    441441<!ENTITY stdarg.help '
    442442<varlistentry>
    443 <term>-h|--help</term>
     443<term>-?|--help</term>
    444444<listitem><para>Print a summary of command line options.
    445445</para></listitem>
  • branches/samba-3.5.x/docs-xml/smbdotconf/filename/casesensitive.xml

    r414 r736  
    99</description>
    1010
    11 <value type="default">no</value>
     11<value type="default">auto</value>
    1212</samba:parameter>
  • branches/samba-3.5.x/docs-xml/smbdotconf/protocol/nameresolveorder.xml

    r414 r736  
    6666</description>
    6767
    68 <value type="default">lmhosts host wins bcast</value>
     68<value type="default">lmhosts wins host bcast</value>
    6969<value type="example">lmhosts bcast host</value>
    7070</samba:parameter>
  • branches/samba-3.5.x/docs-xml/smbdotconf/protocol/profileacls.xml

    r414 r736  
    2626        user to access the profile.
    2727        </para>
    28        
     28
    2929        <para>
    3030        Note that if you have multiple users logging
     
    3636        tree to the owning user.
    3737        </para>
     38
     39        <para>
     40        Note that this parameter should be set to yes on dedicated profile shares only.
     41        On other shares, it might cause incorrect file ownerships.
     42        </para>
     43
    3844</description>
    3945
Note: See TracChangeset for help on using the changeset viewer.