<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=smb.conf%2Fmanpage%2F2006%2Fparameters%2FV</id>
	<title>smb.conf/manpage/2006/parameters/V - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=smb.conf%2Fmanpage%2F2006%2Fparameters%2FV"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=smb.conf/manpage/2006/parameters/V&amp;action=history"/>
	<updated>2026-06-26T00:24:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=smb.conf/manpage/2006/parameters/V&amp;diff=14089&amp;oldid=prev</id>
		<title>Woozle: splitting into subpages</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=smb.conf/manpage/2006/parameters/V&amp;diff=14089&amp;oldid=prev"/>
		<updated>2010-09-05T16:11:25Z</updated>

		<summary type="html">&lt;p&gt;splitting into subpages&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==valid==&lt;br /&gt;
       -valid (S)&lt;br /&gt;
              This  parameter  indicates whether a share is valid and thus can&lt;br /&gt;
              be used. When this parameter is set to false, the share will  be&lt;br /&gt;
              in no way visible nor accessible.&lt;br /&gt;
&lt;br /&gt;
              This  option should not be used by regular users but might be of&lt;br /&gt;
              help to developers. Samba uses this option  internally  to  mark&lt;br /&gt;
              shares as deleted.&lt;br /&gt;
&lt;br /&gt;
              Default: _�-_�v_�a_�l_�i_�d = yes&lt;br /&gt;
&lt;br /&gt;
==valid users==&lt;br /&gt;
       valid users (S)&lt;br /&gt;
              This  is a list of users that should be allowed to login to this&lt;br /&gt;
              service. Names starting with &amp;#039;@&amp;#039;, &amp;#039;+&amp;#039; and  &amp;#039;&amp;amp;&amp;#039;  are  interpreted&lt;br /&gt;
              using  the  same rules as described in the _�i_�n_�v_�a_�l_�i_�d _�u_�s_�e_�r_�s parame-&lt;br /&gt;
              ter.&lt;br /&gt;
&lt;br /&gt;
              If this is empty (the default) then any user  can  login.  If  a&lt;br /&gt;
              username  is  in  both this list and the _�i_�n_�v_�a_�l_�i_�d _�u_�s_�e_�r_�s list then&lt;br /&gt;
              access is denied for that user.&lt;br /&gt;
&lt;br /&gt;
              The current servicename is substituted for _�%_�S . This  is  useful&lt;br /&gt;
              in the [homes] section.&lt;br /&gt;
&lt;br /&gt;
              Default: _�v_�a_�l_�i_�d _�u_�s_�e_�r_�s = # No valid users list (anyone can login)&lt;br /&gt;
&lt;br /&gt;
              Example: _�v_�a_�l_�i_�d _�u_�s_�e_�r_�s = greg, @pcusers&lt;br /&gt;
&lt;br /&gt;
==veto files==&lt;br /&gt;
       veto files (S)&lt;br /&gt;
              This is a list of files and directories that are neither visible&lt;br /&gt;
              nor accessible. Each entry in the list must be  separated  by  a&lt;br /&gt;
              &amp;#039;/&amp;#039;,  which  allows  spaces to be included in the entry. &amp;#039;*&amp;#039; and&lt;br /&gt;
              &amp;#039;?&amp;#039; can be used to specify multiple files or directories  as  in&lt;br /&gt;
              DOS wildcards.&lt;br /&gt;
&lt;br /&gt;
              Each  entry  must  be  a  unix path, not a DOS path and must n�no�ot�t&lt;br /&gt;
              include the unix directory separator &amp;#039;/&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
              Note that the _�c_�a_�s_�e _�s_�e_�n_�s_�i_�t_�i_�v_�e option  is  applicable  in  vetoing&lt;br /&gt;
              files.&lt;br /&gt;
&lt;br /&gt;
              One  feature of the veto files parameter that it is important to&lt;br /&gt;
              be aware of is Samba&amp;#039;s behaviour when trying to delete a  direc-&lt;br /&gt;
              tory.  If a directory that is to be deleted contains nothing but&lt;br /&gt;
              veto files this deletion will  f�fa�ai�il�l  unless  you  also  set  the&lt;br /&gt;
              _�d_�e_�l_�e_�t_�e _�v_�e_�t_�o _�f_�i_�l_�e_�s parameter to_�y_�e_�s.&lt;br /&gt;
