Changeset 988 for vendor/current/docs-xml/smbdotconf/filename
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/docs-xml/smbdotconf/filename
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/smbdotconf/filename/casesensitive.xml
r746 r988 1 1 <samba:parameter name="case sensitive" 2 2 context="S" 3 type="boolean" 3 type="enum" 4 enumlist="enum_bool_auto" 4 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 6 <synonym>casesignames</synonym> -
vendor/current/docs-xml/smbdotconf/filename/defaultcase.xml
r414 r988 1 1 <samba:parameter name="default case" 2 context="S" 3 type="string" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 2 context="S" 3 type="enum" 4 enumlist="enum_case" 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 4 6 <description> 5 7 <para>See the section on <smbconfoption name="name mangling"/>. -
vendor/current/docs-xml/smbdotconf/filename/deletevetofiles.xml
r414 r988 1 1 <samba:parameter name="delete veto files" 2 2 type="boolean" 3 3 context="S" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> -
vendor/current/docs-xml/smbdotconf/filename/hidedotfiles.xml
r414 r988 1 1 <samba:parameter name="hide dot files" 2 2 context="S" 3 3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> -
vendor/current/docs-xml/smbdotconf/filename/hidespecialfiles.xml
r414 r988 1 1 <samba:parameter name="hide special files" 2 2 context="S" 3 3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> -
vendor/current/docs-xml/smbdotconf/filename/hideunreadable.xml
r414 r988 1 1 <samba:parameter name="hide unreadable" 2 2 context="S" 3 3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> 6 6 <para>This parameter prevents clients from seeing the 7 7 existance of files that cannot be read. Defaults to off.</para> 8 <para>Please note that enabling this can slow down listing large 9 directories significantly. Samba has to evaluate the ACLs of all 10 directory members, which can be a lot of effort.</para> 8 11 </description> 9 12 <value type="default">no</value> -
vendor/current/docs-xml/smbdotconf/filename/hideunwriteablefiles.xml
r414 r988 1 1 <samba:parameter name="hide unwriteable files" 2 2 context="S" 3 3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> … … 8 8 Defaults to off. Note that unwriteable directories are shown as usual. 9 9 </para> 10 <para>Please note that enabling this can slow down listing large 11 directories significantly. Samba has to evaluate the ACLs of all directory 12 members, which can be a lot of effort.</para> 10 13 </description> 11 14 <value type="default">no</value> -
vendor/current/docs-xml/smbdotconf/filename/manglednames.xml
r414 r988 1 1 <samba:parameter name="mangled names" 2 2 type="boolean" 3 3 context="S" 4 parm="1" 4 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 6 <description> -
vendor/current/docs-xml/smbdotconf/filename/mangleprefix.xml
r414 r988 1 1 <samba:parameter name="mangle prefix" 2 2 context="G" 3 type="string" 4 advanced="1" developer="1" 3 type="integer" 5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> -
vendor/current/docs-xml/smbdotconf/filename/manglingchar.xml
r414 r988 1 1 <samba:parameter name="mangling char" 2 2 context="S" 3 type="string" 3 type="char" 4 parm="1" 4 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 6 <description> -
vendor/current/docs-xml/smbdotconf/filename/manglingmethod.xml
r414 r988 1 1 <samba:parameter name="mangling method" 2 context="G" 3 type="string" 4 advanced="1" developer="1" 2 context="G" 3 type="string" 5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> 7 6 <para> controls the algorithm used for the generating 8 7 the mangled names. Can take two different values, "hash" and 9 "hash2". "hash" is the algorithm that was used8 "hash2". "hash" is the algorithm that was 10 9 used in Samba for many years and was the default in Samba 2.2.x "hash2" is 11 10 now the default and is newer and considered a better algorithm (generates less collisions) in -
vendor/current/docs-xml/smbdotconf/filename/maparchive.xml
r414 r988 1 1 <samba:parameter name="map archive" 2 2 context="S" 3 4 3 type="boolean" 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> 6 6 <para> … … 14 14 15 15 <para> 16 Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/> 17 parameter is set, as the DOS archive attribute will then be stored inside a UNIX extended 18 attribute. 19 </para> 20 21 <para> 16 22 Note that this requires the <smbconfoption name="create mask"/> parameter to be set such that owner 17 23 execute bit is not masked out (i.e. it must include 100). See the parameter -
vendor/current/docs-xml/smbdotconf/filename/maphidden.xml
r414 r988 1 1 <samba:parameter name="map hidden" 2 2 context="S" 3 3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> 6 6 <para> 7 7 This controls whether DOS style hidden files should be mapped to the UNIX world execute bit. 8 </para> 9 10 <para> 11 Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/> 12 parameter is set, as the DOS hidden attribute will then be stored inside a UNIX extended 13 attribute. 8 14 </para> 9 15 … … 15 21 16 22 </description> 17 <value type=" boolean">no</value>23 <value type="default">no</value> 18 24 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/filename/mapreadonly.xml
r414 r988 1 1 <samba:parameter name="map readonly" 2 2 context="S" 3 type="enum" 3 type="enum" 4 enumlist="enum_map_readonly" 4 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 6 <description> … … 43 44 </itemizedlist> 44 45 46 <para> 47 Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/> 48 parameter is set, as the DOS 'read-only' attribute will then be stored inside a UNIX extended 49 attribute. 50 </para> 51 45 52 </description> 46 53 <value type="default">yes</value> -
vendor/current/docs-xml/smbdotconf/filename/mapsystem.xml
r414 r988 1 1 <samba:parameter name="map system" 2 2 context="S" 3 3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> … … 7 7 This controls whether DOS style system files should be mapped to the UNIX group execute bit. 8 8 </para> 9 10 <para> 11 Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/> 12 parameter is set, as the DOS system attribute will then be stored inside a UNIX extended 13 attribute. 14 </para> 9 15 10 16 <para> -
vendor/current/docs-xml/smbdotconf/filename/maxstatcachesize.xml
r746 r988 1 1 <samba:parameter name="max stat cache size" 2 2 context="G" 3 developer="1" 4 type="integer" 3 type="integer" 5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> -
vendor/current/docs-xml/smbdotconf/filename/preservecase.xml
r414 r988 1 1 <samba:parameter name="preserve case" 2 2 context="S" 3 3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> -
vendor/current/docs-xml/smbdotconf/filename/shortpreservecase.xml
r414 r988 1 1 <samba:parameter name="short preserve case" 2 2 context="S" 3 3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> -
vendor/current/docs-xml/smbdotconf/filename/statcache.xml
r414 r988 1 1 <samba:parameter name="stat cache" 2 2 context="G" 3 developer="1" 4 type="boolean" 3 type="boolean" 5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> -
vendor/current/docs-xml/smbdotconf/filename/storedosattributes.xml
r414 r988 1 1 <samba:parameter name="store dos attributes" 2 2 context="S" 3 3 type="boolean" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> … … 9 9 as occurs with <smbconfoption name="map hidden"/> and <smbconfoption name="map readonly"/>). When set, DOS 10 10 attributes will be stored onto an extended attribute in the UNIX filesystem, associated with the file or 11 directory. For no other mapping to occur as a fall-back,the parameters <smbconfoption name="map hidden"/>,11 directory. When this parameter is set it will override the parameters <smbconfoption name="map hidden"/>, 12 12 <smbconfoption name="map system"/>, <smbconfoption name="map archive"/> and <smbconfoption name="map 13 readonly"/> must be set to off.This parameter writes the DOS attributes as a string into the extended13 readonly"/> and they will behave as if they were set to off. This parameter writes the DOS attributes as a string into the extended 14 14 attribute named "user.DOSATTRIB". This extended attribute is explicitly hidden from smbd clients requesting an 15 15 EA list. On Linux the filesystem must have been mounted with the mount option user_xattr in order for -
vendor/current/docs-xml/smbdotconf/filename/vetofiles.xml
r414 r988 1 1 <samba:parameter name="veto files" 2 2 context="S" 3 3 type="string" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description> … … 49 49 <related>case sensitive</related> 50 50 51 <value type="default"> No files or directories are vetoed.</value>51 <value type="default"><comment>No files or directories are vetoed</comment></value> 52 52 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/filename/vetooplockfiles.xml
r414 r988 1 1 <samba:parameter name="veto oplock files" 2 2 context="S" 3 3 type="string" 4 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 5 5 <description>
Note:
See TracChangeset
for help on using the changeset viewer.