summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2001-10-11 22:59:43 +0000
committerHerb Lewis <herb@samba.org>2001-10-11 22:59:43 +0000
commit3e34905f5069466b2108f69039e0fd39fde6ad93 (patch)
treeb43cddd4349abfb7544ab30dbcba3ee1a90deac5 /WHATSNEW.txt
parentcbabe7048f81f8d3832c21265acb3bda51bfc337 (diff)
downloadsamba-3e34905f5069466b2108f69039e0fd39fde6ad93.tar.gz
samba-3e34905f5069466b2108f69039e0fd39fde6ad93.tar.xz
samba-3e34905f5069466b2108f69039e0fd39fde6ad93.zip
update new parameter definitions
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt73
1 files changed, 64 insertions, 9 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index be0817fa321..7d3e4e4fa1f 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -10,24 +10,63 @@ New/Changed parameters in 2.2.1
Added parameters.
-----------------
-ssl cert
-
-Synonym for ssl server cert
-
-ssl key
-
-Synonym for ssl server key
-
ssl egd socket
+This variable is part of SSL-enabled Samba. This
+is only available if the SSL libraries have been compiled on your
+system and the configure option --with-ssl was
+given at configure time.
+This option is used to define the location of the communiation socket of
+an EGD or PRNGD daemon, from which entropy can be retrieved. This option
+can be used instead of or together with the "ssl entropy file"
+directive. 255 bytes of entropy will be retrieved from the daemon.
+
ssl entropy file
+This variable is part of SSL-enabled Samba. This
+is only available if the SSL libraries have been compiled on your
+system and the configure option --with-ssl was
+given at configure time.
+This parameter is used to specify a file from which processes will
+read "random bytes" on startup. In order to seed the internal pseudo
+random number generator, entropy must be provided. On system with a
+/dev/urandom device file, the processes
+will retrieve its entropy from the kernel. On systems without kernel
+entropy support, a file can be supplied that will be read on startup
+and that will be used to seed the PRNG.
+
ssl entropy bytes
+This variable is part of SSL-enabled Samba. This
+is only available if the SSL libraries have been compiled on your
+system and the configure option --with-ssl was
+given at configure time.
+This parameter is used to define the number of bytes which should
+be read from the "ssl entropy file" If a -1 is specified, the entire file will
+be read.
+
strict allocate
+This is a boolean that controls the handling of
+disk space allocation in the server. When this is set to yes
+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.
+
use mmap
+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 false 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.
+
disable spoolss
Enabling this parameter will disables Samba's support for the SPOOLSS set
@@ -53,10 +92,26 @@ when "disable spoolss = yes"
ldap admin dn
-renamed from ldap root
+This parameter is only available if Samba has been
+configured to include the --with-ldapsam option
+at compile time. This option should be considered experimental and
+under active development. This parameter defines the Distinguished
+Name (DN) name used by Samba to contact the ldap
+server when retreiving user account information. This
+parameter is used in conjunction with the admin dn password
+stored in the private/secrets.tdb file.
+This parameter was renamed from ldap root.
ldap ssl
+This parameter is only available if Samba has been
+configured to include the --with-ldapsam option
+at compile time. This option should be considered experimental and
+under active development. This parameter s used to define whether or not
+Samba should use SSL when connecting to the ldap server.
+This is NOT related to Samba SSL support which is enabled by specifying the
+--with-ssl option to the configure script.
+
winbind enum users
On large installations using winbindd it may be necessary to suppress