Changeset 734 for branches/samba-3.5.x/docs-xml
- Timestamp:
- Nov 12, 2012, 5:18:59 PM (13 years ago)
- Location:
- branches/samba-3.5.x/docs-xml/manpages-3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/docs-xml/manpages-3/mount.cifs.8.xml
r414 r734 148 148 149 149 <varlistentry> 150 <term>prefixpath=<replaceable>arg</replaceable></term> 151 <listitem> 152 <para> 153 It's possible to mount a subdirectory of a share. The preferred way 154 to do this is to append the path to the UNC when mounting. However, 155 it's also possible to do the same by setting this option and 156 providing the path there. 157 </para> 158 </listitem> 159 </varlistentry> 160 161 <varlistentry> 162 <term>cifsacl</term> 163 <listitem> 164 <para> 165 This option is used to map CIFS/NTFS ACLs to/from Linux permission 166 bits, map SIDs to/from UIDs and GIDs, and get and set Security 167 Descriptors. 168 </para> 169 </listitem> 170 </varlistentry> 171 172 <varlistentry> 150 173 <term>forceuid</term> 151 174 <listitem> … … 191 214 192 215 <varlistentry> 193 <term>servern =<replaceable>arg</replaceable></term>216 <term>servernetbiosname=<replaceable>arg</replaceable></term> 194 217 195 218 <listitem><para> … … 204 227 </para></listitem> 205 228 </varlistentry> 229 230 <varlistentry> 231 <term>servern=<replaceable>arg</replaceable></term> 232 <listitem> 233 <para>synonym for <emphasis>servernetbiosname=</emphasis></para> 234 </listitem> 235 </varlistentry> 206 236 207 237 <varlistentry> … … 403 433 </listitem> 404 434 </varlistentry> 435 436 <varlistentry> 437 <term>ignorecase</term> 438 <listitem> 439 <para> 440 Synonym for <emphasis>nocase</emphasis> 441 </para> 442 </listitem> 443 </varlistentry> 405 444 406 445 <varlistentry> … … 536 575 4096 byte pages)</para></listitem> 537 576 </varlistentry> 577 578 <varlistentry> 579 <term>noposixpaths</term> 580 <listitem> 581 <para> 582 If unix extensions are enabled on a share, then the client will 583 typically allow filenames to include any character besides '/' in a 584 pathname component, and will use forward slashes as a pathname 585 delimiter. This option prevents the client from attempting to 586 negotiate the use of posix-style pathnames to the server. 587 </para> 588 </listitem> 589 </varlistentry> 590 591 <varlistentry> 592 <term>posixpaths</term> 593 <listitem> 594 <para> 595 Inverse of <emphasis>noposixpaths</emphasis> 596 </para> 597 </listitem> 598 </varlistentry> 599 538 600 <varlistentry> 539 601 <term>--verbose</term> -
branches/samba-3.5.x/docs-xml/manpages-3/vfs_acl_tdb.8.xml
r732 r734 46 46 <refsect1> 47 47 <title>OPTIONS</title> 48 <para> 49 There are no options for <command>vfs_acl_tdb</command>. 50 </para> 48 49 <variablelist> 50 <!-- please keep in sync with the other acl vfs modules that provide the same options --> 51 <varlistentry> 52 <term>acl_tdb:ignore system acls = [yes|no]</term> 53 <listitem> 54 <para> 55 When set to <emphasis>yes</emphasis>, a best effort mapping 56 from/to the POSIX ACL layer will <emphasis>not</emphasis> be 57 done by this module. The default is <emphasis>no</emphasis>, 58 which means that Samba keeps setting and evaluating both the 59 system ACLs and the NT ACLs. This is better if you need your 60 system ACLs be set for local or NFS file access, too. If you only 61 access the data via Samba you might set this to yes to achieve 62 better NT ACL compatibility. 63 </para> 64 </listitem> 65 </varlistentry> 66 </variablelist> 67 51 68 </refsect1> 52 69 -
branches/samba-3.5.x/docs-xml/manpages-3/vfs_acl_xattr.8.xml
r732 r734 50 50 <refsect1> 51 51 <title>OPTIONS</title> 52 <para> 53 There are no options for <command>vfs_acl_xattr</command>. 54 </para> 52 53 <variablelist> 54 <!-- please keep in sync with the other acl vfs modules that provide the same options --> 55 <varlistentry> 56 <term>acl_xattr:ignore system acls = [yes|no]</term> 57 <listitem> 58 <para> 59 When set to <emphasis>yes</emphasis>, a best effort mapping 60 from/to the POSIX ACL layer will <emphasis>not</emphasis> be 61 done by this module. The default is <emphasis>no</emphasis>, 62 which means that Samba keeps setting and evaluating both the 63 system ACLs and the NT ACLs. This is better if you need your 64 system ACLs be set for local or NFS file access, too. If you only 65 access the data via Samba you might set this to yes to achieve 66 better NT ACL compatibility. 67 </para> 68 </listitem> 69 </varlistentry> 70 </variablelist> 71 55 72 </refsect1> 56 73
Note:
See TracChangeset
for help on using the changeset viewer.