Changeset 736 for branches/samba-3.5.x/docs-xml
- Timestamp:
- Nov 12, 2012, 5:38:52 PM (13 years ago)
- 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 1381 1381 ACL that implements <emphasis>inheritance</emphasis>, a concept not anticipated by POSIX 1382 1382 ACLs as implemented in UNIX file systems. Samba provides support for <emphasis>masks</emphasis> 1383 that permit normal ugo and ACLs functionality to be overrid ed. This further complicates1383 that permit normal ugo and ACLs functionality to be overridden. This further complicates 1384 1384 the way in which Windows ACLs must be implemented. 1385 1385 </para> -
branches/samba-3.5.x/docs-xml/build/DTD/samba.entities
r414 r736 441 441 <!ENTITY stdarg.help ' 442 442 <varlistentry> 443 <term>- h|--help</term>443 <term>-?|--help</term> 444 444 <listitem><para>Print a summary of command line options. 445 445 </para></listitem> -
branches/samba-3.5.x/docs-xml/smbdotconf/filename/casesensitive.xml
r414 r736 9 9 </description> 10 10 11 <value type="default"> no</value>11 <value type="default">auto</value> 12 12 </samba:parameter> -
branches/samba-3.5.x/docs-xml/smbdotconf/protocol/nameresolveorder.xml
r414 r736 66 66 </description> 67 67 68 <value type="default">lmhosts host winsbcast</value>68 <value type="default">lmhosts wins host bcast</value> 69 69 <value type="example">lmhosts bcast host</value> 70 70 </samba:parameter> -
branches/samba-3.5.x/docs-xml/smbdotconf/protocol/profileacls.xml
r414 r736 26 26 user to access the profile. 27 27 </para> 28 28 29 29 <para> 30 30 Note that if you have multiple users logging … … 36 36 tree to the owning user. 37 37 </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 38 44 </description> 39 45
Note:
See TracChangeset
for help on using the changeset viewer.