&lt;br /&gt;
              Setting  this parameter will affect the performance of Samba, as&lt;br /&gt;
              it will be forced to check all files and directories for a match&lt;br /&gt;
              as they are scanned.&lt;br /&gt;
&lt;br /&gt;
              Default: _�v_�e_�t_�o _�f_�i_�l_�e_�s = # No files or directories are vetoed.&lt;br /&gt;
&lt;br /&gt;
              Example: _�v_�e_�t_�o _�f_�i_�l_�e_�s = ; Veto any files containing the word Secu-&lt;br /&gt;
              rity, ; any ending in .tmp, and any directory containing  the  ;&lt;br /&gt;
              word  root.  veto  files  = /*Security*/*.tmp/*root*/ ; Veto the&lt;br /&gt;
              Apple specific files that a  NetAtalk  server  ;  creates.  veto&lt;br /&gt;
              files = /.AppleDouble/.bin/.AppleDesktop/Network Trash Folder/&lt;br /&gt;
&lt;br /&gt;
==veto oplock files==&lt;br /&gt;
       veto oplock files (S)&lt;br /&gt;
              This  parameter  is  only  valid  when  the _�o_�p_�l_�o_�c_�k_�s parameter is&lt;br /&gt;
              turned on for a share. It  allows  the  Samba  administrator  to&lt;br /&gt;
              selectively  turn  off the granting of oplocks on selected files&lt;br /&gt;
              that match a wildcarded list, similar  to  the  wildcarded  list&lt;br /&gt;
              used in the_�v_�e_�t_�o _�f_�i_�l_�e_�s parameter.&lt;br /&gt;
&lt;br /&gt;
              You might want to do this on files that you know will be heavily&lt;br /&gt;
              contended for by clients. A good example of this is in the  Net-&lt;br /&gt;
              Bench  SMB  benchmark  program,  which  causes heavy client con-&lt;br /&gt;
              tention for files ending in _�._�S_�E_�M. To cause Samba  not  to  grant&lt;br /&gt;
              oplocks  on  these  files  you would use the line (either in the&lt;br /&gt;
              [global] section or in the section for the  particular  NetBench&lt;br /&gt;
              share :&lt;br /&gt;
&lt;br /&gt;
              Default:  _�v_�e_�t_�o  _�o_�p_�l_�o_�c_�k  _�f_�i_�l_�e_�s = # No files are vetoed for oplock&lt;br /&gt;
              grants&lt;br /&gt;
&lt;br /&gt;
              Example: _�v_�e_�t_�o _�o_�p_�l_�o_�c_�k _�f_�i_�l_�e_�s = /.*SEM/&lt;br /&gt;
&lt;br /&gt;
==vfs objects==&lt;br /&gt;
       vfs object&lt;br /&gt;
              This parameter is a synonym for vfs objects.&lt;br /&gt;
&lt;br /&gt;
       vfs objects (S)&lt;br /&gt;
              This parameter specifies the backend names which  are  used  for&lt;br /&gt;
              Samba VFS I/O operations. By default, normal disk I/O operations&lt;br /&gt;
              are used but these can  be  overloaded  with  one  or  more  VFS&lt;br /&gt;
              objects.&lt;br /&gt;
&lt;br /&gt;
              Default: _�v_�f_�s _�o_�b_�j_�e_�c_�t_�s =&lt;br /&gt;
&lt;br /&gt;
              Example: _�v_�f_�s _�o_�b_�j_�e_�c_�t_�s = extd_audit recycle&lt;br /&gt;
&lt;br /&gt;
==volume==&lt;br /&gt;
       volume (S)&lt;br /&gt;
              This  allows  you  to  override  the volume label returned for a&lt;br /&gt;
              share. Useful for CDROMs with installation programs that  insist&lt;br /&gt;
              on a particular volume label.&lt;br /&gt;
&lt;br /&gt;
              Default: _�v_�o_�l_�u_�m_�e = # the name of the share&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>