From 7a959e81d42bdff1269589b7d17a12ab0b3243be Mon Sep 17 00:00:00 2001
From: Gerald Carter
If the service is marked "guest only = yes" then - steps 1 to 5 are skipped.
If the service is marked "guest only = yes" and the + server is running with share-level security ("security = share") + then steps 1 to 5 are skipped.This parameter can be used to ensure
+ that if default acls exist on parent directories,
+ they are always honored when creating a subdirectory.
+ The default behavior is to use the mode specified
+ when creating the directory. Enabling this option
+ sets the mode to 0777, thus guaranteeing that
+ default directory acls are propagated.
+ Default: inherit acls = no
+ This parameter controls the number of times
+ that smbd should attempt to gain a byte range lock on the
+ behalf of a client request. Experiments have shown that
+ Windows 2k servers do not reply with a failure if the lock
+ could not be immediately granted, but try a few more times
+ in case the lock could later be aquired. This behavior
+ is used to support PC database formats such as MS Access
+ and FoxPro.
+ Default: lock spin count = 2
+ The time in microseconds that smbd should
+ pause before attempting to gain a failed lock. See
+ lock spin
+ count for more details.
+ Default: lock spin time = 10
+ Currently eight styles of printer status information
- are supported; BSD, AIX, LPRNG, PLP, SYSV, HPUX, QNX and SOFTQ.
+>Currently nine styles of printer status information
+ are supported; BSD, AIX, LPRNG, PLP, SYSV, HPUX, QNX, CUPS, and SOFTQ.
This covers most UNIX systems. You control which type is expected
using the $PATH
may not be available to the server. See also the This option specifies the directory where pid
+ files will be placed. Default: pid directory = ${prefix}/var/locks Example: pid directory = /var/run/
+ The print command is simply a text string. It will be used
- verbatim, with two exceptions: All occurrences of %s
- and %f will be replaced by the
- appropriate spool file name, and all occurrences of %p
- will be replaced by the appropriate printer name. The
- spool file name is generated automatically by the server. The
- %J macro can be used to access the job
+ verbatim after macro substitutions have been made: s, %p - the path to the spool
+ file name %p - the appropriate printer
+ name %J - the job
name as transmitted by the client. %c - The number of printed pages
+ of the spooled job (if known). %z - the size of the spooled
+ print job (in bytes) The print command MUST contain at least
@@ -14065,6 +14204,25 @@ CLASS="COMMAND"
>print command = lp -d%p -s %s; rm %s For printing = CUPS : If SAMBA is compiled against
+ libcups, then printcap = cups
+ uses the CUPS API to
+ submit jobs, etc. Otherwise it maps to the System V
+ commands with the -oraw option for printing, i.e. it
+ uses lp -c -d%p -oraw; rm %s.
+ With printing = cups,
+ and if SAMBA is compiled against libcups, any manually
+ set print command will be ignored. Example: print command = /usr/local/samba/bin/myprintscript
@@ -14159,7 +14317,18 @@ HREF="#AEN79"
CLASS="COMMAND"
>printcap name = cups
. On System V systems that use winbind cache timewinbind cache time (G) This parameter specifies the number of seconds the
@@ -18485,8 +18654,7 @@ CLASS="COMMAND"
>winbind enum
- userswinbind enum users (G) On large installations using
@@ -18537,8 +18705,7 @@ CLASS="COMMAND"
>winbind enum
- groupswinbind enum groups (G) On large installations using
@@ -18588,7 +18755,7 @@ CLASS="COMMAND"
>winbind gidwinbind gid (G) The winbind gid parameter specifies the range of group
@@ -18615,7 +18782,7 @@ CLASS="COMMAND"
>winbind separatorwinbind separator (G) This parameter allows an admin to define the character
@@ -18645,21 +18812,21 @@ CLASS="FILENAME"
with group membership at least on glibc systems, as the character +
is used as a special character for NIS in /etc/group. Example: Default: winbind separator = \\winbind separator = '\' Example: winbind separator = /winbind separator = + The winbind gid parameter specifies the range of group
@@ -19079,7 +19246,7 @@ CLASS="COMMAND"
>COMPLETE LIST OF SERVICE PARAMETERS
EXPLANATION OF EACH PARAMETER