Changeset 746 for vendor/current/docs-xml
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- Location:
- vendor/current/docs-xml
- Files:
-
- 43 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/Samba3-ByExample/SBE-MakingHappyUsers.xml
r414 r746 3882 3882 following these instructions. Feedback from users suggests that where IMAP is used the PST 3883 3883 file is used to store rules and filters. When the PST store is relocated it appears to break 3884 MS Outlook's Send/Receive button. If anyone has suc essfully relocated PST files where IMAP is3884 MS Outlook's Send/Receive button. If anyone has successfully relocated PST files where IMAP is 3885 3885 used please email <literal>jht@samba.org</literal> with useful tips and suggestions so that 3886 3886 this warning can be removed or modified. -
vendor/current/docs-xml/Samba3-Developers-Guide/unix-smb.xml
r414 r746 300 300 one preferred by Win95 and WinNT3.5. Luckily this protocol level has a 301 301 "capabilities" field which specifies which super-duper new-fangled 302 options the server sup orts. This helps to make the implementation of302 options the server supports. This helps to make the implementation of 303 303 this protocol level much easier. 304 304 </para> -
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-AccessControls.xml
r740 r746 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> -
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-AdvancedNetworkAdmin.xml
r414 r746 266 266 <indexterm><primary>LAN</primary></indexterm> 267 267 <indexterm><primary>thin client</primary></indexterm> 268 ThinLinc an be used both in the LAN environment to implement a Thin Client strategy for an organization, and as268 ThinLinc can be used both in the LAN environment to implement a Thin Client strategy for an organization, and as 269 269 secure remote access solution for people working from remote locations, even over smallband connections. 270 270 ThinLinc is free to use for a single concurrent user. -
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-CUPS-printing.xml
r414 r746 3717 3717 <indexterm><primary>adddriver</primary></indexterm> 3718 3718 The setdriver command will fail if in Samba's mind the queue is not 3719 already there. A successful installation displ ys the promising message that the:3719 already there. A successful installation displays the promising message that the: 3720 3720 <screen> 3721 3721 Printer Driver ABC successfully installed. -
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-TDBFiles.xml
r414 r746 25 25 <para> 26 26 <indexterm><primary>tdb</primary></indexterm> 27 <indexterm><primary>c urrupted</primary></indexterm>27 <indexterm><primary>corrupted</primary></indexterm> 28 28 <indexterm><primary>backup</primary></indexterm> 29 29 <indexterm><primary>restore</primary></indexterm> -
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-Unicode.xml
r414 r746 367 367 there is a delicate difference between the iconv() function, which is 368 368 generally used on UNIX, and the functions used on other platforms, 369 such as Windows and Java, so far is concer ens the conversion between369 such as Windows and Java, so far is concerns the conversion between 370 370 Shift_JIS and Unicode UTF-8 must be done with care and recognition 371 371 of the limitations involved in the process. -
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-VFS.xml
r414 r746 917 917 918 918 ; exclude files from being scanned based on the MIME-type! Semi-colon 919 ; sep erated list (default: empty list). Use this with care!919 ; separated list (default: empty list). Use this with care! 920 920 exclude file types = 921 921 -
vendor/current/docs-xml/build/DTD/samba.entities
r414 r746 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> -
vendor/current/docs-xml/htmldocs.html
r414 r746 24 24 </tr> 25 25 <tr> 26 <td valign="top"><a href="using_samba/toc.html">Using Samba</a>, 2nd Edition</td>27 <td valign="top"><i>Using Samba</i>, Second Edition is a comprehensive guide to Samba administration. It covers all versions of Samba from 2.0 to 2.2, including selected features from an alpha version of 3.0, as well as the SWAT graphical configuration tool. Updated for Windows 2000, ME, and XP, the book also explores Samba's new role as a primary domain controller and domain member server, its support for the use of Windows NT/2000/XP authentication and filesystem security on the host Unix system, and accessing shared files and printers from Unix clients.</td>28 </tr>29 <tr>30 26 <td valign="top"><a href="manpages/index.html">Man pages</a></td> 31 27 <td valign="top">The Samba man pages in HTML.</td> -
vendor/current/docs-xml/manpages-3/idmap_autorid.8.xml
r740 r746 52 52 plan accordingly for your expected number of users in a domain 53 53 with safety margins. 54 </para> 54 </para> 55 <para>One range will be used for local users and groups. 56 Thus the number of local users and groups that can be created is 57 limited by this option as well. If you plan to create a large amount 58 of local users or groups, you will need set this parameter accordingly. 59 </para> 55 60 <para>The default value is 100000.</para> 56 61 </listitem> -
vendor/current/docs-xml/manpages-3/idmap_nss.8.xml
r740 r746 21 21 22 22 <para>The idmap_nss plugin provides a means to map Unix users and groups 23 to Windows accounts and obs eletes the "winbind trusted domains only"23 to Windows accounts and obsoletes the "winbind trusted domains only" 24 24 smb.conf option. This provides a simple means of ensuring that the SID 25 25 for a Unix user named jsmith is reported as the one assigned to -
vendor/current/docs-xml/manpages-3/libsmbclient.7.xml
r740 r746 72 72 is a compile-time option. This value determines the maximum number of local master browsers to 73 73 query for the list of workgroups. In order to ensure that the list is complete for those present 74 on the network, all master browsers must be quer ried. If there are a large number of workgroups74 on the network, all master browsers must be queried. If there are a large number of workgroups 75 75 on the network, the time spent querying will be significant. For small networks (just a few 76 76 workgroups), it is suggested to set this value to 0, instructing libsmbclient to query all local -
vendor/current/docs-xml/manpages-3/net.8.xml
r740 r746 62 62 <variablelist> 63 63 &stdarg.help; 64 &stdarg.kerberos; 64 65 65 66 <varlistentry> … … 2105 2106 <listitem><para><replaceable>DOMAIN</replaceable> can be a NetBIOS domain name (also known as short domain name) or a DNS domain name for Active Directory Domains. As in Windows, it is also possible to control which Domain Controller to use. This can be achieved by appending the DC name using the \ separator character. Example: MYDOM\MYDC. The <replaceable>DOMAIN</replaceable> parameter cannot be NULL.</para></listitem> 2106 2107 2107 <listitem><para><replaceable>OU</replaceable> can be set to a RFC 1779 LDAP DN, like <emphasis>ou=mymachines,cn=Users,dc=example,dc=com</emphasis> in order to create the machine account in a non-default LDAP contain ter. This optional parameter is only supported when joining Active Directory Domains.</para></listitem>2108 <listitem><para><replaceable>OU</replaceable> can be set to a RFC 1779 LDAP DN, like <emphasis>ou=mymachines,cn=Users,dc=example,dc=com</emphasis> in order to create the machine account in a non-default LDAP container. This optional parameter is only supported when joining Active Directory Domains.</para></listitem> 2108 2109 2109 2110 <listitem><para><replaceable>ACCOUNT</replaceable> defines a domain account that will be used to join the machine to the domain. This domain account needs to have sufficient privileges to join machines.</para></listitem> -
vendor/current/docs-xml/manpages-3/ntlm_auth.1.xml
r740 r746 200 200 the client. 201 201 </para> 202 <para><example>LANMAN-Challe ge: 0102030405060708</example></para>202 <para><example>LANMAN-Challenge: 0102030405060708</example></para> 203 203 </listitem></varlistentry> 204 204 … … 240 240 <varlistentry> 241 241 <term>Request-User-Session-Key</term> 242 <listitem><para> Apon sucessful authenticaiton, return242 <listitem><para>Upon successful authenticaiton, return 243 243 the user session key associated with the login. 244 244 </para> … … 249 249 <varlistentry> 250 250 <term>Request-LanMan-Session-Key</term> 251 <listitem><para> Apon sucessful authenticaiton, return251 <listitem><para>Upon successful authenticaiton, return 252 252 the LANMAN session key associated with the login. 253 253 </para> … … 256 256 </listitem></varlistentry> 257 257 258 <para><warning>Implement ors should take care to base64 encode258 <para><warning>Implementers should take care to base64 encode 259 259 any data (such as usernames/passwords) that may contain malicous user data, such as 260 260 a newline. They may also need to decode strings from … … 320 320 <varlistentry> 321 321 <term>--request-lm-key</term> 322 <listitem><para>Retr eive LM session key</para></listitem>322 <listitem><para>Retrieve LM session key</para></listitem> 323 323 </varlistentry> 324 324 … … 381 381 382 382 <para>If you're experiencing problems with authenticating Internet Explorer running 383 under MS Windows 9X or Millen ium Edition against ntlm_auth's NTLMSSP authentication383 under MS Windows 9X or Millennium Edition against ntlm_auth's NTLMSSP authentication 384 384 helper (--helper-protocol=squid-2.5-ntlmssp), then please read 385 385 <ulink url="http://support.microsoft.com/support/kb/articles/Q239/8/69.ASP"> -
vendor/current/docs-xml/manpages-3/pdbedit.8.xml
r740 r746 73 73 74 74 <para>There are five main ways to use pdbedit: adding a user account, 75 removing a user account, modif ing a user account, listing user75 removing a user account, modifying a user account, listing user 76 76 accounts, importing users accounts.</para> 77 77 </refsect1> … … 163 163 <term>-f|--fullname fullname</term> 164 164 <listitem><para>This option can be used while adding or 165 modif ing a user account. It will specify the user's full165 modifying a user account. It will specify the user's full 166 166 name. </para> 167 167 … … 173 173 <term>-h|--homedir homedir</term> 174 174 <listitem><para>This option can be used while adding or 175 modif ing a user account. It will specify the user's home175 modifying a user account. It will specify the user's home 176 176 directory network path.</para> 177 177 … … 184 184 <term>-D|--drive drive</term> 185 185 <listitem><para>This option can be used while adding or 186 modif ing a user account. It will specify the windows drive186 modifying a user account. It will specify the windows drive 187 187 letter to be used to map the home directory.</para> 188 188 … … 196 196 <term>-S|--script script</term> 197 197 <listitem><para>This option can be used while adding or 198 modif ing a user account. It will specify the user's logon198 modifying a user account. It will specify the user's logon 199 199 script path.</para> 200 200 … … 208 208 <term>-p|--profile profile</term> 209 209 <listitem><para>This option can be used while adding or 210 modif ing a user account. It will specify the user's profile210 modifying a user account. It will specify the user's profile 211 211 directory.</para> 212 212 … … 448 448 <term>-N|--account-desc description</term> 449 449 <listitem><para>This option can be used while adding or 450 modif ing a user account. It will specify the user's description450 modifying a user account. It will specify the user's description 451 451 field.</para> 452 452 … … 459 459 <term>-Z|--logon-hours-reset</term> 460 460 <listitem><para>This option can be used while adding or 461 modif ing a user account. It will reset the user's allowed logon461 modifying a user account. It will reset the user's allowed logon 462 462 hours. A user may login at any time afterwards.</para> 463 463 … … 470 470 <term>-z|--bad-password-count-reset</term> 471 471 <listitem><para>This option can be used while adding or 472 modif ing a user account. It will reset the stored bad login472 modifying a user account. It will reset the stored bad login 473 473 counter from a specified user.</para> 474 474 … … 491 491 <term>-I|--domain</term> 492 492 <listitem><para>This option can be used while adding or 493 modif ing a user account. It will specify the user's domain field.</para>493 modifying a user account. It will specify the user's domain field.</para> 494 494 495 495 <para>Example: <command>-I "MYDOMAIN"</command> -
vendor/current/docs-xml/manpages-3/profiles.1.xml
r740 r746 59 59 <varlistentry> 60 60 <term>-c SID1 -n SID2</term> 61 <listitem><para>Change all occur ences of SID1 in <filename>file</filename> by SID2.61 <listitem><para>Change all occurrences of SID1 in <filename>file</filename> by SID2. 62 62 </para></listitem> 63 63 </varlistentry> -
vendor/current/docs-xml/manpages-3/samba.7.xml
r740 r746 217 217 <manvolnum>1</manvolnum></citerefentry></term> 218 218 <listitem><para><command>profiles</command> is a command-line 219 utility that can be used to replace all occur ences of219 utility that can be used to replace all occurrences of 220 220 a certain SID with another SID. 221 221 </para></listitem> -
vendor/current/docs-xml/manpages-3/smbcacls.1.xml
r740 r746 21 21 <command>smbcacls</command> 22 22 <arg choice="req">//server/share</arg> 23 <arg choice="req"> filename</arg>23 <arg choice="req">/filename</arg> 24 24 <arg choice="opt">-D|--delete acls</arg> 25 25 <arg choice="opt">-M|--modify acls</arg> -
vendor/current/docs-xml/manpages-3/smbclient.1.xml
r740 r746 323 323 encrypted. This is new for Samba 3.2 and will only work with Samba 324 324 3.2 or above servers. Negotiates SMB encryption using GSSAPI. Uses 325 the given credentials for the encryption negotia ion (either kerberos325 the given credentials for the encryption negotiation (either kerberos 326 326 or NTLMv1/v2 if given domain/username/password triple. Fails the 327 327 connection if encryption cannot be negotiated. … … 429 429 (no password on share). </para> 430 430 431 <para><command>smbclient //mypc/ yshare "" -N -Tx backup.tar431 <para><command>smbclient //mypc/myshare "" -N -Tx backup.tar 432 432 </command></para> 433 433 … … 635 635 <varlistentry> 636 636 <term>du <filename></term> 637 <listitem><para>Does a directory listing and then prints out the current disk us eage and free space on a share.637 <listitem><para>Does a directory listing and then prints out the current disk usage and free space on a share. 638 638 </para></listitem> 639 639 </varlistentry> -
vendor/current/docs-xml/manpages-3/smbcontrol.1.xml
r740 r746 215 215 <para> 216 216 Note that this message only sends notification that an 217 event has occur ed. It doesn't actually cause the217 event has occurred. It doesn't actually cause the 218 218 event to happen. 219 219 </para> -
vendor/current/docs-xml/manpages-3/smbcquotas.1.xml
r740 r746 119 119 120 120 <refsect1> 121 <title>QUOTA_SET_COM AND</title>121 <title>QUOTA_SET_COMMAND</title> 122 122 123 123 <para>The format of an the QUOTA_SET_COMMAND is an operation -
vendor/current/docs-xml/manpages-3/smbd.8.xml
r740 r746 240 240 session management. The degree too which samba supports PAM is restricted 241 241 by the limitations of the SMB protocol and the <smbconfoption name="obey pam restrictions"/> <citerefentry><refentrytitle>smb.conf</refentrytitle> 242 <manvolnum>5</manvolnum></citerefentry> param ater. When this is set, the following restrictions apply:242 <manvolnum>5</manvolnum></citerefentry> parameter. When this is set, the following restrictions apply: 243 243 </para> 244 244 … … 246 246 <listitem><para><emphasis>Account Validation</emphasis>: All accesses to a 247 247 samba server are checked 248 against PAM to see if the account is va ild, not disabled and is permitted to248 against PAM to see if the account is valid, not disabled and is permitted to 249 249 login at this time. This also applies to encrypted logins. 250 250 </para></listitem> 251 251 252 252 <listitem><para><emphasis>Session Management</emphasis>: When not using share 253 level secu irty, users must pass PAM's session checks before access254 is granted. Note however, that this is bypassed in share level secu irty.253 level security, users must pass PAM's session checks before access 254 is granted. Note however, that this is bypassed in share level security. 255 255 Note also that some older pam configuration files may need a line 256 256 added for session support. -
vendor/current/docs-xml/manpages-3/tdbbackup.8.xml
r740 r746 55 55 <term>-s suffix</term> 56 56 <listitem><para> 57 The <command>-s</command> option allows the adminis istrator to specify a file57 The <command>-s</command> option allows the administrator to specify a file 58 58 backup extension. This way it is possible to keep a history of tdb backup 59 59 files by using a new suffix for each backup. … … 64 64 <term>-v</term> 65 65 <listitem><para> 66 The <command>-v</command> will check the database for damages (c urrupt data)66 The <command>-v</command> will check the database for damages (corrupt data) 67 67 which if detected causes the backup to be restored. 68 68 </para></listitem> -
vendor/current/docs-xml/manpages-3/testparm.1.xml
r740 r746 94 94 is limited by default to the global section. 95 95 96 It is also possible to dump a parametrical option. Ther fore96 It is also possible to dump a parametrical option. Therefore 97 97 the option has to be separated by a colon from the 98 98 parametername. -
vendor/current/docs-xml/manpages-3/vfs_acl_tdb.8.xml
r740 r746 41 41 </para> 42 42 43 <para>Please note that this module is44 <emphasis>experimental</emphasis>!45 </para>46 47 43 <para>This module is stackable.</para> 48 44 </refsect1> … … 50 46 <refsect1> 51 47 <title>OPTIONS</title> 52 <para> 53 There are no options for <command>vfs_acl_tdb</command>. 54 </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 55 68 </refsect1> 56 69 -
vendor/current/docs-xml/manpages-3/vfs_acl_xattr.8.xml
r740 r746 45 45 </para> 46 46 47 <para>Please note that this module is48 <emphasis>experimental</emphasis>!49 </para>50 51 47 <para>This module is stackable.</para> 52 48 </refsect1> … … 54 50 <refsect1> 55 51 <title>OPTIONS</title> 56 <para> 57 There are no options for <command>vfs_acl_xattr</command>. 58 </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 59 72 </refsect1> 60 73 -
vendor/current/docs-xml/manpages-3/vfs_readonly.8.xml
r740 r746 33 33 as read only for all clients connecting within the configured 34 34 time period. Clients connecting during this time will be denied 35 write access to all files in the share, irrespective of the r35 write access to all files in the share, irrespective of their 36 36 actual access privileges.</para> 37 37 -
vendor/current/docs-xml/manpages-3/vfs_shadow_copy2.8.xml
r740 r746 168 168 <smbconfsection name="[homes]"/> 169 169 <smbconfoption name="vfs objects">shadow_copy2</smbconfoption> 170 <smbconfoption name="shadow:snapdir">/data/snap hots</smbconfoption>170 <smbconfoption name="shadow:snapdir">/data/snapshots</smbconfoption> 171 171 <smbconfoption name="shadow:basedir">/data/home</smbconfoption> 172 172 <smbconfoption name="shadow:sort">desc</smbconfoption> -
vendor/current/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml
r740 r746 64 64 65 65 <para><command>vfs_smb_traffic_analyzer</command> sends the following data 66 in a fixed format sep erated by a comma through either an internet or a66 in a fixed format separated by a comma through either an internet or a 67 67 unix domain socket:</para> 68 68 <programlisting> … … 77 77 <listitem><para><command>DOMAIN</command> - the domain of the user</para></listitem> 78 78 <listitem><para><command>READ/WRITE</command> - either "W" for a write operation or "R" for read</para></listitem> 79 <listitem><para><command>SHARE</command> - the name of the share on which the VFS operation occur ed</para></listitem>79 <listitem><para><command>SHARE</command> - the name of the share on which the VFS operation occurred</para></listitem> 80 80 <listitem><para><command>FILENAME</command> - the name of the file that was used by the VFS operation</para></listitem> 81 <listitem><para><command>TIMESTAMP</command> - a timestamp, formatted as "yyyy-mm-dd hh-mm-ss.ms" indicating when the VFS operation occur ed</para></listitem>81 <listitem><para><command>TIMESTAMP</command> - a timestamp, formatted as "yyyy-mm-dd hh-mm-ss.ms" indicating when the VFS operation occurred</para></listitem> 82 82 <listitem><para><command>IP</command> - The IP Address (v4 or v6) of the client machine that initiated the VFS operation.</para></listitem> 83 83 </itemizedlist> -
vendor/current/docs-xml/manpages-3/winbindd.8.xml
r740 r746 25 25 <arg choice="opt">-S</arg> 26 26 <arg choice="opt">-i</arg> 27 <arg choice="opt">-Y</arg>28 27 <arg choice="opt">-d <debug level></arg> 29 28 <arg choice="opt">-s <smb config file></arg> … … 191 190 results from the cache might not be up-to-date. This 192 191 might also temporarily hang winbindd if the DC doesn't respond. 193 </para></listitem>194 </varlistentry>195 196 <varlistentry>197 <term>-Y</term>198 <listitem><para>Single daemon mode. This means winbindd will run199 as a single process (the mode of operation in Samba 2.2). Winbindd's200 default behavior is to launch a child process that is responsible for201 updating expired cache entries.202 192 </para></listitem> 203 193 </varlistentry> -
vendor/current/docs-xml/smbdotconf/filename/casesensitive.xml
r414 r746 9 9 </description> 10 10 11 <value type="default"> no</value>11 <value type="default">auto</value> 12 12 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/filename/maxstatcachesize.xml
r414 r746 10 10 the number of kilobyte (1024) units the stat cache can use. 11 11 A value of zero, meaning unlimited, is not advisable due to 12 increased memory us eage. You should not need to change this12 increased memory usage. You should not need to change this 13 13 parameter. 14 14 </para> -
vendor/current/docs-xml/smbdotconf/misc/widelinks.xml
r414 r746 18 18 <smbconfoption name="unix extensions"/> option is on. 19 19 </para> 20 <para> 21 See the parameter <smbconfoption name="allow insecure wide links"/> 22 if you wish to change this coupling between the two parameters. 23 </para> 20 24 </description> 21 25 -
vendor/current/docs-xml/smbdotconf/protocol/nameresolveorder.xml
r414 r746 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> -
vendor/current/docs-xml/smbdotconf/protocol/profileacls.xml
r414 r746 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 -
vendor/current/docs-xml/smbdotconf/protocol/smb2maxcredits.xml
r740 r746 12 12 </description> 13 13 14 <value type="default"> 128</value>14 <value type="default">8192</value> 15 15 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/protocol/smb2maxread.xml
r740 r746 9 9 size that may be returned by a single SMB2 read call. 10 10 </para> 11 <para>The default is 1048576 bytes (1MB), which is the same as a Windows7SMB2 server.</para>11 <para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para> 12 12 </description> 13 13 14 14 <related>smb2 max write</related> 15 15 <related>smb2 max trans</related> 16 <value type="default"> 1048576</value>16 <value type="default">65536</value> 17 17 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/protocol/smb2maxtrans.xml
r740 r746 9 9 size of buffer that may be used in querying file meta-data via QUERY_INFO and related SMB2 calls. 10 10 </para> 11 <para>The default is 1048576 bytes (1MB), which is the same as a Windows7SMB2 server.</para>11 <para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para> 12 12 </description> 13 13 14 14 <related>smb2 max read</related> 15 15 <related>smb2 max write</related> 16 <value type="default"> 1048576</value>16 <value type="default">65536</value> 17 17 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/protocol/smb2maxwrite.xml
r740 r746 9 9 size that may be sent to the server by a single SMB2 write call. 10 10 </para> 11 <para>The default is 1048576 bytes (1MB), which is the same as a Windows7SMB2 server.</para>11 <para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para> 12 12 </description> 13 13 14 14 <related>smb2 max read</related> 15 15 <related>smb2 max trans</related> 16 <value type="default"> 1048576</value>16 <value type="default">65536</value> 17 17 </samba:parameter> -
vendor/current/docs-xml/smbdotconf/protocol/unixextensions.xml
r414 r746 15 15 parameter will automatically be disabled. 16 16 </para> 17 <para> 18 See the parameter <smbconfoption name="allow insecure wide links"/> 19 if you wish to change this coupling between the two parameters. 20 </para> 17 21 </description> 18 22 -
vendor/current/docs-xml/smbdotconf/security/serversigning.xml
r414 r746 6 6 <description> 7 7 8 <para>This controls whether the client is allowed or required to use SMB signing. Possible values9 are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 10 and <emphasis>disabled</emphasis>. 8 <para>This controls whether the client is allowed or required to use SMB1 and SMB2 signing. Possible values 9 are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 10 and <emphasis>disabled</emphasis>. 11 11 </para> 12 12 13 <para>When set to auto, SMB signing is offered, but not enforced. 14 When set to mandatory, SMB signing is required and if set 15 to disabled, SMB signing is not offered either.</para> 13 <para>When set to auto, SMB1 signing is offered, but not enforced. 14 When set to mandatory, SMB1 signing is required and if set 15 to disabled, SMB signing is not offered either.</para> 16 17 <para>For the SMB2 protocol, by design, signing cannot be disabled. In the case 18 where SMB2 is negotiated, if this parameter is set to <emphasis>disabled</emphasis>, 19 it will be treated as <emphasis>auto</emphasis>. Setting it to <emphasis>mandatory</emphasis> 20 will still require SMB2 clients to use signing.</para> 16 21 </description> 17 22 -
vendor/current/docs-xml/using_samba/ch07.xml
r414 r746 340 340 341 341 <para>A common problem with Samba printer configuration is forgetting to use the full <indexterm id="ch07-idx-956511-0"><primary>pathnames</primary><secondary>printer configuration and</secondary></indexterm> 342 <indexterm id="ch07-idx-956511-1"><primary>printing</primary><secondary>pathnames used in com ands for</secondary></indexterm>pathnames for commands; simple commands often don't work because the guest account's PATH doesn't include them. Another frequent problem is not having the correct <indexterm id="ch07-idx-956512-0"><primary>permissions</primary><secondary sortas="printing">for printing</secondary></indexterm>342 <indexterm id="ch07-idx-956511-1"><primary>printing</primary><secondary>pathnames used in commands for</secondary></indexterm>pathnames for commands; simple commands often don't work because the guest account's PATH doesn't include them. Another frequent problem is not having the correct <indexterm id="ch07-idx-956512-0"><primary>permissions</primary><secondary sortas="printing">for printing</secondary></indexterm> 343 343 <indexterm id="ch07-idx-956512-1"><primary>printing</primary><secondary>permissions for</secondary></indexterm>permissions on the spooling directory.<indexterm id="ch07-idx-956494-0" class="endofrange" startref="ch07-idx-956450-0"/></para> 344 344
Note:
See TracChangeset
for help on using the changeset viewer.