diff options
author | Jeremy Allison <jra@samba.org> | 2001-10-12 23:26:46 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-10-12 23:26:46 +0000 |
commit | 258254b2cefce481d62d3f359888058aee0e320d (patch) | |
tree | 8181b5dd3f56b11341d8bd754e752616d296dde6 /docs/htmldocs | |
parent | 605f3a09d4b3a2a2a95bde6f47136d4dfac5eba8 (diff) | |
download | samba-258254b2cefce481d62d3f359888058aee0e320d.tar.gz samba-258254b2cefce481d62d3f359888058aee0e320d.tar.xz samba-258254b2cefce481d62d3f359888058aee0e320d.zip |
Adding Debian packaging.
Jeremy.
Diffstat (limited to 'docs/htmldocs')
-rw-r--r-- | docs/htmldocs/smb.conf.5.html | 97 | ||||
-rw-r--r-- | docs/htmldocs/smbpasswd.8.html | 55 |
2 files changed, 139 insertions, 13 deletions
diff --git a/docs/htmldocs/smb.conf.5.html b/docs/htmldocs/smb.conf.5.html index 2c7510e7491..33a05a4ecfd 100644 --- a/docs/htmldocs/smb.conf.5.html +++ b/docs/htmldocs/smb.conf.5.html @@ -2781,6 +2781,18 @@ CLASS="PARAMETER" ><LI ><P ><A +HREF="#USEMMAP" +><TT +CLASS="PARAMETER" +><I +>use mmap</I +></TT +></A +></P +></LI +><LI +><P +><A HREF="#USERHOSTS" ><TT CLASS="PARAMETER" @@ -2999,7 +3011,7 @@ CLASS="PARAMETER" ><DIV CLASS="REFSECT1" ><A -NAME="AEN970" +NAME="AEN974" ></A ><H2 >COMPLETE LIST OF SERVICE PARAMETERS</H2 @@ -4176,6 +4188,18 @@ CLASS="PARAMETER" ><LI ><P ><A +HREF="#STRICTALLOCATE" +><TT +CLASS="PARAMETER" +><I +>strict allocate</I +></TT +></A +></P +></LI +><LI +><P +><A HREF="#STRICTLOCKING" ><TT CLASS="PARAMETER" @@ -4406,7 +4430,7 @@ CLASS="PARAMETER" ><DIV CLASS="REFSECT1" ><A -NAME="AEN1438" +NAME="AEN1446" ></A ><H2 >EXPLANATION OF EACH PARAMETER</H2 @@ -17301,6 +17325,43 @@ CLASS="COMMAND" ></DD ><DT ><A +NAME="STRICTALLOCATE" +></A +>strict allocate (S)</DT +><DD +><P +>This is a boolean that controls the handling of + disk space allocation in the server. When this is set to <TT +CLASS="CONSTANT" +>yes</TT +> + the server will change from UNIX behaviour of not committing real + disk storage blocks when a file is extended to the Windows behaviour + of actually forcing the disk system to allocate real storage blocks + when a file is created or extended to be a given size. In UNIX + terminology this means that Samba will stop creating sparse files. + This can be slow on some systems.</P +><P +>When strict allocate is <TT +CLASS="CONSTANT" +>no</TT +> the server does sparse + disk block allocation when a file is extended.</P +><P +>Setting this to <TT +CLASS="CONSTANT" +>yes</TT +> can help Samba return + out of quota messages on systems that are restricting the disk quota + of users.</P +><P +>Default: <B +CLASS="COMMAND" +>strict allocate = no</B +></P +></DD +><DT +><A NAME="STRICTLOCKING" ></A >strict locking (S)</DT @@ -17804,6 +17865,30 @@ CLASS="COMMAND" ></DD ><DT ><A +NAME="USEMMAP" +></A +>use mmap (G)</DT +><DD +><P +>This global parameter determines if the tdb internals of Samba can + depend on mmap working correctly on the running system. Samba requires a coherent + mmap/read-write system memory cache. Currently only HPUX does not have such a + coherent cache, and so this parameter is set to <TT +CLASS="CONSTANT" +>false</TT +> by + default on HPUX. On all other systems this parameter should be left alone. This + parameter is provided to help the Samba developers track down problems with + the tdb internal code. + </P +><P +>Default: <B +CLASS="COMMAND" +>use mmap = yes</B +></P +></DD +><DT +><A NAME="USERHOSTS" ></A >use rhosts (G)</DT @@ -19229,7 +19314,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN6058" +NAME="AEN6086" ></A ><H2 >WARNINGS</H2 @@ -19259,7 +19344,7 @@ TARGET="_top" ><DIV CLASS="REFSECT1" ><A -NAME="AEN6064" +NAME="AEN6092" ></A ><H2 >VERSION</H2 @@ -19270,7 +19355,7 @@ NAME="AEN6064" ><DIV CLASS="REFSECT1" ><A -NAME="AEN6067" +NAME="AEN6095" ></A ><H2 >SEE ALSO</H2 @@ -19349,7 +19434,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN6087" +NAME="AEN6115" ></A ><H2 >AUTHOR</H2 diff --git a/docs/htmldocs/smbpasswd.8.html b/docs/htmldocs/smbpasswd.8.html index be82bc88098..c8f97c89d13 100644 --- a/docs/htmldocs/smbpasswd.8.html +++ b/docs/htmldocs/smbpasswd.8.html @@ -36,12 +36,12 @@ NAME="AEN8" ><B CLASS="COMMAND" >smbpasswd</B -> [-a] [-x] [-d] [-e] [-D debuglevel] [-n] [-r <remote machine>] [-R <name resolve order>] [-m] [-j DOMAIN] [-U username[%password]] [-h] [-s] [username]</P +> [-a] [-x] [-d] [-e] [-D debuglevel] [-n] [-r <remote machine>] [-R <name resolve order>] [-m] [-j DOMAIN] [-U username[%password]] [-h] [-s] [-w pass] [username]</P ></DIV ><DIV CLASS="REFSECT1" ><A -NAME="AEN25" +NAME="AEN26" ></A ><H2 >DESCRIPTION</H2 @@ -110,7 +110,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN41" +NAME="AEN42" ></A ><H2 >OPTIONS</H2 @@ -512,6 +512,47 @@ CLASS="COMMAND" is to aid people writing scripts to drive smbpasswd</P ></DD ><DT +>-w password</DT +><DD +><P +>This parameter is only available is Samba + has been configured to use the experiemental + <B +CLASS="COMMAND" +>--with-ldapsam</B +> option. The <TT +CLASS="PARAMETER" +><I +>-w</I +></TT +> + switch is used to specify the password to be used with the + <A +HREF="smb.conf.5.html#LDAPADMINDN" +TARGET="_top" +><TT +CLASS="PARAMETER" +><I +>ldap admin + dn</I +></TT +></A +>. Note that the password is stored in + the <TT +CLASS="FILENAME" +>private/secrets.tdb</TT +> and is keyed off + of the admin's DN. This means that if the value of <TT +CLASS="PARAMETER" +><I +>ldap + admin dn</I +></TT +> ever changes, the password will beed to be + manually updated as well. + </P +></DD +><DT >username</DT ><DD ><P @@ -529,7 +570,7 @@ CLASS="COMMAND" ><DIV CLASS="REFSECT1" ><A -NAME="AEN171" +NAME="AEN182" ></A ><H2 >NOTES</H2 @@ -572,7 +613,7 @@ CLASS="FILENAME" ><DIV CLASS="REFSECT1" ><A -NAME="AEN181" +NAME="AEN192" ></A ><H2 >VERSION</H2 @@ -583,7 +624,7 @@ NAME="AEN181" ><DIV CLASS="REFSECT1" ><A -NAME="AEN184" +NAME="AEN195" ></A ><H2 >SEE ALSO</H2 @@ -606,7 +647,7 @@ TARGET="_top" ><DIV CLASS="REFSECT1" ><A -NAME="AEN190" +NAME="AEN201" ></A ><H2 >AUTHOR</H2 |