Changeset 411 for branches/samba-3.3.x/docs-xml/smbdotconf
- Timestamp:
- Mar 1, 2010, 3:05:48 PM (15 years ago)
- Location:
- branches/samba-3.3.x/docs-xml/smbdotconf
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/docs-xml/smbdotconf/browse/preferredmaster.xml
r217 r411 17 17 <command moreinfo="none">nmbd</command> can guarantee becoming a domain master. 18 18 </para> 19 19 20 20 <para> 21 21 Use this option with caution, because if there are several hosts (whether Samba servers, Windows 95 or NT) -
branches/samba-3.3.x/docs-xml/smbdotconf/misc/widelinks.xml
r217 r411 10 10 to areas that are outside the directory tree being exported.</para> 11 11 12 <para>Note that setting this parameter can have a negative 13 effect on your server performance due to the extra system calls 14 that Samba has to do in order to perform the link checks.</para> 12 <para>Note: Turning this parameter on when UNIX extensions are enabled 13 will allow UNIX clients to create symbolic links on the share that 14 can point to files or directories outside restricted path exported 15 by the share definition. This can cause access to areas outside of 16 the share. Due to this problem, this parameter will be automatically 17 disabled (with a message in the log file) if the 18 <smbconfoption name="unix extensions"/> option is on. 19 </para> 15 20 </description> 16 21 17 <value type="default"> yes</value>22 <value type="default">no</value> 18 23 </samba:parameter> -
branches/samba-3.3.x/docs-xml/smbdotconf/protocol/largereadwrite.xml
r217 r411 8 8 <citerefentry><refentrytitle>smbd</refentrytitle> 9 9 <manvolnum>8</manvolnum></citerefentry> supports the new 64k 10 streaming read and write vari ent SMB requests introduced with10 streaming read and write variant SMB requests introduced with 11 11 Windows 2000. Note that due to Windows 2000 client redirector bugs 12 12 this requires Samba to be running on a 64-bit capable operating -
branches/samba-3.3.x/docs-xml/smbdotconf/protocol/unixextensions.xml
r274 r411 11 11 These extensions require a similarly enabled client, and are of 12 12 no current use to Windows clients.</para> 13 <para> 14 Note if this parameter is turned on, the <smbconfoption name="wide links"/> 15 parameter will automatically be disabled. 16 </para> 13 17 </description> 14 18 -
branches/samba-3.3.x/docs-xml/smbdotconf/winbind/winbindnormalizenames.xml
r224 r411 21 21 idmap and nss_info plugin for the specifics on how to configure 22 22 name aliasing for a specific configuration. Name aliasing takes 23 prece ndence (and is mutually exclusive) over the whitespace23 precedence (and is mutually exclusive) over the whitespace 24 24 replacement mechanism discussed previsouly. 25 25 </para>
Note:
See TracChangeset
for help on using the changeset viewer.